Install
openclaw skills install openclaw-skill-reviewerClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Performs a three-level audit of OpenClaw skills for format, content quality, functional correctness, and adherence to best practices.
openclaw skills install openclaw-skill-reviewerComprehensive skill review and validation for OpenClaw skills.
This skill provides a systematic three-level review process to ensure skills are:
Run automatic validation using package_skill.py:
python3 /home/yupeng/.npm-global/lib/node_modules/openclaw/skills/skill-creator/scripts/package_skill.py <skill-path>
Checks:
Outcome: ✅ Valid or ❌ Validation errors
Manually review SKILL.md for:
Frontmatter:
name is concise and follows naming conventionsdescription is comprehensive and includes "when to use" informationBody Structure:
Writing Quality:
Critical Step - Verify that generated outputs match actual OpenClaw specifications.
For skills that generate templates:
/home/yupeng/.openclaw/workspace/AGENTS.mdFor skills with scripts:
For skills with references:
Verify the skill follows OpenClaw skill best practices:
Progressive Disclosure:
Resource Organization:
Context Efficiency:
Triggering Accuracy:
description clearly states when the skill should be usedMissing Functional Verification:
Incomplete Descriptions:
Duplication:
Extraneous Files:
Poor Progressive Disclosure:
For each skill, verify:
review_skill.py - Automated review script (optional enhancement)openclaw-specs.md - OpenClaw specifications for comparisonbest-practices.md - Skill design best practices