Install
openclaw skills install skill-creator-operatorPremium Skill Creator by Kevin Jeppesen (The Operator Vault). Create better OpenClaw skills with a premium first-use setup wizard pattern, minimal context bl...
openclaw skills install skill-creator-operatorThis skill helps you create new OpenClaw skills that feel premium.
Premium means:
references/ and only load them when needed).For a new skill <slug> it creates:
<skillsDir>/<slug>/SKILL.md<skillsDir>/<slug>/references/<skillsDir>/<slug>/scripts/ (optional helper scripts)<workspace>/.skill-config/<slug>.json~/.openclaw/config/skills/<slug>.json (only when truly global)On first use, if config missing:
<workspace>/.skill-config/<slug>.json.If user says "skip", continue with safest defaults and warn about reduced capability.
If the user has a local search tool (for example QMD), keep bulk docs outside SKILL.md and store them in a user chosen folder that their search tool indexes.
Do not assume any particular directory layout.
Ask in chat:
Or run the scaffolder:
node {baseDir}/scripts/scaffold-skill.mjs <slug> "<one sentence description>"
Ask:
If the user asks to publish:
clawhub whoami is authenticated.clawhub publish <path> --slug <slug> --name "<Name>" --version <x.y.z> --changelog "...".Safety:
See references/LINKS.md for Kevin Jeppesen links and Operator Vault info.