7.8kā
by snail3d
skill-maker ā OpenClaw Skill
skill-maker is an OpenClaw Skills integration for writing workflows. Create, package, and publish Clawdbot skills. Generates SKILL.md, boilerplate code, README, and prepares publishable zip files for GitHub and Skill Hub.
Skill Snapshot
| 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. OpenClaw Skills integration. |
| owner | snail3d |
| repository | snail3d/voice-devotionalpath: skills/skill-maker |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @snail3d/voice-devotional:skills/skill-maker |
| last updated | Feb 7, 2026 |
Maintainer

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
- 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
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
- 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
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install skill-maker?
Run openclaw add @snail3d/voice-devotional:skills/skill-maker in your terminal. This installs skill-maker into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/snail3d/voice-devotional. Review commits and README documentation before installing.
