You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@howaboua/opencode-workflows-manager

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@howaboua/opencode-workflows-manager

Terminal UI for browsing and syncing OpenCode workflow registries. Built for end users: pick packs/agents/skills/commands and sync them into your OpenCode config.

latest
npmnpm
Version
0.0.6
Version published
Weekly downloads
4
-77.78%
Maintainers
1
Weekly downloads
 
Created
Source

Opencode Workflows Manager

Terminal UI for browsing and syncing OpenCode workflow registries. Built for end users: pick packs/agents/skills/commands and sync them into your OpenCode config.

Install

This CLI runs with Bun.

bunx @howaboua/opencode-workflows-manager

Optional global install:

bun add -g @howaboua/opencode-workflows-manager
opencode-workflows-manager

Usage

opencode-workflows-manager

Navigation:

  • Up/Down: move
  • Left/Right: expand/collapse
  • Space: select
  • Enter: sync
  • Tab: toggle global/local install mode
  • A: about
  • Esc: back

Global mode installs to ~/.config/opencode/. Local mode installs to .opencode/ in the current repo. Docs are excluded in global mode by design.

Admin Mode (Registry Builder)

opencode-workflows-manager --admin

Admin mode lets you scan a repo and generate registry.json + registry.toml for a new pack. It supports folder selection, pack assignment, and nested skill assets.

Registry Sources

By default, the CLI loads registry sources from:

https://raw.githubusercontent.com/IgorWarzocha/opencode-workflows-manager/<branch>/registries.json

Branches are tried in order: master, main, universal. If remote fetch fails, the CLI falls back to a local registries.json in the current working directory.

The CLI fetches registry sources from this repo’s registries.json. If you want your workflows repository featured, open an issue here and see CONTRIBUTING.md for the required details:

https://github.com/IgorWarzocha/opencode-workflows-manager/issues

License

MIT

FAQs

Package last updated on 03 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts