返回顶部
a

active-self-improvement

Active self-improvement loop that reads learnings, errors, batch outputs, and memory — detects patterns — and UPDATES skills/protocols/behavior automatically. Use when the agent should get smarter without being prompted. Different from passive logging — this ACTS on what it learns. Triggers after Recorder at end of sessions, after batch processing, after project milestones, on explicit "improve" or "what have we learned" prompts, or on a weekly cron schedule.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.3.0
安全检测
已通过
242
下载量
0
收藏
概述
安装方式
版本历史

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.md` and 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: 1. Extract the `Context` column value 2. Match against skill names (fuzzy: "SiteBlitz CSS" → `webdev-sop`) 3. If match found and skill doesn't already have the fix in `## Learned`: ```markdown ## Learned - [date] [error summary] → [fix]. Source: .learnings/ERRORS.md#L[N] ``` 4. Use `Pattern-Key: hash(error+fix)` to prevent duplicates Skills self-heal: every failure improves the relevant skill. ## Delegation Feedback After delegation plan completes: 1. Read atom timing data from DELEGATION_PLAN.md 2. Atom actual time > 2× estimated → flag estimation drift 3. Atom model upgraded (flash→sonnet) → update routing suggestion in MODEL_ROUTING_PROTOCOL.md 4. Append summary to `.learnings/LEARNINGS.md`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 active-self-improvement-1775935372 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 active-self-improvement-1775935372 技能

通过命令行安装

skillhub install active-self-improvement-1775935372

下载 Zip 包

⬇ 下载 active-self-improvement v1.3.0

文件大小: 2.46 KB | 发布时间: 2026-4-12 08:37

v1.3.0 最新 2026-4-12 08:37
Added error-to-skill feedback loop and delegation timing integration

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部