Beta Quick Skill Maker

Other

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

Install

openclaw skills install betasqmaker

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.