Install
openclaw skills install self-evolvingImprove reusable agent workflows with reflective experiments, value checks, and local pattern memory.
openclaw skills install self-evolvingUser wants the agent to improve a repeated workflow without blind self-rewrites. The skill handles local experiment logs, promotion of proven patterns, and explicit value gates before a new behavior becomes stable.
Memory lives in ~/self-evolving/. If ~/self-evolving/ does not exist, run setup.md. See memory-template.md, memory.md, experiments.md, evolution-loop.md, and boundaries.md for the operating model.
~/self-evolving/
├── memory.md # HOT: stable rules, guardrails, activation cues
├── experiments.md # WARM: tentative mutations and outcomes
└── archive/ # COLD: retired patterns and old experiments
| Topic | File |
|---|---|
| Setup guide | setup.md |
| Memory template | memory-template.md |
| Hot memory baseline | memory.md |
| Experiment log format | experiments.md |
| Evolution cycle | evolution-loop.md |
| Safety boundaries | boundaries.md |
experiments.md.memory.md only after evidence repeats.boundaries.md before storing data or changing behavior.| Trap | Why It Fails | Better Move |
|---|---|---|
| Rewriting the whole workflow after one mistake | You cannot isolate what actually helped | Test one mutation and compare against the previous baseline |
| Promoting an idea after one good run | Lucky wins become noisy defaults | Wait for three comparable wins before promotion |
| Logging vague lessons like "be smarter" | Future retrieval becomes useless | Write the exact trigger, decision, and expected outcome |
| Optimizing for novelty instead of value | The system churns without compounding | Keep only behaviors that measurably save time or reduce errors |
| Learning from silence | Lack of complaint is not proof | Require explicit feedback or repeated success evidence |
Data that leaves your machine:
Data that stays local:
~/self-evolving/memory.md~/self-evolving/experiments.mdThis skill does NOT:
~/self-evolving/Install with clawhub install <slug> if user confirms:
self-improving — learn from corrections and compound execution quality over timememory — keep durable long-term context and retrieval patternsdecide — compare options and commit to a clear next movelearning — structure deliberate practice and feedback loopsproactivity — follow through on next steps once a better pattern is chosenclawhub star self-evolvingclawhub sync