A comprehensive lifecycle controller for managing, tracking, and discovering Openclaw Skills through context-aware suggestions and inventory management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-manager
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-manager 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 vital utility designed to streamline how your AI agent interacts with its toolset. It serves as the primary engine for the discovery, installation, and maintenance of Openclaw Skills, ensuring that your agent is always equipped with the most relevant tools for any given task. By focusing on proactive management, it helps maintain an efficient workspace by suggesting Openclaw Skills based on the current context while tracking what has been installed or explicitly declined.
Built to work alongside the ClawHub registry, this skill provides a standardized way to keep your agent's capabilities up to date. It removes the friction of manual installation and provides a clear audit trail of your agent's environment, making it an essential component for power users who rely on a diverse ecosystem of Openclaw Skills.
To initialize the environment for managing your Openclaw Skills, run the following commands in your terminal:
mkdir -p ~/skill-manager
touch ~/skill-manager/inventory.md
This creates the necessary directory and inventory file where the lifecycle of your Openclaw Skills will be tracked.
The skill manages data within ~/skill-manager/inventory.md using a structured Markdown format:
| Section | Data Points | Description |
|---|---|---|
| Installed | slug@version, purpose, date | A list of active Openclaw Skills currently available to the agent. |
| Declined | slug, user reason | A list of Openclaw Skills the user has opted not to install, preventing future noise. |
Loading
Create high-quality AI agent capabilities using a modular, token-efficient structure designed for professional workflows.

A sophisticated decision-making framework that utilizes parallel thinking to explore problems from six distinct cognitive perspectives.

Siri is a voice-controlled interface that enables seamless automation, device management, and application interaction across the Apple ecosystem.

A high-fidelity knowledge engine providing technical and practical insights for living, working, and visiting Singapore with 2026-current data.

A secure publishing workflow for transforming local agent knowledge into production-ready Openclaw Skills for ClawHub.

A rigorous testing framework for validating Openclaw Skills through isolated sandboxing and multi-agent evaluation.








































