create-skill

Installation
SKILL.md

Create Skill

A meta-skill for onboarding new skills into openclaw-superpowers. Follow this process whenever you or a contributor wants to add a new skill.

Step 1: Define the Skill

Answer these questions before writing anything:

  1. What does this skill do? (one sentence)
  2. When should the agent use it? (the trigger)
  3. Is it core or OpenClaw-native?
    • Core: General agent methodology (brainstorming, debugging, planning). Works in any agent runtime.
    • OpenClaw-native: Requires persistence, long-running sessions, or memory. Specific to OpenClaw's always-on model.
  4. Does an existing skill already cover this? If yes, extend it instead of creating a new one.
  5. Does this skill need to persist state between sessions or wakeups? If yes → stateful: true + STATE_SCHEMA.yaml.

Step 2: Choose a Name

Installs
22
GitHub Stars
62
First Seen
Mar 21, 2026
create-skill — archieindian/openclaw-superpowers