A dual-layer Openclaw skill that empowers AI agents to learn from user feedback while maintaining proactive task momentum.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install self-improving-proactive-agent
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install self-improving-proactive-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Self-Improving Proactive Agent is a unified behavioral framework designed to bridge the gap between static memory and autonomous action. By merging two critical layers of agent logic, this skill allows an agent to evolve based on explicit user corrections while simultaneously pushing work forward without constant supervision. It is a core component for users of Openclaw Skills who require agents that don't just remember better, but operate with higher levels of follow-through and context awareness.
This skill provides a robust architecture for capturing durable preferences and managing active task states. It ensures that an agent remains productive by identifying the next useful move, recovering context independently before asking the user for help, and strictly adhering to safety boundaries during proactive execution.
To deploy this skill within your agent's environment, you must initialize the required directory structure and configuration files. Execute the following commands in your workspace:
# Create directory structure
mkdir -p ~/self-improving/projects ~/self-improving/domains ~/self-improving/archive
mkdir -p ~/proactivity/memory
# Initialize core state files
touch ~/self-improving/memory.md ~/self-improving/corrections.md
touch ~/proactivity/session-state.md ~/proactivity/heartbeat.md
Ensure that your agent has read and write permissions for these paths as part of your Openclaw Skills integration.
The skill utilizes a structured file system to separate long-term learning from short-term execution state:
| Directory | Primary Files | Data Type | Purpose |
|---|---|---|---|
~/self-improving/ |
memory.md, corrections.md |
Markdown | Durable preferences and recent learned lessons. |
~/proactivity/ |
session-state.md |
Markdown | Tracks objective, last decision, blockers, and next move. |
~/proactivity/memory/ |
working-buffer.md |
Markdown | Volatile context for fragile or tool-heavy operations. |
~/self-improving/ |
index.md |
Markdown | Storage map and topic index for domain-scoped learning. |
Loading
A comprehensive vocabulary analysis tool designed to provide exhaustive linguistic insights and exam-specific preparation strategies for English learners.

A comprehensive financial data client for querying US and Hong Kong stock markets via Yahoo Finance integration.

Aistro is a professional astrology AI skill providing personalized birth charts, compatibility reports, and daily horoscopes through precise astronomical calculations.

A comprehensive automation skill for transforming raw financial and business data into professional, chart-heavy PDF reports and dashboards.

A specialized skill for subscribing to and capturing real-time Binance Spot public market data streams through the uxc WebSocket transport.

An intelligent advisor for Openclaw Skills designed to analyze AI model pricing and provide strategic recommendations for reducing API expenditures.








































