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/nitmi/blea/agents-mdgit clone --depth 1 https://github.com/Nitmi/bleaWhat 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.00247 | $0.00247 |
| Opus 5 | $0.00123 | $0.00123 |
| Sonnet 5 | $0.00049 | $0.00049 |
| Haiku 4.5 | $0.00025 | $0.00025 |
Grade A, and why
blea 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.
What it actually says
Repository Guidance
- Keep the BLE transport behind interfaces so tests never require nearby hardware.
- Preserve structured JSON error contracts across CLI and MCP surfaces.
- Treat writes as dangerous: require explicit enablement and exact device confirmation.
- Treat
.codex-plugin,.mcp.json, andskillsat the repository root as the Codex Plugin source of truth. Runuv run python scripts/sync_codex_plugin.pyinstead of editingplugins/bleaby hand. - Keep
plugin.json,mcp.json,.codex-plugin/plugin.json, and.mcp.jsonaligned. - Before committing, run the Plugin sync check,
uv run python scripts/check_agent_package.py,uv run python scripts/check_mcp_registry.py, Ruff checks, unit tests, anduv run python scripts/check_distribution.py distagainst a clean build. Before a release, also run the current official Skill validator and both Plugin validators. - Keep workflow Actions on Node.js 24-compatible releases. Preserve the pinned setup-uv revision unless its cache behavior is intentionally reviewed at the same time.
- Commit cohesive, verified checkpoints without including unrelated files.
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 · 17 lines · 247 tokens per session scan A d60816c9759e
blea AGENTS.md is an instructions file published in the GitHub repository Nitmi/blea (10 stars, last pushed 22d ago), licensed MIT. It adds 247 tokens to every session, about $0.0012 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
beacio-sdk AGENTS.md
AGENTS.md instructions for wklm/beacio-sdk, covering beacio sdk — agent instructions, when to use this sdk, quick start for ai agents, decision tree and safari ios constraints (critical).
mcp-steroid CLAUDE.md
Instructions for jonnyzzz/mcp-steroid, covering claude.md, agents.md, design philosophy, recursive context lookup (do this before sub-folder work), sub-folder guides and must do.
nopua AGENTS.md
Instructions for wuji-labs/nopua, covering nopua · codex 入仓规则, 一 · 项目定位, 二 · 起手必读, 三 · 工程与研究纪律 and 四 · 对外署名.
EverMe AGENTS.md
Instructions for EverMind-AI/EverMe, covering agents.md, goal (pick one per pr), build & test, pre-pr checks (match ci gates) and commit & pr.
pruna-skills AGENTS.md
Instructions for PrunaAI/pruna-skills, covering pruna skills (agent notes), how it works, clarification (library-wide), install and layout.
clawdometer-eink AGENTS.md
Instructions for nsyll/clawdometer-eink, covering clawdometer — guide for ai coding agents, what this is, build / run / test, firmware and hook (test standalone; must always exit 0).