Available Commands
install
Install and convert a Claude plugin from GitHub or local path.install command fetches the latest version of a plugin from GitHub (or uses a local path) and converts it to your target format. By default, it installs to OpenCode at ~/.config/opencode.
View install documentation →
convert
Convert a local Claude Code plugin into another format.convert command takes a local plugin directory and converts it to the specified target format. Unlike install, it expects a local path and defaults output to the current working directory.
View convert documentation →
sync
Sync your Claude Code configuration (~/.claude/) to other AI coding tools.
sync command reads your existing Claude Code config (skills, commands, MCP servers) and synchronizes it to other installed AI coding tools like OpenCode, Codex, Pi, etc.
View sync documentation →
list
List available Claude plugins in theplugins/ directory.
list command scans the plugins/ directory in your current working directory and displays all valid Claude plugins.
View list documentation →