Outclaw
Manage Claude Code skills using the outclaw CLI - create, install, list, search, and publish skillsFrom its SKILL.md
npx -y skills add leocarsons/outclaw --skill outclawAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 261 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.