codex

A dispatcher that routes coding work to the OpenAI Codex CLI backend according to project configuration and team assignments. A dispatcher chooses where a task should be handled rather than performing one fixed kind of task.

In plain words
What is it for?
Routing code-related work, including code review, based on roster, tags, and per-subtask assignments. The description does not specify the backend’s individual coding features.
Why use it?
It helps send different subtasks to the configured coding lane and review routes instead of hard-coding one destination.

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/codex
Clone the repo
git clone --depth 1 https://github.com/WatchAndyTW/multi-model-team
Per session 236 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,143 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.00236 $0.01143
Opus 5 $0.00118 $0.00571
Sonnet 5 $0.00047 $0.00229
Haiku 4.5 $0.00024 $0.00114

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

Security

Grade A, and why

codex 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/codex.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 · 236 tokens per session scan A d046f9660225

Subscribe to this mod's changes

codex is an agent published in the GitHub repository WatchAndyTW/multi-model-team (5 stars, last pushed 18d ago), with no licence file. It adds 236 tokens to every session and 1,143 once invoked, about $0.0012 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