Back to Directory
automation
self-improving-agent
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
- Added guidelines for promoting workflow improvements, tool gotchas, and behavioral patterns to new openclaw workspace files (`AGENTS.md`, `TOOLS.md`, `SOUL.md`).
- Updated promotion targets and instructions to include `SOUL.md` and `TOOLS.md` for better organization of learning types.
- Included references to openclaw integration throughout documentation.
- No changes to entry format or basic logging workflow.