Install
openclaw skills install self-improving-proactive-agentA unified OpenClaw skill that merges self-improvement and proactivity: learn from corrections, maintain active state, recover context fast, and keep work moving with clear boundaries.
openclaw skills install self-improving-proactive-agentOne skill, two layers:
Use this when you want an agent that does not just remember better, but also operates better.
Use this skill when:
~/self-improving/
├── memory.md # HOT: confirmed durable rules and preferences
├── corrections.md # recent corrections and reusable lessons
├── index.md # storage map / topic index
├── heartbeat-state.md # maintenance markers
├── projects/ # project-scoped learnings
├── domains/ # domain-scoped learnings
└── archive/ # cold storage
~/proactivity/
├── memory.md # stable activation and boundary rules
├── session-state.md # current objective, decision, blocker, next move
├── heartbeat.md # lightweight recurring follow-through
├── patterns.md # reusable proactive wins
├── log.md # recent proactive actions
└── memory/
└── working-buffer.md # volatile breadcrumbs for long / fragile tasks
Learn from:
Do not learn from:
~/self-improving/~/proactivity/session-state.md~/proactivity/memory/working-buffer.mdBefore asking the user to restate work:
If you changed how something works:
Always ask first for:
~/self-improving/memory.mdUse for durable preferences and confirmed reusable rules.
~/self-improving/corrections.mdUse for recent explicit corrections and lessons pending promotion.
~/proactivity/session-state.mdKeep exactly these four fields current:
~/proactivity/memory/working-buffer.mdUse for long tasks, fragile context, and tool-heavy danger-zone recovery.
Examples:
Action:
Examples:
Action:
After meaningful work, log:
CONTEXT: [task]
REFLECTION: [what happened]
LESSON: [what to change next time]
If a proactive move repeatedly helps:
~/proactivity/log.md~/proactivity/patterns.mdHeartbeat should:
Message only when:
Stay quiet when:
This skill ONLY:
This skill NEVER:
setup.md — install and integrate the skillboundaries.md — hard safety and privacy rulesheartbeat-rules.md — proactive heartbeat standardlearning.md — how lessons are captured and promotedstate.md — where each kind of state belongsrecovery.md — context recovery flowoperations.md — practical execution checklistThe original split caused overlap:
This package unifies them into one operating model while still preserving the useful separation between durable learning and active execution state.