Create, package, and publish Clawdbot skills. Generates SKILL.md, boilerplate code, README, and prepares publishable zip files for GitHub and Skill Hub.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill skill-maker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Skill Maker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-skill-maker-skill-library-mcp)More formats (shields.io, HTML) on the badges page.
---
name: skill-maker
description: Create, package, and publish Clawdbot skills. Generates SKILL.md, boilerplate code, README, and prepares publishable zip files for GitHub and Skill Hub.
---
# 🛠️ Skill Maker
Tool for creating and packaging Clawdbot skills from idea to publish.
## What It Does
1. **Asks you questions** about your skill (name, what it does, triggers, commands)
2. **Generates SKILL.md** with proper metadata
3. **Creates boilerplate code** (scripts, entry points)
4. **Generates README.md** for GitHub
5. **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
```
You describe skill → Skill Maker generates files → You review/edit → Zip ready for GitHub/Skill Hub
```
## Generated Structure
```
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
1. **Create skill** with Skill Maker
2. **Push to GitHub** (as a repo)
3. **Download zip** from GitHub or local
4. **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
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!