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, instructions, and examples.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/1477009639zw-blip/beta-skill-makerSkill 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 (<50 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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-1477009639zw-blip-beta-skill-maker": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
lead-scoring
AI-powered B2B lead scoring model. Predicts conversion probability for potential customers using machine learning (LightGBM + SHAP). CSV upload or API integration.
quick-skill-maker
Creates a complete SKILL.md in one command. Input name + description + emoji → output a production-ready OpenClaw skill file.
sentiment-analyzer
Analyzes sentiment from social media, news headlines, and financial text. Outputs positive/negative/neutral scores with confidence levels and key phrase extraction.
competitor-analysis
Comprehensive competitor analysis framework. Research competitors, compare products, identify gaps, and find positioning opportunities. Used by startups, investors, and product teams.
content-writer
AI-powered content writing for tech, finance, and crypto. Blog posts, technical docs, whitepapers, market commentary. Research-backed, original, fast delivery.