invoke-opencode-acp
Delegate complex tasks to OpenCode subagent, use when >=2 file modifications or batch operations
npx skills add majiayu000/claude-skill-registry --skill invoke-opencode-acp-phonowell-invoke-opencode-acp-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# invoke-opencode-acp ## When to Use - Triggers: >=2 file modifications / refactor / batch ops / code review / multi-step reasoning / git ops - Avoid: single-file quick edits / recursive OpenCode calls ## Core Intent - Save tokens (50-90%) / main model decides / subagent executes details ## Efficiency Priority - `acp_client.cjs` (this dir) > manual protocol - `opencode acp` > run/serve (avoid HTTP) ## Constraints - Default sandbox blocks writes to `~/.config/opencode` and `~/.cache/opencode` and blocks network - First run plugin install ~30s; `acp_client.cjs` default `SESSION_TIMEOUT=10s` - Fix: run `acp_client.cjs` outside sandbox to allow `~` writes and network; or install once then retry; or raise `SESSION_TIMEOUT` > 30s - Evidence: `~/.local/share/opencode/log/*.log` records bun add/install and duration ## Workflow 1. Pick timeout: simple >=180s / medium >=600s / complex >=1800s 2. If first run or PermissionDenied/Timeout(10000ms) -> retry non-sandbox or install then retry 3. Run: ```bash node ~/.claude/skills/invoke-opencode-acp/acp_client.cjs "$PWD" "task description" -o /tmp/output.txt -t 300 ``` 4. Listen `session/update` -> drop `<thinking>` -> `result.stopReason === 'end_
- When to Use
- Core Intent
- Efficiency Priority
- Constraints
- Workflow
- Protocol Notes
- Dependencies
node ~/.claude/skills/invoke-opencode-acp/acp_client.cjs "$PWD" "task description" -o /tmp/output.txt -t 300
What does the invoke-opencode-acp skill do?
Delegate complex tasks to OpenCode subagent, use when >=2 file modifications or batch operations
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill invoke-opencode-acp-phonowell-invoke-opencode-acp-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
