An automated inventory management tool that scans, categorizes, and indexes your entire collection of Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-catalog
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-catalog 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 Index is a core utility designed to solve the complexity of managing a large number of AI agent capabilities. By scanning the skills directory, it extracts metadata from SKILL.md files to create a centralized, searchable index. This ensures that both developers and AI agents can quickly locate and utilize the right Openclaw Skills without manual overhead or stale documentation.
This skill eliminates the friction of manual maintenance by providing a single source of truth for your agent's capabilities. It transforms a scattered directory of files into a structured catalog, making it easier for AI models to understand their available tools at startup.
To manually update your index of Openclaw Skills, run the following command:
bash skills/skill-index/register.sh
To enable automatic indexing on every commit or pull, install the provided git hooks:
bash skills/skill-index/install-hooks.sh
The Skill Index produces a structured INDEX.md file containing the following taxonomy:
| Field | Description |
|---|---|
| Skill | The display name of the specific Openclaw Skills entry. |
| Path | Relative file path to the skill directory for easy navigation. |
| Trigger | A preview of the description or keyword triggers for the skill. |
Loading
A professional-grade programming integration that bridges the Claude Code CLI with OpenClaw for autonomous software engineering tasks.

Memory Dream is a structured memory classification and periodic consolidation system designed to keep Openclaw Skills agents efficient and context-aware.

A professional integration that converts text into natural speech using MiniMax TTS and delivers it as voice messages or files to Lark via lark-cli.

A robust framework for decomposing, executing, and recovering complex, multi-step AI agent tasks without losing context or data.

A Meta Skill that automates API key management and state persistence through native conversational prompts for AI agents.

A complete end-to-end automation skill for managing GitHub Issues from initial fetching to final deployment.








































