A specialized meta-skill designed to guide developers through the creation, optimization, and packaging of modular capabilities for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lbbniu-skill-creator
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 lbbniu-skill-creator 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 provides the essential framework for developing Openclaw Skills, transforming general-purpose AI agents into specialized experts equipped with domain knowledge and deterministic tools. It emphasizes context efficiency through the principle of progressive disclosure, ensuring that agents only load the information necessary for the task at hand.
By using this skill, developers can construct modular packages that bundle procedural instructions, executable scripts, and reference documentation. This approach standardizes how AI agents interact with specific APIs, file formats, and complex business logic, creating a scalable ecosystem of reliable agentic capabilities.
To start building your own Openclaw Skills, use the initialization utility to generate the required directory structure:
scripts/init_skill.py <skill-name> --path <output-directory>
After developing your instructions and resources, use the packaging tool to validate and bundle your skill:
scripts/package_skill.py <path/to/skill-folder>
Openclaw Skills utilize a specific file hierarchy designed to balance discoverability with context window preservation:
| Component | Path | Function |
|---|---|---|
| Metadata | SKILL.md (Frontmatter) | YAML-based name and description used for skill triggering. |
| Core Logic | SKILL.md (Body) | Primary procedural instructions and high-level workflow guidance. |
| Executables | /scripts/ | Deterministic code (Python/Bash) for complex or repetitive operations. |
| Documentation | /references/ | Deep domain knowledge or schemas loaded only when needed. |
| Static Assets | /assets/ | Templates, logos, and boilerplate files used in the agent's output. |
Loading
A specialized skill for professional bidirectional technical translation between Chinese and English, ensuring terminology consistency and documentation standards.

A communication framework that transforms AI responses into a calm, precise, and non-reactive coaching voice focused on structural clarity.

An expert marketing assistant for automotive dealerships designed to optimize inventory merchandising, VDP copy, and OEM-compliant advertising campaigns.

An infrastructure layer for autonomous agent commerce providing on-chain identity, automated payments, and a structured arbitration protocol.

A strategic protocol for AI agents to identify ambiguity and seek concise clarification before executing tasks.

An automation skill designed to scaffold and implement TypeScript-based plugins, slash commands, and agent tools for the OpenClaw ecosystem.








































