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.
npx agentmods add skills/gitguffaw/codex-router/codexnpx skills add gitguffaw/codex-router --skill codexgit clone --depth 1 https://github.com/gitguffaw/codex-routerWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00064 | $0.02458 |
| Opus 5 | $0.00032 | $0.01229 |
| Sonnet 5 | $0.00013 | $0.00492 |
| Haiku 4.5 | $0.00006 | $0.00246 |
Grade B, and why
Codex scanned grade B with 1 finding 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- Configured model in `~/.codex/config.toml`: `gpt-5.5` How it starts
The opening of the file, as written. The whole thing — 202 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Codex
Purpose
Use this skill to make Claude operate Codex the way a strong human operator would: pick the right outcome mode, choose the launch surface, set model and reasoning explicitly when needed, and direct inner Codex to use its own search, MCP, plugin, skill, and tool surfaces.
Boundary
- Outer Claude and inner Codex are different tool layers.
- If the task says to use Codex search, Codex MCP, Codex plugins, Codex skills, Codex marketplace, or Codex-native tools, satisfy that inside the launched Codex session.
- Do not silently substitute Claude's own web tools or MCP tools when the request is explicitly about inner Codex capability.
- Use Claude's own tools only for maintaining this skill, validating local Codex state, or when inner Codex capability is unavailable and that fallback is explicitly acceptable.
Last Verified
- Verified against
codex-cli 0.124.0. - Verified on
2026-04-24.
Last Observed Local State
- Configured model in
~/.codex/config.toml:gpt-5.5 - Configured reasoning effort in
~/.codex/config.toml:xhigh - Configured service tier in
~/.codex/config.toml:fast - Observed listed model IDs from
codex debug modelson this machine:gpt-5.5gpt-5.4gpt-5.4-minigpt-5.3-codexgpt-5.3-codex-sparkgpt-5.2
- Observed inner tool surface on this machine:
context7playwrightfigmalinearcloudflare-apicomputer-use
- Treat these as machine-local observations, not universal Codex contract.
Preflight
When model choice, reasoning, tool availability, docs source, or feature availability matters, probe current Codex state first.
codex --helpcodex <cmd> --helpcodex debug modelscodex mcp listcodex features list~/.codex/config.toml- If
codex debug modelsis unavailable, inspect~/.codex/config.tomland~/.codex/models_cache.jsonas fallback local state. - For OpenAI/Codex docs work, prefer
openaiDeveloperDocsif available. If not, prefer official OpenAI docs through Codex web search before falling back to third-party docs MCPs.
What ships with it
9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- yesterday First seen · 202 lines · 64 tokens per session scan B 285ef95320e7
Codex is a skill published in the GitHub repository gitguffaw/codex-router (2 stars, last pushed 4d ago), licensed Apache-2.0. It adds 64 tokens to every session and 2,458 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
codex-delegate
Delegate a coding task to the OpenAI Codex CLI as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to hand implementation work to Codex — phrasings like "have Codex do X", "delegate this to Codex", "run it through Codex", or "use Codex to implement/fix/refactor" …
commandcode-delegate
Delegate a coding task to the Command Code CLI (cmd) as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to hand implementation work to Command Code — phrasings like "have Command Code do X", "delegate this to commandcode", "run it through cmd", or "use Command Code…
opencode-delegate
Delegate a coding task to the OpenCode CLI as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to hand implementation work to OpenCode — phrasings like "have OpenCode do X", "delegate this to OpenCode", "run it through OpenCode", or "use OpenCode to…
warp-delegate
Delegate a coding task to the Warp Agent CLI (oz) as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to hand implementation work to Warp - phrasings like "have Warp implement X", "delegate this to the Warp CLI", "run it through Warp", "use oz to…
zcode-delegate
Delegate a coding task to the Z.AI ZCode CLI as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to hand implementation work to ZCode — phrasings like "have ZCode do X", "delegate this to ZCode", "run it through ZCode", or "use ZCode to implement/fix/refactor" — or…
agy-delegate
Delegate a coding task to the Google Antigravity CLI (agy) as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to hand implementation work to Antigravity or agy - phrasings like "have Antigravity do X", "delegate this to agy", "run it through agy", or "use…