Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Enable an AI agent to iteratively improve its own skills and instructions based on task feedback.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
hooks/openclaw/HOOK.md
1---2name: self-improvement3description: "Injects self-improvement reminder during agent bootstrap"4metadata: {"openclaw":{"emoji":"🧠","events":["agent:bootstrap"]}}5---67# Self-Improvement Hook89Injects a reminder to evaluate learnings during agent bootstrap.1011## What It Does1213- Fires on `agent:bootstrap` (before workspace files are injected)14- Adds a reminder block to check `.learnings/` for relevant entries15- Prompts the agent to log corrections, errors, and discoveries1617## Configuration1819No configuration needed. Enable with:2021```bash22openclaw hooks enable self-improvement23```24