← All skills
Tencent SkillHub Β· AI

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Premium Skill Creator by Kevin Jeppesen (The Operator Vault). Create better OpenClaw skills with a premium first-use setup wizard pattern, minimal context bl...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/LINKS.md, references/OVERVIEW.md, references/PRINCIPLES.md, scripts/scaffold-skill.mjs

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

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: Ask permission and give time estimate ("60 seconds"). Ask only 3 to 8 questions max. Use defaults, keep advanced options behind a single extra question. Summarize choices, ask for confirmation. Write config to the workspace (recommended): <workspace>/.skill-config/<slug>.json. Run a tiny test. 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.

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.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs1 Scripts
  • SKILL.md Primary doc
  • references/LINKS.md Docs
  • references/OVERVIEW.md Docs
  • references/PRINCIPLES.md Docs
  • scripts/scaffold-skill.mjs Scripts