Install
openclaw skills install unblocklabs-skill-auditAudit all installed skills for quality, duplicates, structural issues, and best-practice compliance. Use when asked to review, audit, lint, or check skills for problems. Triggers on "audit skills", "skill quality", "check my skills", "skill duplicates", "skill hygiene".
openclaw skills install unblocklabs-skill-auditScans all skill locations (global, workspace, project) and produces a structured audit report.
description field trigger-oriented (tells the model when to use it) vs a vague summary?name, description, and optionally compatibility?.skill files, empty dirs, leftover copiesTell the agent: "audit my skills" or "run skill-audit"
The agent will:
scripts/audit.sh to scan all skill locations and collect metadataResults are written to .sub-agent-results/skill-audit-report.md and summarized in chat.
| Points | Criteria |
|---|---|
| +2 | Has YAML frontmatter with name + description |
| +2 | Description is trigger-oriented (contains "use when", "trigger", action verbs) |
| +2 | Has a Gotchas/Pitfalls/Common Issues section |
| +2 | Uses progressive disclosure (has subdirs with scripts/references/assets) |
| +1 | Has at least one script or executable file |
| +1 | SKILL.md is between 200-5000 chars (not too sparse, not bloated) |
Scores: 8-10 = Good, 5-7 = Needs work, 0-4 = Poor