← 返回 Skills 市场
Skill Creator Operator
作者
Kevin Jeppesen @ TheOperatorVault.io
· GitHub ↗
· v1.0.1
1991
总下载
0
收藏
14
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
This skill appears to be what it claims: a premium-style skill scaffolder. Recommended precautions before use: run the scaffolder in an isolated or throwaway workspace so it only writes where you expect; inspect the generated files for any accidental secrets or unexpected content before committing or publishing; if you ask the skill to publish, confirm clawhub authentication and review files (as the SKILL.md recommends). The included Node script only writes template files and prints the created directory; it does not perform network I/O, but you should always be cautious running scripts from unknown authors—verify contents (which you have) and run with appropriate filesystem permissions.
功能分析
Type: OpenClaw Skill
Name: skill-creator-operator
Version: 1.0.1
The skill is designed to scaffold new OpenClaw skills and assist with publishing them to ClawHub. The `SKILL.md` provides clear instructions to the AI agent for skill creation and publishing, including a 'Safety' note to 'Review files for accidental personal paths, tokens, or private info before publishing' before executing the `clawhub publish` command. The `scripts/scaffold-skill.mjs` script properly sanitizes user inputs (`slug` via regex, `desc` via JSON.stringify) before creating files and directories, preventing common injection vulnerabilities. There is no evidence of intentional harmful behavior, data exfiltration, persistence mechanisms, or attempts to subvert the agent's core directives.
能力评估
Purpose & Capability
Name/description describe a premium skill scaffolder and the package contains only documentation and a small Node.js scaffolding script that creates SKILL.md, references/, and scripts/. There are no unrelated env vars, binaries, or network endpoints requested, so required capabilities align with the stated purpose.
Instruction Scope
SKILL.md gives scoped instructions (first-run wizard patterns, where to store workspace config, how to run the included scaffolder, and safe publishing steps). It does not instruct reading unrelated files, exfiltrating data, or contacting unexpected endpoints. It explicitly warns to check for personal paths/tokens before publishing.
Install Mechanism
There is no install spec; the skill is instruction-only with a small local script. The included script is straightforward file I/O to create directories and write template files—no downloads, extracts, or external package installs are performed by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The only persistent data is a workspace/global JSON config file per the documented convention; the author also states 'Never store secrets in long term memory files.'
Persistence & Privilege
The skill recommends persisting a small config file to the workspace or optionally global location; this is coherent with its purpose. Note: persisting config to disk is expected for a scaffolder, so treat persisted files as you would any new project files (inspect them, avoid storing secrets). The skill does not request always:true and does not modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-creator-operator - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-creator-operator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Remove hardcoded directory assumptions, add skill authoring principles inspired by chindden/skill-creator.
v1.0.0
Initial release: premium skill scaffolder with conversational first-use setup wizard pattern and KB/QMD integration.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1991 次。
如何安装 Skill Creator Operator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-creator-operator」即可一键安装,无需额外配置。
Skill Creator Operator 是免费的吗?
是的,Skill Creator Operator 完全免费(开源免费),可自由下载、安装和使用。
Skill Creator Operator 支持哪些平台?
Skill Creator Operator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Creator Operator?
由 Kevin Jeppesen @ TheOperatorVault.io(@kevjade)开发并维护,当前版本 v1.0.1。
推荐 Skills