A professional development framework designed to build, structure, and optimize reusable capabilities for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-maker
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-maker using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Skill Maker is a specialized toolset for developers looking to expand agent functionality through structured reasoning and standardized workflows. It provides a comprehensive framework for converting complex manual tasks into modular assets known as Openclaw Skills. By following a disciplined forging process—Interpret, Design, Forge, Test, and Polish—users can ensure their agents behave predictably and efficiently.
The skill emphasizes the Goldilocks Principle, ensuring that documentation is complete enough to be useful but concise enough to fit within an agent's context window. Whether you are building simple API wrappers or complex multi-resource automations, Skill Maker provides the blueprints necessary for professional-grade agent development.
To start building your own Openclaw Skills, create a dedicated directory for your project and initialize the core metadata file:
# Create a directory for your skill
mkdir my-custom-skill
cd my-custom-skill
# Create the mandatory SKILL.md file
touch SKILL.md
Ensure your SKILL.md includes the required frontmatter, including the name, description, and versioning information to enable proper agent discovery.
Skill Maker utilizes a specific directory taxonomy to manage complexity and context efficiency:
| Component | Purpose | Requirement |
|---|---|---|
SKILL.md |
Core workflow, reasoning framework, and triggers. | Required |
scripts/ |
Executable code (Python, Bash, Node, etc.). | Optional |
references/ |
Extended documentation, API specifications, and edge cases. | Optional |
assets/ |
File templates, images, or static data resources. | Optional |
Loading
An advanced research tool that compares up to five academic papers side-by-side using DOIs, URLs, or PDF files to identify research gaps and methodology differences.

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

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

A specialized developer tool designed to scaffold high-quality Openclaw Skills featuring conversational setup wizards and persistent configuration.

A blazing fast TUI download manager that supports multi-connection downloads, headless server modes, and complex queue management.

A powerful integration that connects Openclaw Skills to the Last.fm API for comprehensive music metadata and user listening statistics.








































