← koiro.me

Claude SKILL.md OpenClaw Agent Skills

SKILL.md is the instruction file that teaches Claude how to perform a specific task. Skill selection is driven by a single description line; the body, scripts/, and references/ load only when needed. The reference below covers 14 sections—from file layout to OpenClaw and Skill Gap.

At a glance

LevelWhat loadsTakeaway
Level 1name + descriptionAlways in context · the only basis for picking a skill
Level 2SKILL.md bodyLoads after trigger · keep under ~500 lines
Level 3scripts/ · references/ · assets/On explicit reference · no size cap
Key: Put both what it does and when to use it (trigger keywords) in description. Claude tends to under-trigger skills; wording closer to “must use” works better than “consider using.”

Full reference guide

Includes sidebar TOC, code examples, good vs bad comparisons, checklists, and sections on OpenClaw, Universe Skills, and Skill Gap.

Scroll to read the full guide Open full screen in a new tab ↗

Why skills matter

A well-designed skill pins down repeatable workflows and encodes expert judgment in a file, narrowing the Skill Gap. The same principles—single responsibility, clear triggers, progressive loading—apply beyond Claude Code and Cowork to agent platforms like OpenClaw.