/install active-self-improvement
Auto-Improve
Reads logs, detects patterns, rewrites the playbook. Not passive logging — this ACTS on what it learns.
SCAN (read logs) ──► PROPOSE (specific edits) ──► APPLY (low-risk auto, high-risk flag)
Input Sources
| Source | What It Contains |
|---|---|
.learnings/ERRORS.md |
What broke and how it was fixed |
.learnings/LEARNINGS.md |
Corrections, insights, knowledge gaps, batch outcomes |
workspace/OUTSTANDING.md |
Ranked ideas and opportunities |
memory/permanent/*.md |
Current knowledge state |
workspace/DELEGATION_PLAN.md |
Atom timing data (if delegation was used) |
Step 1: SCAN
Detect:
- Repeated errors — same mistake 3+ times → needs a prevention rule
- Repeated corrections — user keeps fixing the same thing → behavior change needed
- Emerging patterns — 3+ items connecting → thesis forming
- Stale knowledge — facts in permanent memory contradicted by recent sessions
- Unused wins — high-value items that haven't been acted on
Step 2: PROPOSE
For each detected pattern:
PROPOSAL: [short title]
EVIDENCE: [file#line references]
CHANGE: [exact edit — old text → new text]
RISK: [low/medium/high]
REVERSIBLE: [yes/no]
Pattern-Key: [hash(error+fix) for dedup]
| Pattern Type | Action | Target File |
|---|---|---|
| Repeated error | Add prevention rule | relevant skill's ## Learned section |
| Repeated correction | Update behavior guideline | SOUL.md or AGENTS.md |
| Emerging thesis | Write thesis + next steps | OUTSTANDING.md |
| Stale knowledge | Update the fact | memory/permanent/*.md |
| Unused win | Create ticket or reminder | NEXT_TICKET.md or cron |
Step 3: APPLY
- Low risk + reversible: Apply immediately. Log the change.
- Medium risk: Apply but notify user on next interaction.
- High risk: Write to
OUTSTANDING.mdand wait for approval. - Dry-run mode (
--dry-run): Propose all changes but apply none. Output a report.
Use 3-occurrence threshold before proposing pattern-based changes. Track recurrence with Pattern-Key and Recurrence-Count.
Error→Skill Feedback Loop
After SCAN, for each error in ERRORS.md:
- Extract the
Contextcolumn value - Match against skill names (fuzzy: "SiteBlitz CSS" →
webdev-sop) - If match found and skill doesn't already have the fix in
## Learned:## Learned - [date] [error summary] → [fix]. Source: .learnings/ERRORS.md#L[N] - Use
Pattern-Key: hash(error+fix)to prevent duplicates
Skills self-heal: every failure improves the relevant skill.
Delegation Feedback
After delegation plan completes:
- Read atom timing data from DELEGATION_PLAN.md
- Atom actual time > 2× estimated → flag estimation drift
- Atom model upgraded (flash→sonnet) → update routing suggestion in MODEL_ROUTING_PROTOCOL.md
- Append summary to
.learnings/LEARNINGS.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install active-self-improvement - 安装完成后,直接呼叫该 Skill 的名称或使用
/active-self-improvement触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Active Self-Improvement 是什么?
Active self-improvement loop that reads learnings, errors, batch outputs, and memory — detects patterns — and UPDATES skills/protocols/behavior automatically... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 363 次。
如何安装 Active Self-Improvement?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install active-self-improvement」即可一键安装,无需额外配置。
Active Self-Improvement 是免费的吗?
是的,Active Self-Improvement 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Active Self-Improvement 支持哪些平台?
Active Self-Improvement 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Active Self-Improvement?
由 KairoKid(@dodge1218)开发并维护,当前版本 v1.3.0。