Beta Skill Maker
/install beta-skill-maker
Skill Maker
Creates complete, production-ready SKILL.md files for OpenClaw agents. Perfect for publishing on ClawHub or ugig.net.
Usage
python3 skill_maker.py --name "my-skill" --desc "Does X" --output ./my-skill/
What it generates
SKILL.md— full skill file with frontmatter, instructions, examplesreferences/— reference docs if applicableREADME.md— quick start guide
Input options
| Flag | Description |
|---|---|
--name |
Skill name (lowercase, URL-safe) |
--desc |
Short description (\x3C50 chars) |
--output |
Output directory |
--category |
Category: productivity/trading/research/automation |
--emoji |
Emoji icon |
Output structure
{skill-name}/
├── SKILL.md # Main skill file
├── references/ # Supporting docs
│ └── overview.md # Feature breakdown
└── README.md # Quick start
Example
python3 skill_maker.py \
--name "market-brief" \
--desc "Generates hourly market briefings" \
--category trading \
--emoji "📊" \
--output ./market-brief/
Notes
- All metadata (env/bins) must match actual code references
- No obfuscated shell commands allowed
- Single bundle ≤ 50MB
- MIT-0 license by default
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install beta-skill-maker - After installation, invoke the skill by name or use
/beta-skill-maker - Provide required inputs per the skill's parameter spec and get structured output
What is Beta Skill Maker?
Creates production-ready SKILL.md files for OpenClaw AI agents. Takes a skill concept and outputs a complete, publishable SKILL.md with metadata, instruction... It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.
How do I install Beta Skill Maker?
Run "/install beta-skill-maker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Beta Skill Maker free?
Yes, Beta Skill Maker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Beta Skill Maker support?
Beta Skill Maker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Beta Skill Maker?
It is built and maintained by 1477009639zw-blip (@1477009639zw-blip); the current version is v1.0.0.