claude-plugins

🧠 opencode

Query any opencode-supported model from inside Claude — get a second opinion without leaving your session.

The opencode plugin wraps the @kud/mcp-opencode MCP server so you can query any opencode-supported model and see its answer inline, clearly attributed.

🧰 What it bundles

SkillTriggerWhat it does
/ask-opencode/ask-opencode <prompt>Send a prompt to any opencode model and see the response

📦 Install

/plugin install opencode@kud --scope user

🔧 Configuration

The plugin ships sensible defaults — by default it allows github-copilot/* models. Override the allow/block lists with environment variables if you want a different selection:

MCP_OPENCODE_MODEL_ALLOW=github-copilot/*
MCP_OPENCODE_MODEL_BLOCK=

On this page