Install
openclaw skills install skylv-skill-quality-assuranceAnalyzes and scores OpenClaw skill quality across 5 dimensions. Detects missing frontmatter, weak descriptions, poor examples, and actionable improvement rec...
openclaw skills install skylv-skill-quality-assuranceAutomatically analyze and score OpenClaw skill documentation quality. Identifies critical issues and provides actionable fixes.
This skill runs a multi-dimensional quality analysis on any OpenClaw skill's SKILL.md file, scoring it across:
Analyze the skill at: C:\path\to\skills\my-skill
Run: node engine.js C:\path\to\skills
| Score | Grade | Meaning |
|---|---|---|
| 8-10 | A | Production-ready |
| 6-7 | B | Needs minor improvements |
| 4-5 | C | Needs significant work |
| <4 | F | Rewrite recommended |
Checks for: headings hierarchy, sentence length, filler words, markdown formatting
Checks for: name, description, keywords, install section, usage section
Checks for: numbered steps, runnable commands, configuration guides
Checks for: keywords (5+), description length (50+ chars), category/tags
Checks for: code blocks (3+), before/after cases, use case descriptions
For ClawHub publication:
The companion script fix_skill_md.cjs automatically fixes:
description fieldkeywords fieldInstall sectionUsage sectionnode fix_skill_md.cjs
# Skill Quality Report
Analyzed: 34 skills
## Overall Rankings
1. ✅ skylv-browser-automation-agent 9.4/10
2. ✅ skylv-openclaw-evomap-connector 9.3/10
Average score: 8.1/10
Grade A (7+): 29
Grade B (5-6): 5
Grade C (<5): 0