Install
openclaw skills install self-improving-plusEnhanced self-improvement skill with skill distillation, knowledge base integration, and automatic skill extraction. Logs errors, corrections, and learnings; distills patterns into reusable skills; integrates with GitHub high-star project knowledge base.
openclaw skills install self-improving-plusEnhanced self-improvement skill with automatic skill distillation, knowledge base integration, and GitHub high-star project learning.
mkdir -p .learnings
| Situation | Action |
|---|---|
| Command/operation fails | Log to .learnings/ERRORS.md |
| User corrects you | Log to .learnings/LEARNINGS.md with category correction |
| User wants missing feature | Log to .learnings/FEATURE_REQUESTS.md |
| Found better approach | Log to .learnings/LEARNINGS.md with category best_practice |
| Recurring pattern detected | Extract as reusable skill |
| Knowledge gap identified | Search GitHub high-star projects for solutions |
## [LRN-YYYYMMDD-XXX] category
**Logged**: ISO-8601 timestamp
**Priority**: low | medium | high | critical
**Status**: pending
**Area**: frontend | backend | infra | tests | docs | config
### Summary
One-line description of what was learned
### Details
Full context: what happened, what was wrong, what's correct
### Suggested Action
Specific fix or improvement to make
### Metadata
- Source: conversation | error | user_feedback
- Related Files: path/to/file.ext
- Tags: tag1, tag2
- See Also: LRN-20250110-001 (if related to existing entry)
- Pattern-Key: simplify.dead_code | harden.input_validation (optional)
- Recurrence-Count: 1 (optional)
- First-Seen: 2025-01-15 (optional)
- Last-Seen: 2025-01-15 (optional)
## [ERR-YYYYMMDD-XXX] skill_or_command_name
**Logged**: ISO-8601 timestamp
**Priority**: high
**Status**: pending
### Summary
Brief description of what failed
### Error
Actual error message or output
### Context
- Command/operation attempted
- Input or parameters used
- Environment details if relevant
### Suggested Fix
If identifiable, what might resolve this
### Metadata
- Reproducible: yes | no | unknown
- Related Files: path/to/file.ext
When a learning becomes valuable enough to be a reusable skill:
| Criterion | Description |
|---|---|
| Recurring | Has See Also links to 2+ similar issues |
| Verified | Status is resolved with working fix |
| Non-obvious | Required actual debugging/investigation to discover |
| Broadly applicable | Not project-specific; useful across codebases |
skills/<skill-name>/promoted_to_skill, add Skill-PathConnect with GitHub high-star project database for research:
### Research Query
- Topic: [subject to research]
- Related Projects: [list relevant projects]
- Search Strategy: [how to find solutions]
Review .learnings/ at natural breakpoints: