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
--globalflag 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