A specialized management utility designed to list, categorize, and identify functional overlaps within your library of Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-list
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-list 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 Manager is a core administrative utility for users who want to maintain a clean and efficient AI agent environment. It serves as a central directory for all installed Openclaw Skills, providing a clear overview of the capabilities currently available to your coding agent. By synthesizing metadata from various tools, it allows developers to quickly understand the breadth of their toolkit.
Beyond simple listing, this skill helps you manage technical debt by categorizing tools into logical domains such as memory systems, databases, and voice/video processing. It is an essential component for anyone looking to scale their use of Openclaw Skills while ensuring that their environment remains streamlined and free of redundant functionalities.
To start managing your Openclaw Skills, use the provided Python management scripts within your environment:
# Generate a table of all installed skills
python scripts/list_skills.py
# Display skills organized by functional categories
python scripts/list_skills.py --category
The Skill Manager organizes metadata from Openclaw Skills into the following schema for easy auditing:
| Property | Description |
|---|---|
| Skill ID | The unique identifier for the skill (e.g., github, tts, memory-system). |
| Functionality | A concise summary of the skill's primary purpose. |
| Technical Category | Grouping identifier (e.g., Voice/Video, Memory, Database, Tools). |
| Duplication Flag | Identifies if other Openclaw Skills provide similar or identical features. |
Loading
A high-performance PostgreSQL extension for storing embeddings and performing vector similarity searches in AI applications.

A centralized management utility to audit, categorize, and deduplicate your Openclaw Skills ecosystem.

A robust long-term memory management system for OpenClaw agents utilizing structured PostgreSQL and vector-based semantic search.

An automated design system generator that creates production-ready UI specs and starter code from local datasets.

A robust utility for extracting audio from video URLs and converting it into accurate text or subtitles using local models or cloud services.

A high-performance local speech-to-text tool for Openclaw Skills featuring GPU acceleration and word-level timestamps.








































