← Back to Skills Marketplace
kevjade

Skill Creator Operator

cross-platform ✓ Security Clean
1991
Downloads
0
Stars
14
Active Installs
2
Versions
Install in OpenClaw
/install 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 bl...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-creator-operator
  3. After installation, invoke the skill by name or use /skill-creator-operator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug skill-creator-operator
Version 1.0.1
License
All-time Installs 14
Active Installs 14
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 1991 downloads so far.

How do I install Skill Creator Operator?

Run "/install skill-creator-operator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Creator Operator free?

Yes, Skill Creator Operator is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Skill Creator Operator support?

Skill Creator Operator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Creator Operator?

It is built and maintained by Kevin Jeppesen @ TheOperatorVault.io (@kevjade); the current version is v1.0.1.

💬 Comments