An automated learning framework that enables AI agents to review their work, extract patterns, and compound knowledge daily.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install compound-calc
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install compound-calc using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Compound Engineering is a sophisticated skill designed to create a continuous improvement loop for AI agents. By analyzing previous sessions and tasks, the agent identifies successful patterns, avoids past mistakes, and refines its instructions over time. This ensures that the agent you use tomorrow is fundamentally smarter and more aligned with your preferences than the one you used today.
This system integrates deeply with memory management files to build a long-term knowledge base. By utilizing Openclaw Skills like this one, developers can move beyond static prompts and build dynamic, evolving digital assistants that adapt to complex project environments and specific user workflows.
To begin compounding your agent's knowledge, use the following CLI commands:
# Run a manual review of the last 24 hours
npx compound-engineering review
# Create a granular hourly snapshot
npx compound-engineering snapshot
# Configure automated nightly reviews via cron
npx compound-engineering setup-cron
You can also integrate it into your Clawdbot configuration for seamless automation.
The skill organizes knowledge into two primary tiers for maximum efficiency within Openclaw Skills:
| File | Type | Description |
|---|---|---|
| MEMORY.md | Long-term | Stores persistent patterns, gotchas, and user preferences. |
| memory/YYYY-MM-DD.md | Daily | Detailed log of sessions, decisions, and specific learnings for a single day. |
| AGENTS.md | System | Updates agent instructions if workflow changes are identified. |
Loading
Turn natural language descriptions into fully functional React components with TypeScript and Tailwind support.

An AI-driven CLI tool that injects meaningful inline comments into source code to explain the intent and reasoning behind complex logic.

An AI-driven CLI tool that generates jscodeshift scripts to automate complex, large-scale code refactoring via natural language commands.

An AI-powered code reviewer that delivers brutal humor alongside actionable technical feedback to improve your codebase.

A self-improving memory system that enables AI agents to learn from every session and compound knowledge over time.

Automatically scan and fix Largest Contentful Paint, Cumulative Layout Shift, and First Input Delay issues using AI guidance.








































