This skill helps you create new OpenClaw skills that feel premium.
Premium means:
references/ and only load them when needed).For a new skill it creates:
//SKILL.md //references/ //scripts/ (optional helper scripts)/.skill-config/.json ~/.openclaw/config/skills/.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): .
6) Run a tiny test.
7) Tell user how to reconfigure.
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 --slug --name "" --version --changelog "..." .Safety:
See references/LINKS.md for Kevin Jeppesen links and Operator Vault info.
共 1 个版本