Skip to content
Worix
BrowsePublish
Log inSign Up

skill-template

OpenClaw Skill template generator. Create skill scaffolds, validate structure, enhance SKILL.md, generate command frameworks, tips, publish checklists, and e...

23 downloads
Free
Reviewed
chinese
productivity

🧩 Skill Template

Purpose-built for OpenClaw Skill developers. Competing with skill-creator (30K+ downloads).

Why This Skill?

Building an OpenClaw Skill requires a specific directory structure and conventions. Doing it manually means missing critical parts. Skill Template automates the entire flow — from scaffold generation to publish-readiness checks.

Commands

bash scripts/skill-tmpl.sh <command> <skill_name> [options]

šŸš€ Create Phase

CommandPurpose
create <name>Generate full skill directory (SKILL.md + tips.md + scripts/)
commands <name>Generate bash case-statement command framework
tips <name>Generate tips.md template
examplesShow example skills for reference

āœ… Verify Phase

CommandPurpose
validate <dir>Check skill structure against spec
enhance <dir>Analyze and suggest SKILL.md improvements
publish <dir>Full pre-publish checklist

Recommended Workflow

  1. create to scaffold → commands to fill logic → tips to add advice
  2. When done: validate → enhance → publish
  3. Study examples to learn from well-crafted skills

Standard Skill Structure

my-skill/
ā”œā”€ā”€ SKILL.md          # Required: frontmatter + docs
ā”œā”€ā”€ tips.md           # Recommended: usage tips
└── scripts/
    └── main.sh       # Recommended: executable script

Download

ZIP package — ready to use

Skill Info

Creator
ckchzh
Downloads
23
Published
Mar 15, 2026
Updated
Mar 16, 2026