Skill Creator for Openclaw for Openclaw

An interactive framework designed to build, validate, and deploy standardized Openclaw Skills according to official best practices.

sa9saq
v1.0.0
Feb 11, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install rey-skill-creator

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Skill Creator for Openclaw?

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.

Skill Creator for Openclaw Use Cases

  • Initiating a new AI automation project from scratch using Openclaw Skills.
  • Standardizing existing agent instructions into the required markdown and frontmatter format.
  • Validating local skill directories for naming collisions and syntax errors before deployment.
  • Generating boilerplate templates for security scanners, SNS integrations, or automated workflows.

How Skill Creator for Openclaw Works

  1. Define specific use cases and triggers to ensure the AI agent knows exactly when to activate based on user input.
  2. Generate compliant YAML frontmatter including name, description, and auto-trigger settings.
  3. Write structured instructions featuring a clear purpose, sequential steps, and troubleshooting guides.
  4. Run the comprehensive validation checklist to confirm file structure and metadata integrity.
  5. Execute shell commands to create the standardized directory and SKILL.md file within the local repository.

Skill Creator for Openclaw Setup

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.

Skill Creator for Openclaw Data Schema & Taxonomy

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.

Skill Creator for Openclaw Advanced Features

  • Automated validation against forbidden patterns like XML tags or reserved naming prefixes like "anthropic".
  • Multi-scenario template library including pre-configured structures for security scanners and SNS poster workflows.
  • Performance optimization by enforcing a 500-line limit on instruction sets to maintain agent context efficiency.
  • Strategic trigger optimization to ensure Openclaw Skills are only loaded for relevant user queries, reducing token overhead.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*