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/xipher-labs/walter-os/agents-mdgit clone --depth 1 https://github.com/Xipher-Labs/walter-osWrote 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/xipher-labs/walter-os/agents-md)<a href="https://agentmods.dev/instructions/xipher-labs/walter-os/agents-md"><img src="https://agentmods.dev/badge/instructions/xipher-labs/walter-os/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.07494 | $0.07494 |
| Opus 5 | $0.03747 | $0.03747 |
| Sonnet 5 | $0.01499 | $0.01499 |
| Haiku 4.5 | $0.00749 | $0.00749 |
Grade D, and why
walter-os AGENTS.md scanned grade D with 3 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 4d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
chmod 600 "$CODEX_REVIEW_OUTPUT" Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
(See the secure Codex bypass pattern below if `~/.codex/config.toml` has Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
trap 'rm -rf "$CODEX_MINIMAL_HOME"' EXIT The source is not reproduced here
Licensed AGPL-3.0
The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
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.
- 4d ago First seen · 605 lines · 7,494 tokens per session scan D d4f4afdb6775
walter-os AGENTS.md is an instructions file published in the GitHub repository Xipher-Labs/walter-os (6 stars, last pushed yesterday), licensed AGPL-3.0. It adds 7,494 tokens to every session, about $0.0375 per session on Opus 5. A static security scan graded it D with 3 findings (asks for root, reads agent configuration directories, recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
nextclaw AGENTS.md
AGENTS.md instructions for Peiiii/nextclaw, covering nextclaw ai 常驻内核, 产品愿景, 沟通与推进, 深思与目标模式 and 协作与 git 安全.
slipway AGENTS.md
AGENTS.md instructions for signalridge/slipway, covering slipway agent principles, user owns the process, investigate before clarifying, report, do not certify and maintain the whole surface.
nobrainer-tech-skills copilot-instructions.md
Copilot instructions for nobrainer-tech/nobrainer-tech-skills: The fifteen canonical Agent Skills are under skills/. Read the relevant skills/ /SKILL.md before changing a skill; retired predecessors exist only in Git history.
agentic-rd-skill AGENTS.md
AGENTS.md instructions for TheStreamCode/agentic-rd-skill, covering repository instructions, purpose and sources of truth, repository invariants, implementation style and documentation synchronization.
ccpr CLAUDE.md
Claude Code instructions for jonase47/ccpr, covering global preferences (local, interactive mode), language & communication, personal context, infrastructure and code standards.
Lorekeeper javascript.instructions.md
Instructions for Jessinra/Lorekeeper, covering dashboard javascript guidelines, scope, review focus, ui behavior and testing / verification.