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/tstockham96/claw-kit/claude-mdgit clone --depth 1 https://github.com/tstockham96/claw-kitWrote 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/tstockham96/claw-kit/claude-md)<a href="https://agentmods.dev/instructions/tstockham96/claw-kit/claude-md"><img src="https://agentmods.dev/badge/instructions/tstockham96/claw-kit/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.00610 | $0.00610 |
| Opus 5 | $0.00305 | $0.00305 |
| Sonnet 5 | $0.00122 | $0.00122 |
| Haiku 4.5 | $0.00061 | $0.00061 |
Grade A, and why
claw-kit 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 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 — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claw Kit
Persistent AI identity, memory, and messaging for Claude Code.
What This Is
Claw Kit gives Claude Code a persistent identity and long-term memory across sessions. It's inspired by OpenClaw but built entirely within Claude Code's ecosystem — no daemons, no unofficial libraries, fully auditable plaintext files.
Project Structure
claw-kit/
├── kit/ ← the distributable config
│ ├── CLAUDE.md ← core AI behavior rules (copy to project root)
│ ├── commands/ ← slash commands (/remember, /status, etc.)
│ └── memory/ ← all memory files (identity, journals, etc.)
├── telegram-bridge/ ← standalone Telegram bot service
├── examples/ ← example identity templates
├── setup.sh ← interactive onboarding
└── README.md ← public distribution docs
Quick Start
./setup.sh
The setup script walks you through:
- Choosing an install location
- Setting up your user profile
- Configuring the AI's personality
- Scaffolding all memory files
After setup, open Claude Code and run /status to verify everything works.
Memory System
All memory is stored in kit/memory/ as plaintext markdown:
| File | Purpose |
|---|---|
identity.md |
AI personality, voice, boundaries |
user.md |
About the human |
long-term.md |
Curated key facts |
preferences.md |
Learned user preferences |
learnings.md |
Mistakes + corrections |
journal/YYYY-MM-DD.md |
Daily session logs |
people/[name].md |
Relationship context |
projects/[name].md |
Active project state |
decisions/YYYY-MM-DD-slug.md |
Decision log with rationale |
Commands
| Command | What it does |
|---|---|
/status |
Show what the AI knows about you |
/remember <thing> |
Save something to the right memory file |
/reflect |
Curate recent journals into long-term memory |
/briefing |
Morning summary — where you left off |
/forget <thing> |
Remove something from memory |
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 · 86 lines · 610 tokens per session scan A 10dea9157a41
claw-kit CLAUDE.md is an instructions file published in the GitHub repository tstockham96/claw-kit (5 stars, last pushed 6mo ago), licensed MIT. It adds 610 tokens to every session, about $0.0030 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
openclaw-memory-vectorize AGENTS.md
Instructions for Atlas-Os1/openclaw-memory-vectorize, covering agents.md, quick setup (execute these commands), 1. install dependencies, 2. create vectorize index (skip if exists) and 3. deploy worker.
signetai CLAUDE.md
Claude Code instructions for Signet-AI/signetai, a project described as: Sync and store memories, shared identity files (AGENTS.md, CLAUDE.md), session transcripts, institutional knowledge, and secrets between all of your favorite harnesses and models.
hindsight CLAUDE.md
Claude Code instructions for vectorize-io/hindsight, covering claude.md, project overview, development commands, local development (api + ui) and start both api server and control plane ui.
remnic AGENTS.md
AGENTS.md instructions for joshuaswarren/remnic, covering remnic - agent guide, architecture boundaries (non-negotiable), upstream references, adapter implementation rules and openclaw compatibility window.
plur CLAUDE.md
Claude Code instructions for plur-ai/plur, covering claude.md, what is plur, development, package dependency and version bumps.
honcho CLAUDE.md
Claude Code instructions for plastic-labs/honcho, covering claude.md, honcho overview, what is honcho?, core concepts and peer paradigm.