Install
openclaw skills install @harrylabsj/skill-launch-doctorAudit, score, and improve agent skills before publishing, sharing, or installing them. Use when reviewing a SKILL.md file or skill folder for trigger quality, progressive disclosure, resource references, cross-agent compatibility, safety risks, install friction, marketplace positioning, launch readiness, or when rewriting a skill description to increase installs without locking it to one agent runtime.
openclaw skills install @harrylabsj/skill-launch-doctorUse this skill to diagnose whether an agent skill is easy to discover, safe to install, compatible across runtimes, and ready for a marketplace or team rollout. Prefer deterministic checks first, then use judgment to rewrite only the parts that block adoption.
From a repository root:
python3 skills/skill-launch-doctor/scripts/audit_skill.py path/to/skill
When running from this skill directory:
python3 scripts/audit_skill.py path/to/skill
JSON output for automation:
python3 scripts/audit_skill.py path/to/skill --format json
Fail a CI or release gate below a threshold:
python3 scripts/audit_skill.py path/to/skill --fail-under 85
SKILL.md, audit its parent directory.scripts/audit_skill.py and read the score, subscores, and findings.description as a clear trigger surface: what it does, when to use it, and concrete user intents.references/.Strong skills usually have:
SKILL.md with only name and description in frontmatter.Weak skills usually have:
When improving a skill:
references/launch-rubric.md.scripts/audit_skill.py: stdlib-only auditor for a skill directory.references/launch-rubric.md: detailed scoring rubric and severity definitions.references/description-patterns.md: trigger description templates and anti-patterns.When reporting an audit, include: