Outclaw

Manage Claude Code skills using the outclaw CLI - create, install, list, search, and publish skills

leocarsons 0f6e1c3 1.0 KB Updated

File contents

Outclaw - Claude Code Skills Manager

Use the outclaw CLI to manage Claude Code skills.

Available Commands

Create a new skill

outclaw init [skill-name]
outclaw init my-skill --global

Install a skill from GitHub

outclaw install github:owner/repo
outclaw install owner/repo
outclaw install github:owner/repo@branch

List installed skills

outclaw list
outclaw list --global
outclaw list --json

Search for skills

outclaw search <query>

Show skill info

outclaw info <skill-name>

Uninstall a skill

outclaw uninstall <skill-name>
outclaw uninstall <skill-name> --global

Usage Notes

  • Use --global flag to operate on ~/.claude/skills/ (global skills)
  • Without --global, operates on .claude/skills/ (project skills)
  • After installing or creating a skill, use /<skill-name> in Claude Code to invoke it

leocarsons/outclaw/tree/main/.claude/skills/outclaw commit 0f6e1c328c

Frequently asked questions

npx skillmds@latest add leocarsons/outclaw