ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

Skill Manager

Manage installed skills lifecycle: suggest by context, track installations, check updates, and cleanup unused.

Why use this skill?

Efficiently manage your OpenClaw skills with the Skill Manager. Discover, track, update, and organize your agent capabilities with proactive context-based suggestions.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/skill-manager
Or

What This Skill Does

The Skill Manager is the central command center for the OpenClaw AI agent, designed to streamline the lifecycle of your installed agent capabilities. It functions as a proactive assistant that monitors your current task context to suggest relevant skills, keeps a local inventory of what you have installed, checks for incoming updates, and facilitates the removal of redundant tools. By maintaining a clean and organized environment in ~/skill-manager/inventory.md, this skill ensures you aren't cluttered with unnecessary code while keeping your necessary tools up-to-date with the latest registry versions.

Installation

To integrate the Skill Manager into your OpenClaw environment, execute the following command in your terminal:

npx clawhub install openclaw/skills/skills/ivangdavila/skill-manager

Upon first run, the skill will automatically initialize its storage directory by executing mkdir -p ~/skill-manager to ensure all inventory files are tracked in a secure, local location.

Use Cases

  • Contextual Discovery: If you start writing a workflow involving AWS infrastructure, the Skill Manager detects the domain and recommends the appropriate AWS-interaction skill if not already present.
  • Inventory Management: You can audit your current environment to see exactly what you have installed, when it was added, and its purpose, preventing the bloat of forgotten tools.
  • Updates & Maintenance: Regularly check for new features in your installed skills by running the update lifecycle command, ensuring you always have the latest patches from the ClawHub registry.
  • Avoiding Repetitive Prompts: By tracking declined skills and the reasons why, the manager prevents the agent from re-suggesting solutions that you have previously explicitly rejected.

Example Prompts

  1. "Check for any available updates for my installed skills and let me know if there is anything critical to patch."
  2. "I'm starting a project with Stripe; check if I have a skill for that and suggest one if I don't."
  3. "Show me the current inventory of my installed skills and explain what each one is for."

Tips & Limitations

Always review the source code of any skill before running an installation, as this manager executes commands via npx clawhub which pulls external code. The manager is strictly contextual; it does not track your long-term task history or behavior patterns, focusing only on the immediate task at hand. Keep your inventory.md file tidy to maintain the integrity of your agent's knowledge base.

Metadata

Stars2102
Views1
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-skill-manager": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#skill-management#automation#agent-orchestration#workflow-efficiency#dependency-tracking
Safety Score: 3/5

Flags: file-write, file-read, code-execution