Install
openclaw skills install @anderskev/skill-builderCreate Agent Skills with best practices, structure, validation, and testing. Use when designing or refining skills, prompts, references, or supporting files.
openclaw skills install @anderskev/skill-builderCreate, validate, and refine Agent Skills.
SKILL.md with concise, trigger-focused instructions.SKILL.md.Follow in order. Pass means a check you can satisfy with concrete artifacts (written bullets, paths, line counts, parsed YAML)—not an internal sense of “done.”
SKILL.md + references/ is chosen; heavy detail lives in references, not inlined in SKILL.md.name and description; SKILL.md is ≤ 500 lines; every relative link from SKILL.md resolves to a path that exists under this skill directory; each allowed-tools entry (if present) is justified.description is identified for a quick invocation test.SKILL.md under 500 lines.allowed-tools entries are necessary and correct.For the full workflow, templates, examples, and validation checklist, see references/skill-builder-guide.md.