Install
openclaw skills install self-evo-agentBuild a goal-driven self-learning loop for OpenClaw and coding agents. Use when the agent should not only log mistakes, but diagnose capability gaps, maintain a capability map and learning agenda, generate training units, evaluate progress, validate transfer, and promote only proven strategies into long-term behavior. Also use before major tasks to retrieve relevant learnings, inspect capability risks, and choose safer execution strategies.
openclaw skills install self-evo-agentself-evolving-agent upgrades passive self-improvement into an explicit capability evolution system.
Use this skill when any of the following is true:
Default to the light loop first. Escalate into the full capability-evolution loop only when the task or evidence justifies the extra cost.
Do not treat logging as learning.
This skill separates six states of progress:
recordedunderstoodpracticedpassedgeneralizedpromotedA lesson only becomes long-term policy after it survives training and transfer.
Keep the original strengths as the memory layer:
This skill adds an active learning layer:
Run the following loop, in order:
Use the lightweight pass when all of the following are true:
In the light loop:
Run the full loop when any of the following is true:
Escalate from light to full when any of the following appears during execution:
Outside the 10-step task loop, maintain an explicit learning agenda.
Run an agenda review when any of the following is true:
structural_gap or failed transfer was detected.During agenda review:
system/coordinator.mdmodules/learning-agenda.mdmodules/diagnose.mdmodules/capability-map.mdmodules/curriculum.mdmodules/evaluator.mdmodules/promotion.mdmodules/reflection.mdAssets and ledgers:
assets/LEARNINGS.mdassets/ERRORS.mdassets/FEATURE_REQUESTS.mdassets/CAPABILITIES.mdassets/LEARNING_AGENDA.mdassets/TRAINING_UNITS.mdassets/EVALUATIONS.md.evolution/legacy-self-improving/ as a read-only memory layer..evolution only when it is reused, agenda-worthy, or needed for evaluation.system/coordinator.md.assets/LEARNING_AGENDA.md requires a review cycle.LEARNINGS, ERRORS, CAPABILITIES, and TRAINING_UNITS.modules/evaluator.md and modules/promotion.md.Use a lightweight pass when all of the following are true:
In that case, log the learning only if it is unusually reusable.
When this skill is active, prefer producing these artifacts:
TRAINING_UNIT when recurrence or weakness appearsEVALUATION entry when progress is testedsystem/coordinator.md.