An opinionated framework and tool for designing, building, and publishing professional-grade Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skillcraft
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 skillcraft using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Skillcraft provides a structured design sequence for developers looking to extend the capabilities of their AI agents. It focuses specifically on Openclaw Skills integration, covering everything from message routing and cron scheduling to memory persistence and frontmatter gating. Instead of generic programming advice, it offers a scaffold for architecting skills that are universal or particular to a specific local environment.
By following the Skillcraft sequence, developers can effectively package scripts, conversation patterns, and repeated instructions into reusable modules. Whether you are wrapping a CLI tool or building a complex monitoring agent, this skill ensures your Openclaw Skills are optimized for discovery and performance.
Ensure your Openclaw environment is active. To begin using Skillcraft to build new Openclaw Skills, simply invoke the agent with a prompt like "make a new skill for [functionality]".
# Standard directory structure for a new skill
mkdir -p my-new-skill/patterns
touch my-new-skill/SKILL.md
Configure your skill's frontmatter in SKILL.md to include necessary metadata for Openclaw Skills discovery.
Skillcraft organizes Openclaw Skills using a specific directory and metadata structure:
| Component | Description |
|---|---|
| SKILL.md | The core definition file containing YAML frontmatter and instructions. |
| {baseDir}/patterns/ | Directory for architectural templates like api-wrapper or cli-wrapper. |
| {baseDir}/state.json | Internal state storage that travels with the skill. |
| User-facing context and persistent memory. | |
| frontmatter | Metadata identifying dependencies (bins, env) and installation steps. |
Loading
A specialized search tool for accessing the Moegirl Wiki encyclopedia to retrieve anime, manga, and gaming character data.

A security wrapper that protects AI agents from prompt injection by isolating untrusted shell command outputs using UUID-based boundaries.

An advanced autonomic software factory skill for Clawdbot optimized for ephemeral VM execution and high-concurrency development loops.

An automated scientific research framework that handles the end-to-end pipeline from idea generation to paper compilation.

A high-performance vector database skill for managing embeddings, similarity searches, and retrieval-augmented generation.

A proactive memory retrieval skill that optimizes search queries to ensure AI agents maintain project continuity and context.








































