A persistent learning framework that captures errors, corrections, and best practices to enable continuous improvement for AI coding agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install hi
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 hi 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-Improvement skill is a sophisticated logging and feedback mechanism designed to help AI agents learn from their mistakes and user interactions. By systematically capturing command failures, user corrections, and newly discovered best practices into a structured .learnings directory, this skill ensures that every session contributes to a more intelligent and capable agent. It bridges the gap between ephemeral chat history and permanent project knowledge, making it a cornerstone for those using Openclaw Skills in complex development environments.
This skill provides the infrastructure for an agent to perform self-reflection and knowledge promotion. It allows for the distillation of verbose session data into actionable rules, which can be promoted to global workspace files or project-specific documentation. This creates a virtuous cycle where the agent becomes more specialized and efficient the more it is used.
Install the skill using the ClawdHub registry for seamless integration with your environment:
clawdhub install self-improving-agent
Alternatively, you can perform a manual installation by cloning the repository into your local directory:
git clone https://github.com/peterskoett/self-improving-agent.git ~/.openclaw/skills/self-improving-agent
To initialize the required log files, create the directory structure within your workspace:
mkdir -p ~/.openclaw/workspace/.learnings
For users who want automated prompts, enable the session hooks via the CLI:
openclaw hooks enable self-improvement
The skill maintains a rigorous taxonomy within the .learnings directory to ensure data can be processed by other Openclaw Skills. Data is distributed across three main files:
| File | Entry Type | Key Metadata |
|---|---|---|
LEARNINGS.md |
Corrections & Gaps | Category (correction, knowledge_gap, best_practice), Area, Status |
ERRORS.md |
Command Failures | Error message, Context, Reproducibility, Priority |
FEATURE_REQUESTS.md |
User Requests | Complexity estimate, Frequency, Implementation suggestions |
All entries follow the TYPE-YYYYMMDD-XXX naming convention to facilitate cross-referencing and automated promotion workflows.
Loading
A sophisticated multi-agent system designed for deep self-exploration through conversational coaching, personality profiling, and structured session synthesis.

A powerful bridge utility for synchronizing code context and editor session states between VS Code and the OpenClaw Gateway.

A comprehensive procurement toolkit for AI agents to handle supplier sourcing, TCO analysis, and risk monitoring.

A comprehensive suite of seven specialized audit tools designed to validate AI agent compliance with the MCP 2025-11-25 protocol specification.

A technical reference and workflow guide for implementing programmatic WhatsApp messaging through the Meta Cloud API.

A secure, VPN-mandated search skill using local SearXNG for multi-iteration private research without tracking or rate limits.








































