← 返回
效率工具 中文

Skill Creator Operator

Premium Skill Creator by Kevin Jeppesen (The Operator Vault). Create better OpenClaw skills with a premium first-use setup wizard pattern, minimal context bl...
凯文·杰普森的 Premium Skill Creator(The Operator Vault),采用高级首次使用设置向导、最少上下文的设计,打造更优质的 OpenClaw 技能。
kevjade
效率工具 clawhub v1.0.1 1 版本 99924.4 Key: 无需
★ 0
Stars
📥 2,643
下载
💾 136
安装
1
版本
#latest

概述

Skill Creator Operator

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).

When to use

  • "create a new skill"
  • "scaffold a skill"
  • "make a premium skill with a setup wizard"
  • "package this workflow as a skill"

What it produces (standard output)

For a new skill it creates:

  • //SKILL.md
  • //references/
  • //scripts/ (optional helper scripts)
  • A config path convention (choose one):
  • Workspace: /.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): /.skill-config/.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.

Config storage rules

  • Default: workspace config file.
  • Optional global config only when the integration is truly global.
  • Never store secrets in long term memory files.

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:

  • "Create a premium skill called that does ."

Or run the scaffolder:

node {baseDir}/scripts/scaffold-skill.mjs <slug> "<one sentence description>"

Rebuild/upgrade a skill to premium standard

Ask:

  • "Upgrade skill to premium standard."

Publishing to ClawHub

If the user asks to publish:

  • Confirm slug, name, version, and changelog.
  • Ensure clawhub whoami is authenticated.
  • Run clawhub publish --slug --name "" --version --changelog "...".

Safety:

  • Review files for accidental personal paths, tokens, or private info before publishing.

Links

See references/LINKS.md for Kevin Jeppesen links and Operator Vault info.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-29 21:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,752
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,265
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,136