Skill Creator Operator
by @kevjade
Premium Skill Creator by Kevin Jeppesen (The Operator Vault). Create better OpenClaw skills with a premium first-use setup wizard pattern, minimal context bl...
clawhub install skill-creator-operatorπ About This Skill
name: skill-creator-operator description: "Premium Skill Creator by Kevin Jeppesen (The Operator Vault). Create better OpenClaw skills with a premium first-use setup wizard pattern, minimal context bloat, and reusable scaffolding. Links: YouTube https://www.youtube.com/@kevin-jeppesen | Skool https://skool.com/operator-vault | Site https://theoperatorvault.io | X https://x.com/seo_ecom | LinkedIn https://www.linkedin.com/in/kevin-jeppesen/ | Facebook https://www.facebook.com/kevinjeppesen/"
Skill Creator Operator
This skill helps you create new OpenClaw skills that feel premium.
Premium means:
references/ and only load them when needed).When to use
What it produces (standard output)
For a new skill it creates:
//SKILL.md //references/ //scripts/ (optional helper scripts)/.skill-config/.json
- Global: ~/.openclaw/config/skills/.json (only when truly global)Premium setup wizard rules (required)
On first use, if config missing:
1) Ask permission and give time estimate ("60 seconds").
2) Ask only 3 to 8 questions max.
3) Use defaults, keep advanced options behind a single extra question.
4) Summarize choices, ask for confirmation.
5) Write config to the workspace (recommended): .
6) Run a tiny test.
7) Tell user how to reconfigure.
If user says "skip", continue with safest defaults and warn about reduced capability.
Config storage rules
Optional: local KB search integration
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.
Commands (how to use this skill)
Create a skill
Ask in chat:
Or run the scaffolder:
node {baseDir}/scripts/scaffold-skill.mjs ""
Rebuild/upgrade a skill to premium standard
Ask:
Publishing to ClawHub
If the user asks to publish:
clawhub whoami is authenticated.clawhub publish --slug --name "" --version --changelog "..." .Safety:
Links
See references/LINKS.md for Kevin Jeppesen links and Operator Vault info.