A comprehensive framework and toolkit for developing modular extensions that equip AI agents with specialized procedural knowledge and automated workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install 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 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 is a specialized meta-skill designed to guide developers through the lifecycle of building Openclaw Skills. These skills function as modular packages that transform general-purpose AI agents into specialized experts by providing them with the necessary scripts, reference materials, and assets to execute complex tasks. By following the principles of progressive disclosure and context efficiency, the Skill Creator ensures that agents remain performant while gaining deep domain expertise.
At its core, this framework helps manage the delicate balance between high-level instructions and low-freedom deterministic operations. Whether you are building an automated image editor or a complex data analysis pipeline, the Skill Creator provides the architectural standards needed to create reliable and reusable agent extensions.
To start building your own Openclaw Skills, you can initialize a new project directory using the provided Python utility:
scripts/init_skill.py <skill-name> --path <output-directory>
Once your resources are implemented, use the packaging script to validate your structure and generate the distributable file:
scripts/package_skill.py <path/to/skill-folder>
Every project within the ecosystem of Openclaw Skills follows a standardized taxonomy to ensure agent compatibility:
| Component | File/Folder | Description |
|---|---|---|
| Metadata | SKILL.md (Frontmatter) | Contains the name and description used for skill triggering. |
| Instructions | SKILL.md (Body) | Markdown-formatted procedural logic and workflow guidance. |
| Executables | /scripts/ | Deterministic Python or Bash scripts for complex operations. |
| Knowledge | /references/ | Supporting documentation, schemas, and domain-specific logic. |
| Resources | /assets/ | Static templates, images, and boilerplate code for outputs. |
Loading
A privacy-focused tool for re-crawling Tencent Docs and generating automated diff reports to track content changes.

An automated pull request management tool for serial merging and batch PR cleanup.

An automated bridge that transforms local code changes into standardized commits and pull requests.

A robust pre-commit quality gate skill that automates local testing, static analysis, and security reviews to ensure code readiness.

A visual reporting toolkit that transforms warehouse database records into professional charts, table images, and KPI summaries.

A high-speed full-stack application generator that scaffolds production-ready MERN stack projects using clean MVC architecture.








































