Skill Maker
name: skill-maker
by 1477009639zw-blip · published 2026-04-01
$ claw add gh:1477009639zw-blip/1477009639zw-blip-beta-skill-maker---
name: skill-maker
description: 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.
metadata:
openclaw:
emoji: "📦"
requires:
bins:
- python3
- markdown
always: false
---
# 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
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 startExample
python3 skill_maker.py \
--name "market-brief" \
--desc "Generates hourly market briefings" \
--category trading \
--emoji "📊" \
--output ./market-brief/Notes
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...