typescript/skills/skill-creator/SKILL.md
Create new openrappter skills with proper SKILL.md format and metadata.
npx skillsauth add kody-w/openrappter skill-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create new openrappter/ClawHub skills.
Every skill needs a SKILL.md file with YAML frontmatter:
---
name: my-skill
description: What this skill does.
metadata: {"openclaw":{"emoji":"🎯","requires":{"bins":["tool-name"]}}}
---
# My Skill
Instructions and documentation for the skill.
emoji — display iconrequires.bins — required CLI binaries (all must exist)requires.anyBins — alternative binaries (at least one must exist)requires.env — required environment variablesrequires.config — required config pathsos — supported operating systems (darwin, linux, win32)install — installation instructions for dependenciesmy-skill/
SKILL.md # Required: skill definition
scripts/ # Optional: executable scripts
run.sh
run.py
development
Get current weather and forecasts (no API key required).
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.