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.

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

Copy this and send it to your AI assistant to learn

Install skill "skill-maker" with this command: npx skills add 1477009639zw-blip/beta-skill-maker

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

  • SKILL.md — full skill file with frontmatter, instructions, examples
  • references/ — reference docs if applicable
  • README.md — quick start guide

Input options

FlagDescription
--nameSkill name (lowercase, URL-safe)
--descShort description (<50 chars)
--outputOutput directory
--categoryCategory: productivity/trading/research/automation
--emojiEmoji 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

tiger-market-brief

Generate a concise Chinese market brief for the trader agent using Tiger API first and Yahoo Finance as supplement. Use for hourly market snapshots, trader brief requests, or scheduled market updates. Always run the local script instead of freehand summarizing.

Archived SourceRecently Updated
Automation

Puppeteer

Automate Chrome and Chromium with Puppeteer for scraping, testing, screenshots, and browser workflows.

Archived SourceRecently Updated
Automation

ecovacs-robot-control

Control Ecovacs/DEEBOT robot vacuums via the Ecovacs IoT API. Use when the user wants to control a robot vacuum, check battery, start/stop/pause cleaning, return to dock, check clean status, set suction/water level, manage schedules, check consumables, or control auto-empty station. Covers all mainstream Ecovacs protocols including clean_V2, charge, getBattery, getCleanInfo_V2, getStats, getSpeed/setSpeed, getWaterInfo/setWaterInfo, getWorkMode/setWorkMode, getLifeSpan, getAutoEmpty/setAutoEmpty, getCachedMapInfo, getMapSet, getSched_V2/setSched_V2.

Archived SourceRecently Updated
Automation

ai-dating

Direct dating and matchmaking workflow via curl against the dating HTTP API. Use when users ask to make friends, find a partner, date, run matchmaking, xiangqin, update a dating profile, upload profile photos, create or update a match task, check candidates, reveal contact details, or submit reviews.

Archived SourceRecently Updated