🛠️ Skill Maker
Tool for creating and packaging Clawdbot skills from idea to publish.
What It Does
- •Asks you questions about your skill (name, what it does, triggers, commands)
- •Generates SKILL.md with proper metadata
- •Creates boilerplate code (scripts, entry points)
- •Generates README.md for GitHub
- •Packages it all into a publishable zip
Usage
bash
node ~/clawd/skills/skill-maker/trigger.js
Or tell Clawd: "Create a new skill"
The Skill Creation Flow
code
You describe skill → Skill Maker generates files → You review/edit → Zip ready for GitHub/Skill Hub
Generated Structure
code
your-skill/ ├── SKILL.md # Skill metadata + documentation ├── README.md # GitHub readme ├── scripts/ # Main scripts (if needed) ├── references/ # Docs/references (optional) └── *.zip # Publishable package
Publishing Workflow
- •Create skill with Skill Maker
- •Push to GitHub (as a repo)
- •Download zip from GitHub or local
- •Upload to Skill Hub (clawdhub.com)
Example Skills Created
- •pomodoro — Timer with task tracking
- •skill-defender — Security scanner
- •skill-maker — This tool!
Notes
- •All commits include Buy Me a Coffee link
- •Default location:
~/clawd/skills/ - •Zips are GitHub-ready with
.gitattributes
Built with 💜 by Clawd | ☕ https://www.buymeacoffee.com/snail3d