A professional scaffolding engine for rapidly generating standardized, reviewable AI agent skill projects.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skillsmith
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 skillsmith using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Skill Starter is a specialized developer tool designed to eliminate the manual overhead of assembling new Openclaw Skills. By providing a repeatable folder layout and standardized documentation, it ensures that every new AI agent capability begins with a consistent architecture, complete with smoke tests and fixture support.
This utility is essential for developers looking to scale their AI agent ecosystems while maintaining strict adherence to best practices. Whether you are building a simple utility or a complex automation, Skill Starter provides the necessary frontmatter, manifest files, and directory structures required for high-quality Openclaw Skills.
To use Skill Starter, ensure you have Node.js installed on your system. Run the following commands to generate your skill:
# Basic installation and generation
node bin/create-openclaw-skill.js my-new-skill
# Generate with specific output directory and no prompts
node bin/create-openclaw-skill.js my-skill --no-prompts --out ./skills
# Generate a security-focused skill with CI workflows
node bin/create-openclaw-skill.js my-secure-skill --template strict-security --ci
The skill generates a comprehensive file system designed for modularity and ease of use within Openclaw Skills.
| File/Folder | Purpose |
|---|---|
SKILL.md |
Core instructions with OpenClaw-compatible frontmatter. |
package.json |
Project manifest and dependency management. |
docs/ |
Contains architecture and security integration notes. |
tests/ |
Stubs for smoke testing the skill logic. |
fixtures/ |
Sample input data for testing and development. |
.openclaw-tools/ |
Stores Safe Install policy JSON (in strict mode). |
Loading
A high-performance document conversion utility that leverages the MinerU engine to transform Microsoft Word files into well-structured, readable Markdown.

A document intelligence skill powered by MinerU for transforming complex HTML files into structured, hierarchical Markdown content.

A comprehensive suite of tools for extracting structured text, complex tables, and high-quality images from modern and legacy Microsoft Word documents.

An integration for Mendix developers to automate project management and code quality tasks through the Membrane framework.

A specialized tool that leverages the MinerU engine to transform complex PDF documents, including academic papers and technical reports, into editable LaTeX source code.

A streamlined A-share market data tool for managing personal watchlists and fetching real-time price quotes through lightweight public APIs.








































