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/maximilien-ai/clawmax/agents-mdgit clone --depth 1 https://github.com/Maximilien-ai/clawmaxWrote 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/maximilien-ai/clawmax/agents-md)<a href="https://agentmods.dev/instructions/maximilien-ai/clawmax/agents-md"><img src="https://agentmods.dev/badge/instructions/maximilien-ai/clawmax/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.02078 | $0.02078 |
| Opus 5 | $0.01039 | $0.01039 |
| Sonnet 5 | $0.00416 | $0.00416 |
| Haiku 4.5 | $0.00208 | $0.00208 |
Grade A, and why
clawmax 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Instructions
Commit Messages
- Every commit subject must start with a lowercase Conventional Commit-style prefix followed by a colon and a space.
- Use the narrowest applicable prefix:
feat:,fix:,docs:,test:,refactor:,build:,ci:,chore:,release:, ormerge:. - Keep the subject concise and describe the user-visible or engineering outcome.
- Do not publish an unprefixed commit subject. Check the proposed subject before
committing, especially for release-candidate work pushed directly to
main. - Keep commits focused by concern: separate dependency/security remediation, product behavior, tests, documentation, and release metadata when they can be reviewed or reverted independently. Push each focused commit so CI identifies the exact change that introduced or fixed a failure.
- Commit and push as soon as one coherent, directly tested concern is complete. Do not accumulate multiple independently reviewable concerns in the working tree, and do not start the full suite, an image build, or release CI with completed implementation work still uncommitted. If later validation finds a defect, fix it in a new focused commit and push that checkpoint separately.
Repository Ownership
- Keep public host contracts, generic dashboard components, public plugins, and public scoring logic in this repository.
- Keep first-party proprietary plugin manifests, suggested items,
implementation details, and plugin-specific tests in the private
clawmax-pluginsmonorepo. Partner-owned or customer-specific plugins may remain separate when they require different access controls. Never copy private source into this repository or the public image. - Lifecycle and Review are the public product plugins in the current 2.0
phase. Evals, Guardrails, and Optimize are private enterprise plugins. Treat
PLUGINS/test/plugin-*as synthetic contract fixtures only; they must not contain or become copies of private product implementations. - Keep every other plugin private unless its ownership is explicitly changed.
- Plugin enablement must be manageable from the PLUGINS sidebar as well as deployment configuration. Persist an explicit instance selection, including the valid empty selection, and never expose synthetic contract fixtures in the manager. Public documentation may describe the generic host boundary, but must not enumerate private plugin items, rules, prompts, schemas, or implementation details.
- A plugin can represent any ClawMax extension domain. Do not design generic plugin APIs or UI around assumptions that all plugins are guardrails or evals.
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 · 158 lines · 2,078 tokens per session scan A e2e54f430ad3
clawmax AGENTS.md is an instructions file published in the GitHub repository Maximilien-ai/clawmax (94 stars, last pushed 5d ago), licensed MIT. It adds 2,078 tokens to every session, about $0.0104 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-30.
Other instructions, from other repositories
workflow AGENTS.md
AGENTS.md instructions for vercel/workflow, covering agent instructions, architecture, core components, workflow execution model and development commands.
decapod CLAUDE.md
Instructions for DecapodLabs/decapod, covering claude.md - agent entrypoint, orientation & documentation, mandatory prompt safety gate, project context and quick start.
wallfacer CLAUDE.md
Instructions for changkun/wallfacer: If you didn't add a test, you didn't fix a bug. Every bug fix must include a reproducible test that fails without the fix and passes with it. You commit frequently, one small scope diff at a time. Push to main once a full batch of work is complete and verified. Leftover must be…
a-i--skills CLAUDE.md
Instructions for organvm-iv-taxis/a-i--skills, covering claude.md, repository overview, repository structure, common commands and validate skill frontmatter (run both for full validation).
a-i--skills 03-development-workflow.instructions.md
Instructions for organvm-iv-taxis/a-i--skills, covering development workflow instructions, no repo-wide build system, common development commands, after adding/modifying skills and validation before committing.
cmuxlayer AGENTS.md
AGENTS.md instructions for EtanHey/cmuxlayer, covering cmuxlayer, what this repo is for, the one principle, resumable, automatically and the tools are the product.