opencode-dispatch
Installation
SKILL.md
opencode-dispatch
Routes subagent dispatch through opencode using ACP (Agent Client
Protocol) over a fixed HTTP port. The skill is the ACP client; the
operator can opencode attach http://<host>:<port> from another terminal
to see the live session and steer it.
This is the primary mode. CLI opencode run and HTTP opencode serve
remain as alternates for the cases ACP doesn't fit (see "Alternate
modes" below).
ACP is the right default because it solves four problems at once that the CLI/HTTP modes only solved partially:
- Native permission relay. No
--dangerously-skip-permissions, no wildcardpermission: { '*': 'allow' }config hack. The host (or the skill on its behalf) approves or denies each tool call as opencode asks. - Zero shell-injection surface. Prompts and arguments are JSON-RPC