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/clawrun-sh/clawrun/claude-mdgit clone --depth 1 https://github.com/clawrun-sh/clawrunWrote 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/clawrun-sh/clawrun/claude-md)<a href="https://agentmods.dev/instructions/clawrun-sh/clawrun/claude-md"><img src="https://agentmods.dev/badge/instructions/clawrun-sh/clawrun/claude-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.03617 | $0.03617 |
| Opus 5 | $0.01809 | $0.01809 |
| Sonnet 5 | $0.00723 | $0.00723 |
| Haiku 4.5 | $0.00362 | $0.00362 |
Grade A, and why
clawrun CLAUDE.md scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
# curl "https://api.telegram.org/bot<TOKEN>/setWebhook?url=<NGROK>/api/v1/webhook/telegram&secret_token=<SECRET>" How it starts
The opening of the file, as written. The whole thing — 295 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — ClawRun
What This Is
ClawRun is a hosting and lifecycle layer for open-source AI agents. It deploys agents into secure sandboxes (Vercel Sandbox, with more providers coming) and manages their full lifecycle, including startup, heartbeat keep-alive, snapshot/resume, graceful shutdown, and wake-on-message.
ClawRun does NOT build its own agent. It hosts existing ones. ZeroClaw is the default agent; the Agent interface makes it pluggable.
The architecture is a persistent sandbox model: the agent daemon runs continuously inside a sandbox, receives messages via its own HTTP server, and ClawRun manages the sandbox TTL, snapshotting, and wake/sleep cycle around it.
Repo Structure
clawrun/
├── CLAUDE.md
├── AGENTS.md
├── packages/
│ ├── cli/ # `clawrun` CLI — deploy, manage, connect to instances
│ ├── server/ # Next.js app: API routes, handlers, UI (deployed per instance)
│ ├── runtime/ # Sandbox lifecycle, sidecar, storage, config
│ ├── agent/ # Agent interface + registry (abstract)
│ ├── agent-zeroclaw/ # ZeroClaw agent adapter (implements Agent)
│ ├── provider/ # SandboxProvider interface (abstract)
│ ├── provider-vercel/ # Vercel Sandbox provider (implements SandboxProvider)
│ ├── channel/ # WakeHookAdapter interface + 6 channel adapters
│ ├── sdk/ # Programmatic API — instance management, deploy, client
│ ├── auth/ # JWT auth primitives (jose)
│ ├── logger/ # Structured logging (consola)
│ ├── ui/ # React UI component library (Radix, shadcn, Tailwind)
│ ├── zeroclaw/ # ZeroClaw TS wrapper (binary mgmt, config gen, command building)
│ ├── website/ # Documentation site (Next.js, not published)
│ └── tsconfig/ # Shared TS config (private, not published)
├── presets/
│ └── starter/ # Default preset: ZeroClaw + Vercel
└── notes/ # Architecture notes and comparisons
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 · 295 lines · 3,617 tokens per session scan A 1f09d526d358
clawrun CLAUDE.md is an instructions file published in the GitHub repository clawrun-sh/clawrun (94 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 3,617 tokens to every session, about $0.0181 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
agentos CLAUDE.md
Claude Code instructions for rivet-dev/agentos, covering agentos, boundaries, security model, sqlite schema ownership and runtime and registry.
rosclaw AGENTS.md
AGENTS.md instructions for ros-claw/rosclaw, covering rosclaw agent instructions, runtime boundary, tool policy, robot integration setup and capability apps.
rosclaw CLAUDE.md
Claude Code instructions for ros-claw/rosclaw, covering claude.md — rosclaw project onboarding, rosclaw runtime boundary (managed), safety contract (p0), robot integration setup and capability apps.
wasmagent-js CLAUDE.md
Claude Code instructions for WasmAgent/wasmagent-js, covering wasmagent-js — development guide for claude, what this project is (and is not), repository boundaries, this repository owns and other repositories own — do not duplicate here.
agentos AGENTS.md
AGENTS.md instructions for rivet-dev/agentos, a project described as: Give agents an operating system as a library. Runs in your existing backend – no sandboxes, VMs, or SaaS. Powered by WebAssembly & V8 isolates.
CialloClaw AGENTS.md
AGENTS.md instructions for 1024XEngineer/CialloClaw, covering agents.md, 1. 项目共同语义, 2. 最小阅读规则, 3. 冲突处理优先级 and 4. 共享工程铁律.