A local skill management system that enables AI agents to automatically route tasks based on defined trigger keywords.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-registry
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-registry 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 Registry is a foundational meta-skill designed to organize and manage local workspace capabilities within the Openclaw Skills ecosystem. It acts as a central nervous system for AI agents, allowing them to quickly identify which specialized skill to deploy based on specific user input.
By utilizing a structured registry file, developers can bypass the latency and unpredictability of LLM-based routing. This skill ensures that your AI agent is always aware of its available tools, providing instant, rule-based execution that is both local and predictable.
Copy the provided template to your workspace to start tracking your Openclaw Skills:
cp skills/skill-registry/REGISTRY.template.md skills/REGISTRY.md
Integrate the routing logic into your agent's core instructions by appending the snippet to your global rules:
cat skills/skill-registry/RULES.snippet.md >> RULES.md
Edit your REGISTRY.md or RULES.md to map keywords to specific folders in your skills directory.
The Skill Registry uses a simple file-based hierarchy to manage Openclaw Skills information:
| File | Purpose |
|---|---|
skills/REGISTRY.md |
The central source of truth listing all active skills and categories. |
skills/[skill-name]/SKILL.md |
Detailed documentation and instructions for a specific skill. |
RULES.md |
Contains the trigger-word table used by the agent for real-time routing. |
Loading
A sophisticated AI-driven analysis tool that penetrates Amazon listings to extract keyword strategies, consumer sentiment, and market positioning data.

A professional anti-giveup debugging protocol designed to eliminate agent looping and premature task surrender through structured, evidence-based escalation.

A comprehensive AI-driven travel architect designed to navigate the logistical complexities of Panama through region-aware routing and verified entry guidance.

A strategic framework for shifting from goods-based exchange to service-led value co-creation within dynamic ecosystems.

A specialized tool for retrieving and formatting A-share financial performance express reports into clean Markdown tables.

A sophisticated AI companion skill that leverages Adlerian psychology to transform negative emotions into actionable micro-steps.








































