HomeBrowseUpload
← Back to registry
// Skill profile

Quick Skill Maker

name: quick-skill-maker

by 1477009639zw-blip · published 2026-04-01

数据处理
Total installs
0
Stars
★ 0
Last updated
2026-04
// Install command
$ claw add gh:1477009639zw-blip/1477009639zw-blip-betasqmaker
View on GitHub
// Full documentation

---

name: quick-skill-maker

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

metadata:

openclaw:

emoji: "⚡"

requires:

bins: [python3]

always: false

---

# 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.

// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band