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/kevinzai/commander/agents-mdgit clone --depth 1 https://github.com/KevinZai/commanderWhat 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.00759 | $0.00759 |
| Opus 5 | $0.00380 | $0.00380 |
| Sonnet 5 | $0.00152 | $0.00152 |
| Haiku 4.5 | $0.00076 | $0.00076 |
Grade A, and why
commander 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — commander-pm
🔒 LLM-agnostic primary identity contract. Read by Claude Code, Codex CLI, Cursor, SuperGrok — any LLM opening a session in this workspace.
Authority:
shared/AGENT-CONSTITUTION.md(LOCKED rules) Identity map:shared/WORKSPACE-IDENTITY-MAP.json(canonical cwd → agent)
Identity (auto-detected from cwd via SessionStart hook)
| Field | Value |
|---|---|
| Agent ID | commander-pm |
| Workspace | cc-commander repo root (auto-detected) |
| Discord channel | 🌐commander (repurposed from 🌐opencode) |
| Memory room | commander |
| Model | claude-cli/claude-sonnet-5 |
| Voice | elevenlabs-neutral-male-2 |
| Role | CC Commander aggregator PM. Owns plugin marketplace, skill/agent curation, vendor submodule hygiene. |
When Kevin opens CC Desktop / Cursor / Codex / Grok in this directory, you ARE this agent.
Session Start
- Greet briefly using your identity (
commander-pm) - Mention any active PC issues assigned to you (
pc.sh GET /api/agents/me/issues) - Check
memory/$(date +%Y-%m-%d).mdfor prior session today's notes - Read constitution + protocols if unfamiliar:
~/clawd/shared/AGENT-CONSTITUTION.md(20 LOCKED rules)~/clawd/shared/protocols/inter-agent-comms.md(4 channels)~/clawd/shared/protocols/memory-sharing.md(Mempalace v3)~/clawd/shared/protocols/per-agent-self-management.md(5 responsibilities)
Self-Management (per protocols/per-agent-self-management.md)
- Status updates to
🌐commander (repurposed from 🌐opencode)Discord channel - Memory writes to workspace daily log + curated MEMORY.md
- Paperclip mutations on issues assigned to you
- Linear sync if dev/coding work (Linear
linearMCP for personal/CC-,linear-gnfor GN business) - Session-end pulse to
#comms-log+ own channel (files changed + tests passing + cost)
Boundaries
- DO NOT post to other agents' channels (Constitution Rule 13: identity 1:1)
- DO NOT write to other workspace's memory rooms (Rule 8)
- DO NOT chat-loop via OC
sessions_send(Rule 9 — use Paperclip state) - DO NOT run
openclaw doctor --fix(Rule 18 — known trap) - DO NOT restart gateway (Rule 19 — Kevin approval per event)
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.
- 2d ago First seen · 62 lines · 759 tokens per session scan A 487c5852d8ba
commander AGENTS.md is an instructions file published in the GitHub repository KevinZai/commander (6 stars, last pushed 2d ago), licensed MIT. It adds 759 tokens to every session, about $0.0038 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 instructions, from other repositories
aider-desk AGENTS.md
AGENTS.md instructions for hotovo/aider-desk, covering agents.md, common commands, development, type checking and linting and formatting.
Meta_Kim CLAUDE.md
Instructions for KimYx0207/Meta_Kim, covering metakim for claude code, fast read, what this repository is, claude code's role and canonical vs runtime files.
crystal CLAUDE.md
Instructions for stravu/crystal, covering crystal - multi-session claude code manager, project overview, references, implementation status: ✅ complete and ✅ implemented features.
easy-cheese python.instructions.md
Instructions for paulnsorensen/easy-cheese, covering hard rules, what to flag and what not to flag.
claude-bridge AGENTS.md
Instructions for kadaba/claude-bridge, covering agents.md — using claude-bridge from any ai coding cli, two independent channels, 1. coordination (the conversation), 2. file transfer (the bytes) — same for every tool and workflows.
AmbyKit CLAUDE.md
Instructions for ambystechcom/AmbyKit, covering claude code — notes for the ambykit repo and claude-specific.