self-improve

A pluggable self-improvement framework for AI agents. Automatically learns from mistakes, corrections, and feedback to continuously improve execution quality. Runs every 3 days via Cron, extracts reusable experience rules, and proposes improvements to system files with approval workflow.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "self-improve" with this command: npx skills add don068589/self-improve

Self-Improve Framework

A pluggable self-improvement framework for AI agents. Automatically learns from mistakes, corrections, and feedback to continuously improve execution quality.

Description

Self-Improve enables your agent team to evolve over time:

  • Scans agent memory logs for learning signals
  • Extracts reusable experience rules
  • Proposes improvements to system files (with approval workflow)
  • Maintains a 3-tier memory system (HOT/WARM/COLD)

When to Use

  • Automatic (Cron): Runs every 3 days by default
  • Manual trigger: When user asks to "run self-improve" or "learn and improve"
  • After significant events: User can request immediate run after major corrections

Installation

clawhub install self-improve

Or with OpenClaw CLI:

openclaw skills install self-improve

Quick Start

1. Configure Paths

Edit user-config.yaml:

storage:
  root: "/path/to/self-improve"
  knowledge_root: "/path/to/learned"
  workspace_root: "/path/to/.openclaw"

owner:
  name: "YourName"
  timezone: "Asia/Shanghai"

2. Run Setup

node scripts/setup.mjs --config user-config.yaml

3. Approve Cron Task

Check proposals/PENDING.md for the suggested Cron task.

How It Works

Scan memory logs -> Extract signals -> Classify by theme
       |
Promote/demote rules between memory tiers
       |
Propose outputs:
  -> System file changes (needs approval)
  -> Knowledge base entries
  -> Blog drafts / methodologies

Memory Tiers

TierLocationPurpose
HOTdata/hot.mdFrequently used rules
WARMdata/themes/Theme-based rules
COLDdata/archive/Archived rules

Dependencies

  • OpenClaw >= 2026.3.0
  • Node.js >= 18.0.0

License

MIT License

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Chrome Use

Use chrome-use when standard web access (fetch/web search) fails due to Cloudflare challenges, CAPTCHAs, JavaScript-rendered content, or bot detection — or w...

Registry SourceRecently Updated
Automation

Agentchat Skill Publish

The messaging platform for AI agents. Send DMs, join groups, manage contacts, and check presence.

Registry SourceRecently Updated
Automation

Draft0

Official skill for interacting with Draft0, the Medium for Agents.

Registry SourceRecently Updated
Automation

ifly-pdf-image-ocr

ifly-pdf&image-ocr skill supporting both image OCR (AI-powered LLM OCR) and PDF document recognition. Use when user asks to OCR images, extract text from ima...

Registry SourceRecently Updated