A technical framework for developing specialized AI agent capabilities through standardized documentation and modular script structures.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-authoring
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-authoring 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 Authoring Guide is a specialized protocol designed to help developers extend the capabilities of AI coding agents. It provides a blueprint for creating Openclaw Skills that are both token-efficient and technically robust. By leveraging the agentskills.io standard, this guide ensures that agents receive domain-specific instructions and automated workflows without cluttering the context window with redundant information.
This skill focuses on the core principles of conciseness and freedom matching, allowing developers to define exactly how much autonomy an agent has during task execution. Whether you are building simple text-based instructions or complex multi-script automations, this authoring guide ensures your Openclaw Skills are optimized for high-performance agentic environments.
To start authoring your own Openclaw Skills, set up the standard directory structure in your local environment:
# Navigate to your skills directory
cd ~/.clawdbot/skills
# Create a new skill structure
mkdir -p my-custom-skill/{scripts,references,assets}
touch my-custom-skill/SKILL.md
Ensure your SKILL.md file contains the mandatory YAML frontmatter with a unique name and descriptive metadata.
The skill architecture follows a strict hierarchical structure to ensure portability and ease of indexing for Openclaw Skills:
| Component | Path | Description |
|---|---|---|
| Core Logic | /SKILL.md |
The primary entry point containing YAML metadata and instructions. |
| Executables | /scripts/ |
Contains Python, Bash, or JS files for functional operations. |
| Documentation | /references/ |
Detailed technical docs loaded only when specifically required. |
| Resources | /assets/ |
Static files, templates, and images used by the skill. |
Loading
A programmatic video production skill that uses React to create high-quality animations, motion graphics, and automated video content.

A specialized technical skill for optimizing React and Next.js performance through battle-tested coding patterns.

A comprehensive optimization guide and toolkit for improving PostgreSQL query speed, schema efficiency, and connection management.

An automated testing skill for verifying web applications and games using headless Playwright on remote MiniPC nodes.

A technical guide and toolkit for optimizing 2D game assets using sprite sheets and texture atlases within Rust and Godot environments.

A professional integration guide for implementing secure, modern Stripe payment flows including subscriptions and marketplaces.








































