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/cailiang/agentdock/agents-mdgit clone --depth 1 https://github.com/Cailiang/AgentDockWhat 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.00287 | $0.00287 |
| Opus 5 | $0.00143 | $0.00143 |
| Sonnet 5 | $0.00057 | $0.00057 |
| Haiku 4.5 | $0.00029 | $0.00029 |
Grade A, and why
AgentDock 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 yesterday.
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 Instructions
- Do not commit, tag, or push to GitHub unless the user explicitly requests it.
- Every repository modification must increment the application patch version before verification and deployment. Keep the version synchronized in
package.json,package-lock.json,src-tauri/tauri.conf.json,src-tauri/Cargo.toml, andsrc-tauri/Cargo.lock. - After modifying the repository, run the relevant checks and deploy the verified build with
npm run release:macmini. - Every Mac mini release must also create a locally installable universal macOS DMG in
release-artifacts/and verify that it contains the Intelx86_64architecture. - The default deployment target is
[email protected]:/Applications/AgentDock.app. - Only after the user explicitly approves an online release, commit the verified changes and run
npm run release:github. - Every GitHub release must use
release-notes/v<version>.mdinstead of auto-generated notes. Write an accurate Chinese section first and an English section second; both sections must summarize the release and list new features and bug fixes based on the changes since the previous release. - Do not publish a GitHub release when its bilingual release notes are missing, incomplete, or still contain template placeholders.
- Keep deployment credentials out of the repository. Use the configured SSH key.
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.
- yesterday First seen · 12 lines · 287 tokens per session scan A 0b7d5e0ef890
AgentDock AGENTS.md is an instructions file published in the GitHub repository Cailiang/AgentDock (2 stars, last pushed 29d ago), licensed MIT. It adds 287 tokens to every session, about $0.0014 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
desktop-cc-gui AGENTS.md
Instructions for zhukunpenglinyutong/desktop-cc-gui, covering 项目规则入口(mossx), 规则优先级, 文档分层, 最小读取路径 and openspec 交付.
opensrc AGENTS.md
Instructions for vercel-labs/opensrc, covering agents.md, monorepo structure, cli (packages/opensrc), docs (apps/docs) and releasing.
vanehub-ai AGENTS.md
Instructions for cdavid817/vanehub-ai, covering agents.md, 项目概览, 技术栈(严格约束,不允许引入替代方案), 架构核心约束 and 日志规范.
moonproxy-desktop AGENTS.md
Instructions for MoonProxyHQ/moonproxy-desktop, covering moonproxy, 功能, 技术栈, 目录结构 and 配置与数据存储.
nanocoder CLAUDE.md
Claude Code instructions for Nano-Collective/nanocoder, covering claude.md, development commands, build and run, testing (run before committing) and individual test commands.
tokenmaxxing AGENTS.md
Instructions for 851-labs/tokenmaxxing, covering repository instructions, effect error style, export style, conventions and cli output style.