opencode

A dispatcher for the OpenCode command-line backend that routes subtasks according to configuration and team assignments. The model used is the one configured in OpenCode.

In plain words
What is it for?
Sending subtasks to OpenCode according to routes, tags, and per-task team assignments.
Why use it?
It separates task routing from fixed task categories, so assignments can be controlled through project settings.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/watchandytw/multi-model-team/opencode
Clone the repo
git clone --depth 1 https://github.com/WatchAndyTW/multi-model-team
Per session 250 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,156 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00250 $0.01156
Opus 5 $0.00125 $0.00578
Sonnet 5 $0.00050 $0.00231
Haiku 4.5 $0.00025 $0.00116

Measured yesterday against content hash 89be25cfab4a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

opencode scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/opencode.md · 75 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 75 lines · 250 tokens per session scan A 89be25cfab4a

Subscribe to this mod's changes

opencode is an agent published in the GitHub repository WatchAndyTW/multi-model-team (5 stars, last pushed 18d ago), with no licence file. It adds 250 tokens to every session and 1,156 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

antigravity-delegate

Use this subagent PROACTIVELY — don't wait for the user to ask for delegation — whenever a task contains a well-scoped, ABOVE-break-even unit of work for the Antigravity CLI (agy / Gemini): bulk scaffolding, exhaustive test generation, migrations, long-context reads that distill to a digest, or fan-out web / Vertex AI…

yuting0624/antigravity-for-claude-code · 401 tokens

gemini-rescue

Hand a task the user has asked to give to Gemini or AGY -- investigation, diagnosis, a second implementation pass, or a substantial coding task -- to the shared companion runtime. Use only when the user has asked for Gemini or AGY.

arcobaleno64/agy-plugin-cc · 54 tokens

runner

Forward a task to the Google Antigravity CLI (agy). Use proactively when the parent thread should delegate a focused coding, debugging, refactor, or research task to Antigravity — or when the user says "ask agy", "delegate to agy", "run this through Antigravity", or "let Gemini take this".

simplybychris/antigravity-plugin-cc · 71 tokens

agy-rescue

Proactively use when Claude Code is stuck, wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Antigravity (agy) through the shared runtime.

Vit129/agy-plugin-cc · 47 tokens

bulk-test-writer

Writes tests for existing behaviour. Adds and edits test files only — never touches production code. Use for coverage backfill where the bulk of the work is mechanical.

cagdasyurekli/codex-agy-worker · 37 tokens

diff-reviewer

Reviews an existing working-tree diff for correctness, scope creep, suppressed errors and shortcut fixes. Reports findings only — never edits. Use as a second opinion before the driver accepts a worker's changes.

cagdasyurekli/codex-agy-worker · 43 tokens