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/staruhub/crewclaw/agents-mdgit clone --depth 1 https://github.com/staruhub/CrewClawWrote 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/staruhub/crewclaw/agents-md)<a href="https://agentmods.dev/instructions/staruhub/crewclaw/agents-md"><img src="https://agentmods.dev/badge/instructions/staruhub/crewclaw/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.00762 | $0.00762 |
| Opus 5 | $0.00381 | $0.00381 |
| Sonnet 5 | $0.00152 | $0.00152 |
| Haiku 4.5 | $0.00076 | $0.00076 |
Grade A, and why
CrewClaw 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.
How it starts
The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Project
This repo builds CrewClaw by ChaoGeek: an AI Employee Platform — discover, hire, deploy, use, and evaluate digital employees. One line: OpenCode makes AI able to work; OpenWork gives AI a computer; CrewClaw proves which AI employee deserves to be hired.
Components: the two-file employee standard (hire.yaml hiring contract + crewclaw.employee.yaml
runtime spec, JSON Schemas in contracts/schema/), the employee registry + validator, the Node
reference runtime (packages/runtime, TaskEvent JSONL), the Ratatui supervision workbench
(crates/crewclaw-cli), the evaluation runner (real benchmark scores), and the local-first
marketplace website (Vite + hono, real package downloads). Authoritative product doc:
docs/prd_v0.20.md (versioned with the implementation; boundary charter included).
Boundaries (charter, 2026-07-10)
- CrewClaw TUI = supervision cockpit (observe / control / accept). Built features stay; new features may only be simple preview/viewing. Editors, file managers, browsers, long-running execution belong to OpenWork — never rebuild them here.
- Website = local-first storefront: a projection of the registry + real package downloads. Hosted marketplace (accounts/backend) is an explicit far-future milestone.
- TaskEvent is additive-only: never change existing event semantics; add variants.
- Honesty rules: use real data where it exists, label MOCK explicitly where it doesn't, never fabricate; a mock eval score never overwrites a real (mock:false) certification score.
- Hermes Agent is the external runtime target. Do not fork or modify Hermes internals; do not
write directly to
~/.hermes; use officialhermes profilecommands. - Do not commit
.env,auth.json, memories, sessions, logs, state DBs, workspaces, or user data (single source:contracts/forbidden-paths.ts).
Commands
pnpm run check/pnpm run lint/pnpm testpnpm run test:runtime/pnpm run test:conformancecargo test --manifest-path crates/crewclaw-cli/Cargo.tomlpnpm run validate:all-expertspnpm run schema:generatepnpm eval:expert <slug> [--mock]pnpm run test:e2epnpm run crewclaw list
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 · 57 lines · 762 tokens per session scan A e0254e7ad3a4
CrewClaw AGENTS.md is an instructions file published in the GitHub repository staruhub/CrewClaw (22 stars, last pushed 4d ago), licensed Apache-2.0. It adds 762 tokens to every session, about $0.0038 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
kungfu copilot-instructions.md
Copilot instructions for kungfu-systems/kungfu: Read and follow AGENTS.md before proposing or running changes. It is the shared agent router for this repository, including the canonical Shifu development and build entrypoint.
aeon CLAUDE.md
Instructions for aeonfun/aeon, covering aeon, how aeon works, strategy, voice and soul file hierarchy (read in this order).
Agent-Memory-Bridge AGENTS.md
Instructions for zzhang82/Agent-Memory-Bridge, covering agent memory bridge contributor instructions, setup and checks, architecture boundaries, mutation and migration invariants and benchmark expectations.
nanobot CLAUDE.md
Claude Code instructions for HKUDS/nanobot, a project described as: Ultra-lightweight, open-source, self-hosted personal AI agent framework in Python with WebUI, tools, memory, MCP, multi-agent workflows, automation, and chat apps.
agentic-harness AGENTS.md
Instructions for frangelbarrera/agentic-harness, covering project context, architecture in 30 seconds, non-negotiable rules (from manifesto.md), coding standards and commit conventions.
SafeFlo CLAUDE.md
Instructions for G1ngercy/SafeFlo, covering claude.md, о проекте, команды, code style and принципы проекта (не нарушать).