skill-manager

Install, list, and remove community skills from GitHub or local paths.

62|14|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/crisandrews/ClawCode --skill skill-manager-crisandrews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/crisandrews/ClawCode/tree/main/skills/skill-manager
Command: npx skills add https://github.com/crisandrews/ClawCode --skill skill-manager-crisandrews

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing community skills manually requires cloning repositories, validating formats, and tracking what is installed. This Skill automates the full lifecycle of skill management through simple commands. ## Core Features & Use Cases - Install from Any Source: Install skills from GitHub shorthand, full URLs, or local paths with automatic format detection and requirement checks. - Inventory and Removal: List all installed skills and safely remove them with dry-run previews and confirmation prompts. - Scope Control: Choose where skills live (plugin, project, or user scope) and force overwrites only after explicit confirmation. - Use Case: You found a useful skill on GitHub. Run the install command with the repo URL, review the install card showing requirements, and the skill is immediately available in your agent. ## Quick Start Ask the agent to install a skill from a GitHub repository by saying "install skill from github owner/repo" and review the returned install card.

Frequently Asked Questions about skill-manager

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

FAQPage Schema
How do I install a skill from GitHub?

Run the install command with a GitHub shorthand, full URL, or local path as the source. The tool clones the repository, detects the skill format, checks requirements, and returns an install card showing what was added.

How do I list all installed skills?

Use the list command to call skill_list, which returns a formatted card of every installed skill. On messaging channels like WhatsApp or Telegram, the output compresses to one line per skill.

Can I choose where a skill gets installed?

Yes, pass a scope flag with plugin, project, or user to control the install location. The default scope is plugin, which places the skill in the local skills directory, and you can promote it later.

What happens when removing a skill?

Removal starts as a dry run that reports what would be deleted, then asks for confirmation before proceeding. Passing the force flag skips the confirmation prompt and removes the skill directly.

Why was my skill rejected during installation?

Skills detected as OpenClaw format are rejected and cannot be force-installed. The tool directs you to use the import-skill command instead, which handles that format conversion path.