Install
openclaw skills install learning-evolutionTrack, analyze, and evolve learning patterns from verified skill usage, user feedback, and observed outcomes. Use when planning skill improvements from real evidence.
openclaw skills install learning-evolutionUse this skill to structure evidence-based learning reviews for OpenClaw skills. It creates local Markdown templates for usage analysis, effectiveness review, and evolution planning. The bundled scripts leave analytics, confidence scores, outcomes, and user feedback blank until you fill them from verified logs, direct feedback, or observed outcomes.
./scripts/analyze-usage.sh --skill <name> --period 30d
Creates data/USAGE-<skill>-YYYYMMDD.md with fields for verified usage counts, completion signals, drop-off points, and evidence-backed insights.
./scripts/track-effectiveness.sh --skill <name> --since 2024-01-01
Creates data/EFFECTIVENESS-<skill>-YYYYMMDD.md with fields for verified success metrics, error analysis, and review notes.
./scripts/suggest-evolutions.sh --skill <name> --min-confidence 0.7
Creates data/EVOLUTIONS-<skill>-YYYYMMDD.md with an evidence checklist and candidate table. It does not assign confidence values automatically.
Use real evidence such as:
The scripts create local Markdown templates under data/ or LEARNING_DATA_DIR:
Each output includes a data policy reminder so agents and users do not confuse unfilled fields with measured analytics.
TODO until evidence exists.--skill before using it in report filenames.LEARNING_DATA_DIR can redirect report output; check it before running if you need a specific destination.