sklhub
v0.1.0
Published
CLI for SkillsHub — discover, install and manage AI Agent skills
Maintainers
Readme
skillshub CLI
Command-line tool for the SkillsHub AI Agent Skills Marketplace. Discover, install, and manage skills for your favorite AI coding agents.
Installation
npm install -g skillshubOr use directly with npx:
npx skillshub add <author/skill> --agent <agent>Supported Agents
| Agent | Key |
|-------|-----|
| Claude Code | claude |
| Codex CLI | codex |
| Gemini CLI | gemini |
| OpenCode | opencode |
| OpenClaw | openclaw |
| GitHub Copilot | copilot |
| Cursor | cursor |
| Windsurf | windsurf |
| Cline | cline |
| Roo Code | roo |
| Kiro | kiro |
| Junie | junie |
| Augment Code | augment |
| Warp | warp |
| Goose | goose |
Usage
Install a skill
# Install to a specific agent
skillshub add pskoett/self-improving-agent --agent claude
# Install to multiple agents
skillshub add steipete/github --agent claude,kiro,cursor
# Install to default directory (~/.skillshub/skills)
skillshub add pskoett/self-improving-agent
skillshub installis also supported as an alias foradd.
Uninstall a skill
skillshub uninstall pskoett/self-improving-agentUpdate a skill
skillshub update pskoett/self-improving-agentList installed skills
skillshub listInstall a skill stack
skillshub install-stack ppt-masterConfiguration
Config is stored at ~/.skillshub/config.json. You can set a custom API URL via the SKILLSHUB_API_URL environment variable.
Requirements
- Node.js >= 18
License
MIT
