OpenClaw Skill Growth
by @shuai-daidai
Make OpenClaw Skills observable, diagnosable, and safely improvable over time. Use this when the user wants to maintain many SKILL.md files, inspect repeated...
clawhub install openclaw-skill-growthπ About This Skill
name: openclaw-skill-growth description: Make 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. version: 0.1.0 license: MIT-0 homepage: https://github.com/Shuai-DaiDai/openclaw-skill-growth
OpenClaw Skill Growth
A 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.
Best for
Use this skill when a user wants to:
Not for
Do not use this skill when the user only wants to:
Core idea
The underlying project provides a maintenance loop for OpenClaw Skills:
Observe β Diagnose β Propose β Apply β Evaluate
What the GitHub project includes
SKILL.mdInstall the real project
git clone https://github.com/Shuai-DaiDai/openclaw-skill-growth.git
cd openclaw-skill-growth
npm install
npm run build
npm run test
Common commands
npm run scan
npm run analyze
npm run propose
npm run report
npm run apply
npm run demo:dry-run
Recommended usage path
1. Point the plugin at a skill directory.
2. Feed it run logs.
3. Run report or analyze.
4. Review diagnoses and proposals.
5. Use demo:dry-run first.
6. Apply only after review.
7. Compare outcomes and keep iterating.
Why this is useful
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.
GitHub source
ClawHub note
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