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 instructions/dicnunz/codex-mission-control/agents-mdgit clone --depth 1 https://github.com/dicnunz/codex-mission-controlWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/dicnunz/codex-mission-control/agents-md)<a href="https://agentmods.dev/instructions/dicnunz/codex-mission-control/agents-md"><img src="https://agentmods.dev/badge/instructions/dicnunz/codex-mission-control/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00209 | $0.00209 |
| Opus 5 | $0.00105 | $0.00105 |
| Sonnet 5 | $0.00042 | $0.00042 |
| Haiku 4.5 | $0.00021 | $0.00021 |
Grade A, and why
codex-mission-control AGENTS.md 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 5d ago.
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.
What it actually says
Agent Notes
Keep this repo small, local-first, and dependency-light.
- Public promise: Codex Mission Control gives Codex a control room for your Mac.
- Main product: Mission Control hub and
cmc. - Extension: Mission Control Relay, the optional Telegram phone remote.
- Do not commit
.env, bot tokens, runtime state, screenshots, private logs, or machine-local mission state. - Do not add hosted services, accounts, sync backends, or speculative features.
- Prefer standard-library Python unless a dependency removes real complexity.
- Keep visuals as supporting product proof, not decoration. Generated visuals must come from the built-in ChatGPT image tool only, never an Image API script or API-key route.
- Do not claim this is an official OpenAI or Telegram project.
- After installer, CLI, dashboard, or Relay changes, run the closest relevant checks from
./scripts/qa.sh,./scripts/fresh_clone_test.sh,./scripts/doctor.sh, and./scripts/demo.sh.
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.
- 5d ago First seen · 14 lines · 209 tokens per session scan A bdd9fe067d2c
codex-mission-control AGENTS.md is an instructions file published in the GitHub repository dicnunz/codex-mission-control (24 stars, last pushed 3mo ago), licensed MIT. It adds 209 tokens to every session, about $0.0010 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-30.
Other instructions, from other repositories
vellum-assistant AGENTS.md
AGENTS.md instructions for vellum-ai/vellum-assistant, covering vellum assistant — agent instructions, project structure, intellectual honesty, development and dependencies.
codex-status-bar AGENTS.md
Instructions for yuriipalam/codex-status-bar, covering repository instructions, engineering expectations, verification and release procedure.
codex-usage-sidebar AGENTS.md
AGENTS.md instructions for JaceHwang/codex-usage-sidebar, a project described as: Live Codex quota, reset time, Credits, and Bank details in the macOS desktop UI.
codex-status-menubar AGENTS.md
AGENTS.md instructions for Gatsby007max/codex-status-menubar, covering codex status menubar agent guide, project overview, repository layout, development rules and verification.
CodexAgentMonitor AGENTS.md
AGENTS.md instructions for Saba-Burduli/CodexAgentMonitor, covering repository guidelines, context rules, semantic repo map workflow, project shape and commands.
codex-provider-sync AGENTS.md
AGENTS.md instructions for Dailin521/codex-provider-sync, covering ai / agent operator guide, vnext architecture baseline, goal, choose the interface and safe operating flow.