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/"
This skill helps you create new OpenClaw skills that feel premium.
Premium means:
- On first use, the skill runs a short conversational setup wizard (only asks what must be personalized).
- It persists config to disk (so prompts do not grow forever).
- It keeps SKILL.md short and uses progressive disclosure (move long docs into 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:
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): <workspace>/.skill-config/<slug>.json.
6) Run a tiny test.
7) Tell user how to reconfigure.
If user says "skip", continue with safest defaults and warn about reduced capability.
本技能來自小蔥技能站7w4.net。
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:
- "Create a premium skill called
Or run the scaffolder:
node {baseDir}/scripts/scaffold-skill.mjs <slug> "<one sentence description>"
Ask:
- "Upgrade skill
If the user asks to publish:
- Confirm slug, name, version, and changelog.
- Ensure clawhub whoami is authenticated.
- Run clawhub publish <path> --slug <slug> --name "<Name>" --version <x.y.z> --changelog "...".
Safety: - Review files for accidental personal paths, tokens, or private info before publishing.
See references/LINKS.md for Kevin Jeppesen links and Operator Vault info.
這是一個面向開發者的技能建立腳手架工具,設計理念專業,文件結構清晰,遵循了良好的程式碼實踐規範。優點是檔案組織規範、文件簡潔易懂、提供了實用的腳手架指令碼。不足之處在於功能相對基礎,作為模板生成器缺少豐富的示例參考,且更偏向開發工具而非開箱即用的功能模組。總體質量中上,適合有經驗的開發者使用。