skill-manager

Manage GitHub-based skills by checking updates and listing local inventory.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/Wangmengguo/opencode-skills --skill skill-manager-wangmengguo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/Wangmengguo/opencode-skills/tree/main/skill-manager
Command: npx skills add https://github.com/Wangmengguo/opencode-skills --skill skill-manager-wangmengguo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, subprocess, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management of GitHub-based skills by automating the detection of updates, assisting in the refactoring process, and providing inventory management.

Core Features & Use Cases

  • Skill Audit: Scan your local skills directory for outdated skills.
  • Update Workflow: Provide a structured process for updating skill wrappers.
  • Inventory Management: List all local skills and provide deletion capabilities.
  • GitHub Integration: Use GitHub to check for updates and manage skill versions.
  • Use Case: Imagine you have a collection of GitHub-based skills. Use this Skill to ensure they are up-to-date and functioning correctly.

Quick Start

Use the skill-manager skill to check for updates on your GitHub-based skills.

Frequently Asked Questions about skill-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub skill update checks for my local inventory?

To automate GitHub skill update checks, you can scan your local skills directory to detect outdated versions and manage lifecycle updates directly using the GitHub API. This provides a structured workflow for maintaining your local skill inventory.

What is the best way to manage the lifecycle of GitHub-based skills?

The best way to manage the lifecycle of GitHub-based skills is by automating version checks and update workflows. This approach scans your local inventory, detects available updates via GitHub, and assists in the refactoring process to ensure skills function correctly.

Can I list and delete local skills from my directory automatically?

Yes, you can list and delete local skills automatically. The inventory management feature scans your local directory to list all available skills and provides deletion capabilities to help clean up outdated or unused skill wrappers.

Do I need the GitHub API to check for skill updates?

Yes, you need the GitHub API to check for skill updates and manage skill versions. This integration allows the automation tool to accurately detect new updates, verify versions, and assist in the refactoring process for your local skills.

Why does my local skills inventory show outdated versions after a GitHub update?

Your local skills inventory shows outdated versions because the local directory lacks automated update tracking. Using GitHub API integration to check for updates ensures your local inventory matches the latest remote skill versions and manages the update workflow.