An interactive framework designed to build, validate, and deploy standardized Openclaw Skills according to official best practices.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install rey-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 rey-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 for Openclaw Skills is a specialized developer tool that guides you through the entire lifecycle of creating new AI agent capabilities. It ensures that every skill adheres to strict technical specifications, such as kebab-case naming conventions, proper frontmatter metadata, and efficient instruction sets. By using this tool, developers can rapidly prototype and deploy Openclaw Skills that are both performant and easy for AI agents to trigger and execute reliably.
This skill eliminates the guesswork in agent development by providing a structured four-phase workflow: use case definition, frontmatter generation, instruction writing, and final validation. It is designed to prevent common errors like naming collisions with reserved keywords or improper file structures that could prevent an agent from loading a skill correctly.
To start building Openclaw Skills, ensure you have your agent environment ready. Create your skill directory and file using the following pattern:
mkdir -p skills/your-skill-name
touch skills/your-skill-name/SKILL.md
Once the file is created, use the Skill Creator to populate it with the required frontmatter and markdown body.
The skill organizes data into a flat directory structure where each directory represents a unique capability within Openclaw Skills. The primary metadata is stored in the frontmatter of the SKILL.md file.
| Property | Format | Constraint |
|---|---|---|
| name | kebab-case | Must match the directory name and be under 64 characters. |
| description | String | Must include the WHAT and WHEN (trigger phrases) under 1024 characters. |
| auto_trigger | Boolean | Defines if the skill should be called automatically by the agent. |
| instructions | Markdown | Must be under 500 lines for optimal performance. |
Loading
An autonomous visual capture tool designed to snapshot websites, dashboards, and terminal outputs for professional documentation and social media content.

An advanced AI trading skill for Polymarket that automates market discovery, strategic betting, and risk-mitigated hedging via the Polygon network.

A robust network discovery and port auditing tool for mapping local devices and identifying security vulnerabilities using nmap.

A professional-grade image generation skill powered by Gemini that excels at rendering Japanese text and creating platform-optimized visuals.

A multi-platform social media management tool for automated scheduling, bulk posting, and engagement analytics across major networks.

A high-performance search skill that enables AI agents to retrieve, rank, and summarize real-time information from the live web in seconds.








































