Install
openclaw skills install openclaw-skill-growthMake OpenClaw Skills observable, diagnosable, and safely improvable over time. Use this when the user wants to maintain many SKILL.md files, inspect repeated failures, generate improvement proposals, preview patches, run guarded apply flows, or verify whether skill changes actually improved outcomes.
openclaw skills install openclaw-skill-growthA ClawHub entry skill for the OpenClaw Skill Growth plugin.
It helps users discover and operate a GitHub project that turns static SKILL.md files into observable, diagnosable, safely improvable capabilities.
Important: this package is an entry skill and usage wrapper, not the full plugin source code.
Use this skill when a user wants to:
Do not use this skill when the user only wants to:
The underlying project provides a maintenance loop for OpenClaw Skills:
Observe → Diagnose → Propose → Apply → Evaluate
SKILL.mdgit clone https://github.com/Shuai-DaiDai/openclaw-skill-growth.git
cd openclaw-skill-growth
npm install
npm run build
npm run test
npm run scan
npm run analyze
npm run propose
npm run report
npm run apply
npm run demo:dry-run
report or analyze.demo:dry-run first.Most skill systems stay static even while tools, environments, models, and task patterns keep changing.
This project is for users who want skill maintenance to become a real operational loop instead of a manual prompt-editing chore.
This package is a wrapper skill around the GitHub project.
Use it to discover, install, and operate the plugin. It is intentionally lighter than the full repository. package for discovery and installation guidance