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/catfish-75/claw-task-hub/agents-mdgit clone --depth 1 https://github.com/Catfish-75/claw-task-hubWrote 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/catfish-75/claw-task-hub/agents-md)<a href="https://agentmods.dev/instructions/catfish-75/claw-task-hub/agents-md"><img src="https://agentmods.dev/badge/instructions/catfish-75/claw-task-hub/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.00472 | $0.00472 |
| Opus 5 | $0.00236 | $0.00236 |
| Sonnet 5 | $0.00094 | $0.00094 |
| Haiku 4.5 | $0.00047 | $0.00047 |
Grade A, and why
claw-task-hub 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
Claw Task Hub Project Instructions
- Product name: Claw Task Hub.
- This repository is a local-first, Linear-like task hub designed primarily for AI agents and agentic harnesses.
- Keep the product universal across harnesses. MCP-compatible agents, CLIs, and local automation runners are the target surface.
- Use relative repository paths in documentation and code examples. Do not commit machine-specific install paths, LAN addresses, proxy settings, VPN settings, or user names.
- Default API behavior must remain local-only. Non-loopback binding requires an explicit unsafe flag and must be documented as unsupported for public deployment without additional authentication.
- The default local database is under
data/; generated SQLite files, logs, screenshots, reports, and scratch files must stay untracked. - External tracker imports must stay in standalone operator tools and must not appear in normal API, CLI, or MCP runtime paths.
- Normal Claw Task Hub work must not depend on any external ticketing account or hosted tracker.
- Run core checks before release-oriented changes are considered done:
npm run buildnpm run lintnpm run store-regressionnpm run harness-smokenpm run ui-smokenpm run public-hygiene
- Use
docs/AGENTIC_HARNESS.mdas the canonical agent and harness contract. - Use context bindings for project-bound harness startup. Bind stable keys such as repository remote, working directory, branch, or thread id to the owning project; never store secrets in binding metadata.
- Use visible issue identifiers such as
CTH-272,LOCAL-1, or imported historical identifiers in conversation and tool calls. - New issues must be filed under an explicit owning project id from
list_projects; never infer or copy a default project id from unrelated examples. - Do not store secrets in issues, comments, docs, tests, fixtures, or screenshots.
- In PowerShell, do not pass raw JSON to
npm run hub -- tools/callwhen payloads contain comments, Markdown, quotes, backticks, or newlines. Usebase64:<json>or.\tools\cth-call.ps1 -Tool <tool> -InputObject $payloadinstead of hand-escaping quotes.
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 · 24 lines · 472 tokens per session scan A 7c117a0fcfca
claw-task-hub AGENTS.md is an instructions file published in the GitHub repository Catfish-75/claw-task-hub (1 stars, last pushed 27d ago), licensed MIT. It adds 472 tokens to every session, about $0.0024 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
ZhiWei CLAUDE.md
Instructions for ntygod/ZhiWei, covering claude.md, project overview, build & development commands, backend and frontend.
Vault-Agent-Memory AGENTS.md
Instructions for zycaskevin/Vault-Agent-Memory, covering agent instructions for vault agent memory, common install architecture, second decision: optional features, first decision: database scope and safe agent workflow.
ZhiWei AGENTS.md
Instructions for ntygod/ZhiWei, covering repository guidelines, project structure & module organization, agent harness, build, test, and development commands and coding style & naming conventions.
claude-memory-mcp AGENTS.md
Instructions for WhenMoon-afk/claude-memory-mcp, covering mooncite repository contract, product boundary, fixed architecture, sources of truth and change discipline.
doltlite AGENTS.md
AGENTS.md instructions for dolthub/doltlite, covering agents.md, project nature, licensing and file headers, comments: minimal by default and build.
LexiconLocal CLAUDE.md
Claude Code instructions for alexeymohr/LexiconLocal, covering lexiconlocal, read first, this repository is public. the operator's data is not, tech stack (fixed — do not substitute) and hard rules.