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/xwjdream/mimoagent/agents-mdgit clone --depth 1 https://github.com/XWJDream/MimoAgentWhat 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.05965 | $0.05965 |
| Opus 5 | $0.02982 | $0.02982 |
| Sonnet 5 | $0.01193 | $0.01193 |
| Haiku 4.5 | $0.00596 | $0.00596 |
Grade C, and why
MimoAgent AGENTS.md scanned grade C 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 3d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
if (name === 'shell' && args.command.includes('rm -rf')) { 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.
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.
- 3d ago First seen · 753 lines · 5,965 tokens per session scan C 73dd107e2417
MimoAgent AGENTS.md is an instructions file published in the GitHub repository XWJDream/MimoAgent (11 stars, last pushed 2mo ago), with no licence file. It adds 5,965 tokens to every session, about $0.0298 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
limboo CLAUDE.md
Instructions for limboo-ai/limboo, covering claude.md, 1. what is limboo?, 2. tech stack (current), 3. project structure and the three electron contexts (critical mental model).
open-codesign CLAUDE.md
Instructions for OpenCoworkAI/open-codesign, covering claude.md — open codesign, what this project is, hard constraints (do not violate), stack & conventions and frontend stack (locked).
getvect AGENTS.md
Instructions for craigjmidwinter/getvect, covering agents.md, commands (green on a clean checkout), invariants a pr must not break and process.
open-codesign AGENTS.md
Instructions for OpenCoworkAI/open-codesign, covering agents.md - open codesign, what this project is, hard constraints, ai visibility for web work and current architecture direction.
CodePilot CLAUDE.md
Claude Code instructions for op7418/CodePilot, covering claude.md, 协作模式(作者 / claude code / codex), 开发规则, 语义验收与反假数据 and 自检命令.
CodePilot AGENTS.md
AGENTS.md instructions for op7418/CodePilot, covering agents.md, 项目协作定位, 共享规则入口(不在此重复,按需读), 自检命令(codex 跑测试时) and codex review 规则.