ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

quick-skill-maker

Creates a complete SKILL.md in one command. Input name + description + emoji → output a production-ready OpenClaw skill file.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1477009639zw-blip/betasqmaker
Or

Quick Skill Maker

Create a production-ready SKILL.md in one command.

Usage

python3 maker.py --name "my-skill" --desc "Does X" --emoji "🚀"

Examples

# Research skill
python3 maker.py --name market-research --desc "Market research reports" --emoji "🔍"

# Trading skill  
python3 maker.py --name spx-analysis --desc "SPX technical analysis" --emoji "📈"

# Any skill
python3 maker.py --name "your-skill" --desc "What it does" --emoji "🛠️"

Output

Creates SKILL.md in current directory.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1477009639zw-blip-betasqmaker": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.