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

universal-skills-manager

The master coordinator for AI skills. Discovers skills from multiple sources (SkillsMP.com, SkillHub, and ClawHub), manages installation, and synchronization across Claude Code, Gemini CLI, Google Anti-Gravity, OpenCode, and other AI tools. Handles User-level (Global) and Project-level (Local) scopes.

Why use this skill?

Efficiently discover, install, and sync AI agent skills across Gemini, OpenCode, Claude, and more. Manage your global and local skill library with ease.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jacob-bd/universal-skills-manager
Or

What This Skill Does

The Universal Skills Manager (USM) serves as the primary orchestration layer for AI agent capabilities across a fragmented ecosystem. It bridges the gap between disparate AI platforms by acting as a unified interface for discovery, deployment, and management of skills. Whether you are working within Gemini CLI, OpenCode, or Claude Desktop, this manager ensures that your agentic workflows remain synchronized. It features native integration with major skill repositories like SkillsMP, SkillHub, and ClawHub, allowing for semantic search and reliable installation without manual configuration.

Installation

To install the Universal Skills Manager, use the official installation command within your OpenClaw environment: clawhub install openclaw/skills/skills/jacob-bd/universal-skills-manager Ensure that you have appropriate write permissions for the target directories if you are installing into global user scopes. The manager will automatically verify the existence of your AI tool paths during its first initialization.

Use Cases

  • Cross-Tool Synchronization: Easily migrate a specialized skill from a Gemini CLI project to an OpenCode workspace.
  • Centralized Discovery: Avoid switching browser tabs to search for new agent behaviors; use the USM to pull directly from ClawHub or SkillHub.
  • Multi-Environment Management: Toggle between project-level (local) and user-level (global) skill scopes to maintain clean environment separation.
  • Claude Integration: Quickly package project-specific skills into ZIP format to enable easy deployment into Claude Desktop or claude.ai via the Capabilities interface.

Example Prompts

  1. "Find and install a skill for Jira ticket management from ClawHub, and synchronize it with my current OpenCode project."
  2. "Copy my Gemini CLI debugging skill to my local Roo Code environment."
  3. "Package the current project skills into a ZIP file for use in Claude Desktop, ensuring no sensitive credentials are included."

Tips & Limitations

Always check the status of your AI tool directories; if a path (e.g., ~/.config/opencode/skills/) is missing, the manager will prompt you to initialize it. When packaging skills for claude.ai, remember that it lacks environmental access, so hardcoded paths in scripts should be avoided. Never share ZIP files containing hardcoded API keys in public repositories; always review your exported skill metadata for sensitive credentials before uploading to external platforms.

Metadata

Author@jacob-bd
Stars2032
Views3
Updated2026-03-05
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-jacob-bd-universal-skills-manager": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#skill-management#automation#sync#agent-framework#cli
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api