Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

skill-creator-operator技能创建器操作者

Agent Skill

skill-creator-operator 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

63,624

周安装

2,651

GitHub Stars

公开资料未说明

下载量

21,208
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skill-creator-operator(技能创建器操作者)
来源仓库:https://github.com/kevjade/skill-creator-operator
安装命令:
openclaw skills install skill-creator-operator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install skill-creator-operator

简介

skill-creator-operator 由 The Operator Vault 团队打造的高级技能向导。

  • 适合在 OpenClaw 中需要高质量首次设置体验时使用。
  • 采用最小上下文原则,引导用户逐步完善技能定义。
  • 使用前应阅读配套文档,理解其设计理念与限制条件。
  • 注意输出结果依赖用户输入质量,需主动澄清模糊需求。

SKILL.md

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:

  • 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 <slug> it creates:

  • <skillsDir>/<slug>/SKILL.md
  • <skillsDir>/<slug>/references/
  • <skillsDir>/<slug>/scripts/ (optional helper scripts)
  • A config path convention (choose one):

- Workspace: <workspace>/.skill-config/<slug>.json - Global: ~/.openclaw/config/skills/<slug>.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): <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.

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 <slug> that does <outcome>."

Or run the scaffolder:

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

Rebuild/upgrade a skill to premium standard

Ask:

  • "Upgrade skill <slug> 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 <path> --slug <slug> --name "<Name>" --version <x.y.z> --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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.24%
按下载量换算16,805

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills