Install
openclaw skills install self-improving-agent-ollieb89Capture errors, corrections, and recurring patterns into structured `.learnings/` logs, then promote durable guidance into workspace memory files. Use when commands fail, users correct output, missing capabilities are requested, or new best practices should be preserved across sessions.
openclaw skills install self-improving-agent-ollieb89Use this skill to turn execution feedback into reusable operational knowledge.
.learnings/ with the right entry type.references/examples.mdreferences/hooks-setup.mdreferences/openclaw-integration.mdscripts/activator.shscripts/error-detector.shscripts/extract-skill.shscripts/check_env.shassets/LEARNINGS.md, assets/SKILL-TEMPLATE.md.learnings/LEARNINGS.md: corrections, knowledge gaps, best practices.learnings/ERRORS.md: command/tool/runtime failures.learnings/FEATURE_REQUESTS.md: requested capabilities not yet supportedPromote broadly reusable learnings out of .learnings/:
SOUL.mdAGENTS.mdTOOLS.mdUpdate original entries with status transitions (resolved, promoted, wont_fix) and references.
# Verify scripts and learnings directory setup
bash workspace/skills/self-improving-agent/scripts/check_env.sh
# Dry-run extraction of a new skill from a recurring pattern
bash workspace/skills/self-improving-agent/scripts/extract-skill.sh my-pattern --dry-run