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/lusiyava/msaw/agents-mdgit clone --depth 1 https://github.com/LusiyAvA/msawWrote 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/lusiyava/msaw/agents-md)<a href="https://agentmods.dev/instructions/lusiyava/msaw/agents-md"><img src="https://agentmods.dev/badge/instructions/lusiyava/msaw/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.00204 | $0.00204 |
| Opus 5 | $0.00102 | $0.00102 |
| Sonnet 5 | $0.00041 | $0.00041 |
| Haiku 4.5 | $0.00020 | $0.00020 |
Grade A, and why
msaw 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 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.
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
AGENTS.md
Contributor Rules
- 修改项目时先检测、生成、使用当前项目的 codegraph 图谱。
- UI 设计要现代、美观,并贴合开发者工作区主题。
- 不得读取、提交或输出
.msaw/中的主机、凭据、密钥、日志和共享文件。 - SSH 凭据不得进入源码、测试夹具、日志、MCP 响应或 UI。
- 示例只能使用
example.com和 RFC 5737 文档地址,禁止提交真实服务器地址。 - 跨 VPS 文件流转必须经过本地共同工作区。
- 长时间命令必须设置 timeout。
- 构建、缓存和运行态数据必须放在项目工作目录内。
- 提交前运行
python -m unittest discover -s tests -p "test_*.py" -v。 - 不确定的外部系统能力必须先确认,不能臆想。
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 · 15 lines · 204 tokens per session scan A 674e28423f27
msaw AGENTS.md is an instructions file published in the GitHub repository LusiyAvA/msaw (1 stars, last pushed 1mo ago), licensed MIT. It adds 204 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-31.
Other instructions, from other repositories
Containarium CLAUDE.md
Instructions for FootprintAI/Containarium, covering containarium — guidance for claude / ai assistants, no instance / endpoint / tenant names in oss-visible files, cli-first, mcp wraps it, api: protobuf contract first, grpc-gateway for rest and strong typing — use the type system, not strings.
vibeshell AGENTS.md
AGENTS.md instructions for veithly/vibeshell, covering vibeshell — agent guide, architecture, critical knowledge, russh 0.44 constraints and frontend → backend communication.
mcp-ssh CLAUDE.md
Instructions for AiondaDotCom/mcp-ssh, covering claude.md, project overview, development commands, basic operations and development scripts.
winkterm AGENTS.md
Instructions for Cznorth/winkterm, covering agents.md, project overview, common commands, backend development and start the development server.
hop CLAUDE.md
Instructions for danmartuszewski/hop: Use conventional commit format with imperative mood.
tunnel-manager AGENTS.md
AGENTS.md instructions for Knuckles-Team/tunnel-manager, covering agents.md, tech stack & architecture, architecture diagram, workflow diagram and commands (run these exactly).