Skill Manager for Openclaw

A comprehensive lifecycle controller for managing, tracking, and discovering Openclaw Skills through context-aware suggestions and inventory management.

ivangdavila
v1.0.3
Feb 16, 2026
4
3.2k
46

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install skill-manager

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 skill-manager 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 Manager?

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.

Skill Manager Use Cases

  • Automatically identifying relevant Openclaw Skills when mentioning specific platforms like AWS, Stripe, or GitHub.
  • Tracking an organized inventory of all active capabilities and their installation dates.
  • Preventing repeated suggestions for Openclaw Skills that have been previously declined by the user.
  • Ensuring all installed Openclaw Skills are running the latest versions via registry checks.

How Skill Manager Works

  1. Monitors the active task context to detect mentions of specific domains or tools.
  2. Cross-references the context against available Openclaw Skills in the registry.
  3. Prompts for explicit user consent before performing any installation or update.
  4. Utilizes the npx clawhub CLI to execute installation, update, or removal commands.
  5. Records the outcome and metadata in a local markdown-based inventory system.

Skill Manager Setup

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.

Skill Manager Data Schema & Taxonomy

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.

Skill Manager Advanced Features

  • Context-aware discovery that suggests Openclaw Skills precisely when they are needed for a task.
  • Native integration with the ClawHub registry for secure and standardized package management.
  • Persistent inventory tracking that persists across sessions to maintain a consistent agent state.
  • Intelligent avoidance of redundant suggestions based on historical user feedback regarding specific Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

Featured*