OpenCode
SkillProductivityThis skill lets your AI run OpenCode on your behalf without an interactive session. Once added, your AI can analyze a repository, complete coding tasks, or compare OpenCode with another coding agent. You stay in the conversation while the work is delegated to OpenCode.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding the skill, ask your AI to analyze a repository or hand a coding task to OpenCode. You can also ask it to compare OpenCode with another coding agent.
Then ask your AI: use the OpenCode skill
What your AI can do with it
- Analyze a repository
- Delegate coding tasks to OpenCode
- Run OpenCode non-interactively for you
- Compare OpenCode with another coding agent
What this skill tells your AI
The instructions your AI receives, as published by cherryhq/cherry-studio in resources/code-cli-skills/code-mate-opencode/SKILL.md and read by ahel’s review.
Run
- Set the Bash working directory to the exact project the user named and set a finite timeout, normally 10 minutes.
- Check availability with
command -v opencode. If it is missing, stop and ask the user to install OpenCode in Code Mate. - Run one task and exit:
opencode run "<prompt>" --format json
Pass the prompt as one quoted argument. Parse stdout as a JSON event stream and treat an error event or nonzero exit as failure. Never start the interactive OpenCode UI or an authentication flow.
Authentication And Permissions
If OpenCode reports a missing provider or credentials, stop and ask the user to configure OpenCode in Code Mate. Never request, read, print, or copy credentials.
Headless mode denies permission prompts by default; keep that behavior for analysis. Only when the user explicitly requests workspace changes may the command enable the minimum tools needed. Do not add --auto merely to avoid a denied permission.
Example: ask OpenCode to inspect a failing test without editing, run the command above from that repository, and summarize the final content event and any tool errors.
Signals
- GitHub stars
- 52k
- Forks
- 5k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
code-mate-opencode- Source
- github.com/cherryhq/cherry-studio