compound-mind
Experience distillation engine that turns raw daily memory logs into compounding intelligence. Extracts patterns, generates briefings, tracks growth metrics, and builds a searchable experience index. Agents get permanently smarter - each interaction compounds into wisdom. Use when you want agents that learn from their history instead of starting fresh every session.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cassh100k/compound-mindWhat This Skill Does
The CompoundMind skill is an advanced experience distillation engine designed to solve the 'amnesia' problem inherent in many AI agent workflows. By default, agents treat every session as a blank slate. CompoundMind intercepts this cycle by parsing raw daily memory logs and distilling them into high-signal wisdom. It uses the Claude Haiku model to extract structured lessons, decision-making triplets, skill improvements, stakeholder relationship nuances, and verified facts. This intelligence is then persisted into a local SQLite Full-Text Search (FTS) database, making your agent's history instantly queryable and ready to inform future actions.
Installation
To add this capability to your agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/cassh100k/compound-mind
Once installed, navigate to /root/.openclaw/workspace/compound-mind to initialize the workflow. Ensure your environment has access to the required Claude API keys to enable the distiller to perform its analysis.
Use Cases
- Long-Term Project Management: Maintain continuity across months of development by surfacing past architectural decisions and bug fixes directly within the agent's context window.
- Personal Productivity: Track personal growth and recurring mistakes, allowing the agent to provide coaching based on your specific historical patterns.
- Technical Operations: Index specific API configurations, wallet addresses, and CLI flag quirks so the agent doesn't 'forget' how to interface with your unique stack.
- Relationship Management: Build a database of how different collaborators communicate, ensuring the agent uses the right tone and preferences for every interaction.
Example Prompts
- "Sync my memory logs and search for any previous lessons regarding Polymarket order types to ensure I don't repeat last month's mistake."
- "Before I start working on this new Python cron job, run a brief based on my past debugging sessions to identify any potential pitfalls."
- "Generate a growth report for this quarter to show me how my skill level has improved and identify which areas I am still repeating errors in."
Tips & Limitations
- Incremental Processing: The tool tracks file hashes. You do not need to worry about redundant processing; only new or updated memory logs will be passed through the distillation pipeline.
- Data Privacy: Because this skill builds a local SQLite database, all your 'wisdom' remains on your local machine. However, raw data is processed via API, so ensure your memory logs do not contain sensitive credentials.
- Context Budgeting: Use the
briefcommand selectively. Flooding the agent with too much historical context can sometimes degrade current task performance if the context window is cluttered with irrelevant lessons.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cassh100k-compound-mind": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api
Related Skills
agent-dna
Portable agent identity encoding. Compress SOUL.md/MEMORY.md into transferable DNA fingerprints, detect identity drift between snapshots, and port personality across platforms (OpenClaw, Claude, GPT, CrewAI). Pure Python, zero dependencies. Use when migrating agents between platforms, detecting personality drift, or backing up agent identity.
Nix Memory
Skill by cassh100k
polymarket-whale-copier
Copy trade winning Polymarket wallets automatically. Track whale wallets, mirror their bets at configurable percentages, with built-in risk management. No API keys needed.
Memory Guard
Skill by cassh100k
image-nuke
Nuclear-grade image metadata cleanser. Strip ALL EXIF/GPS/camera data, re-encode with noise injection. Forensically untraceable, reverse image search resistant.