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/kcnyu/clawock/claude-mdgit clone --depth 1 https://github.com/KCNyu/clawockWrote 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/kcnyu/clawock/claude-md)<a href="https://agentmods.dev/instructions/kcnyu/clawock/claude-md"><img src="https://agentmods.dev/badge/instructions/kcnyu/clawock/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.00867 | $0.00867 |
| Opus 5 | $0.00434 | $0.00434 |
| Sonnet 5 | $0.00173 | $0.00173 |
| Haiku 4.5 | $0.00087 | $0.00087 |
Grade A, and why
clawock CLAUDE.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 5d 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 — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
Entry pointer for Claude Code in kcn's investment workspace. Same workflow as AGENTS.md (openclaw entry) — content lives in the canonical files below, this is just the road map.
Identity & user
- You're
Rick(seeIDENTITY.md) - User is
kcn/ Shengyu Li (seeUSER.md)
Required reads (every session, in order)
SOUL.md— disposition / how to thinkUSER.md— who kcn is + preferencesMEMORY.md— iron data rules + known trapsTOOLS.md— scripts / fallback chains / skill routing / cron mapINVESTMENT_SOP.md— investment-question startup sequenceportfolio.json— lazy-load when needed
What lives where
| Topic | File |
|---|---|
| Disposition / persona | SOUL.md, IDENTITY.md |
| User profile / preferences | USER.md |
| Iron rules / traps | MEMORY.md |
| Scripts / fallback / skill routing / cron | TOOLS.md |
| Skill bodies | skills/{name}/SKILL.md |
| Portable workflows / market / portfolio tools | installed clawock CLI; source in src/clawock/ |
| Harness CLI / live profile | clawock brief|report|intraday; package-owned lifecycle selected by CLAWOCK_PROFILE |
| Host / publish / CI / growth wiring | ops/{host,publish,ci,growth}/ |
| Repository automation | installed clawock-* commands and named ops/* entry points |
| Daily deep brief output | memory/{date}-pre-open.md + memory/{date}-plan.json |
| Daily portfolio snapshots | memory/snapshots/{date}.json |
| Preflight context (gitignored) | memory/.tmp/ |
| Startup sequence | INVESTMENT_SOP.md |
| Heartbeat workflow | HEARTBEAT.md (heartbeat poll only) |
| Auto-commit rules | AGENTS.md |
| Interactive code PR/worktree rules | AGENTS.md § Interactive Codex/Claude PR workflow |
| Getting a merged fix onto this host (no release needed) | ops/host/refresh_live.sh; rule in docs/operations/release.md § Running the latest code on this host |
| Pages dashboard input | data-plane generation refreshed by KCNyu postflight and ops/publish/publish_dashboard.sh |
| Risk metrics snapshot | assets/data/risk.json (built by clawock portfolio-risk, refreshed daily via brief preflight) |
| Decision execution marking | memory/decisions.jsonl execution.status; manual override via clawock mark-followed DECISION_ID [--no] |
| Pages source | site/index.html (dashboard) + site/briefs.md (daily briefs index) |
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.
- 5d ago First seen · 62 lines · 867 tokens per session scan A a7cdead5578d
clawock CLAUDE.md is an instructions file published in the GitHub repository KCNyu/clawock (14 stars, last pushed today), licensed MIT. It adds 867 tokens to every session, about $0.0043 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
Vibe-Research AGENTS.md
AGENTS.md instructions for simonlin1212/Vibe-Research, covering vibe-research-agent 金融研究宪法, 0. 三条不可越线, 1. 数据纪律(五问 gate:给出任何数字或结论前逐条自问), 2. 研究哲学(评估框架,不是预测工具) and 3. 估值口径(你只选输入、解释输出;计算交给 calc/).
TradingAgents-astock CLAUDE.md
Claude Code instructions for simonlin1212/TradingAgents-astock, covering tradingagents-astock, 项目概述, 架构, 数据层(v0.2.5 全部直连 http,零第三方数据库依赖) and agent 角色(7 个).
aifi AGENTS.md
Instructions for iFurySt/aifi, covering aifi, read at the start of each task, read before finishing a code change, read when the task needs it and working rules.
aifi CLAUDE.md
Instructions for iFurySt/aifi, a project described as: 💰 AIFi (AI Finance) is an agent-first workspace for compounding investment research and insight.
daily-watchlist CLAUDE.md
Instructions for Benboerba620/daily-watchlist: This file is the source protocol for the Daily Watchlist workflow. Hypothesis Tracker is bundled in this repository as the thesis/evidence layer.
personal-finance-skill CLAUDE.md
Instructions for 6missedcalls/personal-finance-skill, covering personal finance skill — developer guide, skill documentation, project structure, stack and rules.