skills$openclaw/skill-maker
snail3d7.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.

7.8k stars895 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

nameskill-maker
descriptionCreate, package, and publish Clawdbot skills. Generates SKILL.md, boilerplate code, README, and prepares publishable zip files for GitHub and Skill Hub. OpenClaw Skills integration.
ownersnail3d
repositorysnail3d/voice-devotionalpath: skills/skill-maker
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @snail3d/voice-devotional:skills/skill-maker
last updatedFeb 7, 2026

Maintainer

snail3d

snail3d

Maintains skill-maker in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
skill-maker
SKILL.md
1.6 KB
trigger.js
7.0 KB
SKILL.md

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

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

README.md

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.