Install
openclaw skills install self-improveA pluggable self-improvement framework for AI agents. Automatically learns from mistakes, corrections, and feedback to continuously improve execution quality. Runs every 3 days via Cron, extracts reusable experience rules, and proposes improvements to system files with approval workflow.
openclaw skills install self-improveA pluggable self-improvement framework for AI agents. Automatically learns from mistakes, corrections, and feedback to continuously improve execution quality.
Self-Improve enables your agent team to evolve over time:
clawhub install self-improve
Or with OpenClaw CLI:
openclaw skills install self-improve
Edit user-config.yaml:
storage:
root: "/path/to/self-improve"
knowledge_root: "/path/to/learned"
workspace_root: "/path/to/.openclaw"
owner:
name: "YourName"
timezone: "Asia/Shanghai"
node scripts/setup.mjs --config user-config.yaml
Check proposals/PENDING.md for the suggested Cron task.
Scan memory logs -> Extract signals -> Classify by theme
|
Promote/demote rules between memory tiers
|
Propose outputs:
-> System file changes (needs approval)
-> Knowledge base entries
-> Blog drafts / methodologies
| Tier | Location | Purpose |
|---|---|---|
| HOT | data/hot.md | Frequently used rules |
| WARM | data/themes/ | Theme-based rules |
| COLD | data/archive/ | Archived rules |
MIT License