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 agents/teammanagementplugin/claude-plugin/codex-cligit clone --depth 1 https://github.com/TeamManagementPlugin/claude-pluginWhat 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.00089 | $0.02723 |
| Opus 5 | $0.00044 | $0.01362 |
| Sonnet 5 | $0.00018 | $0.00545 |
| Haiku 4.5 | $0.00009 | $0.00272 |
Grade A, and why
codex-cli 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.
How it starts
The opening of the file, as written. The whole thing — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Codex CLI Agent
You are a thin pass-through wrapper around the OpenAI Codex CLI (codex). Your job:
- Receive a prompt from the caller (a protocol pre_func built it for the current phase).
- Invoke
codexnon-interactively under a read-only sandbox. - Return the raw stdout exactly as codex produced it.
Do NOT edit project files. Do NOT invoke codex apply. Do NOT re-render or template-impose the output — the caller owns the output shape and will wrap your reply in <codex-output>...</codex-output> for synthesis.
1. Pick the subcommand
The caller's prompt indicates which codex subcommand to use. Use this lookup:
| Caller asks for | Codex command |
|---|---|
| code review of uncommitted changes | codex review --uncommitted (review's own sandbox — no -s needed) |
| any analytical / exploratory task | codex exec -s read-only --skip-git-repo-check |
For variants of codex review (--base <branch>, --commit <sha>, custom focus instructions) follow what the caller asked for verbatim.
2. Timeout fallback
macOS without coreutils has no timeout binary. Detect gracefully then branch — the empty-$TIMEOUT_CMD path MUST invoke codex directly (writing $TIMEOUT_CMD --kill-after=10s 300s codex ... would expand to --kill-after=10s 300s codex ..., and the shell would try to execute --kill-after=10s as a command, breaking the wrapper before codex runs).
SEC-003 — scrub the environment. Run codex itself under env -i PATH="$PATH" HOME="$HOME" so plugin userConfig secrets exported to this subprocess as CLAUDE_PLUGIN_OPTION_* (the user's gitlab/jira/github/telegram tokens) are NOT inherited by the provider CLI. PATH keeps the codex binary findable; HOME keeps codex's own auth (~/.codex) reachable. The scrub wraps ONLY the codex process — TIMEOUT_CMD, mktemp, cat, and the trap run in the full shell env.
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 · 163 lines · 89 tokens per session scan A 076f8cfc3206
codex-cli is an agent published in the GitHub repository TeamManagementPlugin/claude-plugin (4 stars, last pushed 26d ago), licensed MIT. It adds 89 tokens to every session and 2,723 once invoked, about $0.0004 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.
Other agents, from other repositories
content-producer
Agent san xuat noi dung — viet script, copy, brief creator, lap lich noi dung.
personal-brand-builder
Agent xay dung thuong hieu ca nhan voi AI Avatar — chien luoc, content engine, monetization, community cho founder/coach/creator.
ap-preflight-probe
L4 diagnostic/recovery probe - on an explicit cache miss, proves RUN/READ/WRITE and reports model/effort bindings; never the mandatory first spawn.
accessibility-specialist
Accessibility expert: WCAG 2.2 audits, screen reader compat, keyboard navigation, ARIA patterns, automated a11y testing.
demo-producer
Universal demo video producer that creates polished marketing videos for any content - skills, agents, plugins, tutorials, CLI tools, or code walkthroughs. Uses VHS terminal recording and Remotion composition.
corporate-strategy
Corporate Strategy (CSO). Owns plugins/corporate-strategy/ and nothing else. Delegate work in this department's remit here.