Install
openclaw skills install openclaw-skill-self-improvementHealth, eval, and regression system for continuously improving OpenClaw skills. Use when creating, auditing, or maintaining AgentSkills to ensure quality, detect duplicates, prevent routing regressions, and keep the skill registry clean. Triggers on: "audit skills", "skill health check", "routing eval", "duplicate skill", "dark skill", "skill regression", "improve skill system".
openclaw skills install openclaw-skill-self-improvementA health, eval, and regression system for continuously improving OpenClaw skills.
Turn skill quality from an occasional cleanup task into a repeatable health loop.
Scans all workspace and system skills to detect:
Runs evaluation cases against a keyword-weighted router to verify:
Automated daily run that:
node scripts/skill-health-check.mjs /path/to/workspace
node scripts/routing-eval-runner.mjs /path/to/workspace
node scripts/daily-health-heartbeat.mjs /path/to/workspace
.learnings/skill-health-report.json.learnings/routing-eval-report.json.learnings/daily-skill-health-summary.txt.learnings/skill-health-history.jsonscripts/skill-health-check.mjs — duplicate and dark skill detectionscripts/routing-eval-runner.mjs — routing evaluation runnerscripts/daily-health-heartbeat.mjs — daily automationreferences/routing-evals.json — evaluation case definitionsMIT