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:
- What does this skill do? (one sentence)
- When should the agent use it? (the trigger)
- 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.
- Does an existing skill already cover this? If yes, extend it instead of creating a new one.
- Does this skill need to persist state between sessions or wakeups? If yes →
stateful: true+STATE_SCHEMA.yaml.