🦀 ClawHub
Skill Review
by @kid0114
Review an OpenClaw skill for token efficiency, scriptability, and clean action boundaries; back up first, then improve the skill.
TERMINAL
clawhub install master-skill-review📖 About This Skill
name: master-skill-review description: Review an OpenClaw skill for token efficiency, scriptability, and clean action boundaries; back up first, then improve the skill. input: skill path or skill name output: 审查结论、优化建议、建议新增的 scripts/references、是否通过
Skill Review
What this skill does
This meta-skill reviews another skill and checks whether it:Typical ownership / permission level
master agent.SKILL.md
- references/
- scripts/
- other local skill foldersCore rules
SKILL.md should hold rules, boundaries, and confirmation points.scripts/ should hold mechanical checks, copying, verification, and repeatable operations.references/ should stay lightweight.Standard flow
1. Read the targetSKILL.md
2. Inspect scripts/ and references/
3. Identify verbosity, duplication, and non-scripted mechanical steps
4. Back up the target skill files
5. Improve the skill structure
6. Show backup paths, changes made, and final evidenceIncluded files
references/checklist.mdscripts/review_skill.shRecommended command
bash skills/master-skill-review/scripts/review_skill.sh
Do not
SKILL.md when a script can do the work.