A specialized developer tool designed to scaffold high-quality Openclaw Skills featuring conversational setup wizards and persistent configuration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-creator-operator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install skill-creator-operator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Skill Creator Operator is a professional-grade framework for developers looking to build sophisticated Openclaw Skills. It solves the common problem of context bloat by implementing a premium setup wizard pattern that collects user requirements on first use and stores them locally. By utilizing progressive disclosure, the skill keeps the main instruction set lean while delegating heavy documentation to a references directory, ensuring your AI agents remain fast and focused.
This tool is ideal for creating consistent, maintainable agent capabilities that feel like native applications. It provides a structured approach to skill development, including standardized directory layouts, helper script integration, and built-in protocols for publishing finished work to the community ecosystem.
To start building your own Openclaw Skills, you can use the command-line interface directly:
node {baseDir}/scripts/scaffold-skill.mjs <slug> "<description>"
Alternatively, you can interact with your AI agent by asking it to "Create a premium skill called
| File/Folder | Purpose | Location |
|---|---|---|
| SKILL.md | Core logic and agent instructions | <skillsDir>/<slug>/ |
| references/ | Documentation and long-form context | <skillsDir>/<slug>/references/ |
| scripts/ | Helper scripts and logic execution | <skillsDir>/<slug>/scripts/ |
| config | Persistent user settings | <workspace>/.skill-config/<slug>.json |
Loading
An AI-powered email marketing assistant that integrates Openclaw Skills with the Kit API to manage broadcasts, subscriber segments, and brand-aligned content.

An intelligent routing system that automatically selects the optimal AI model based on task complexity to balance speed, cost, and response quality.

A specialized automation utility that monitors and restores the OpenClaw Browser Relay connection using native mouse controls.

A persistent memory plugin for AI agents that enables hybrid keyword and semantic search for long-term context retention.

A powerful command-line utility for downloading image galleries and collections from over 100 different websites.

A powerful utility for programmatically uploading images to ImgBB and retrieving shareable direct links.








































