@skillbank/cli
v0.1.0
Published
SkillBank CLI - Discover, install, and share AI agent skills
Maintainers
Readme
@skillbank/cli
The official CLI for SkillBank - Discover, install, and share AI agent skills.
Installation
# Using npx (no installation required)
npx @skillbank/cli --help
# Global installation
npm install -g @skillbank/cliUsage
# Search for skills
skb search git
# Install a skill
skb add git-commit
# Login to your account
skb login
# Publish a skill
skb publish
# Get help
skb --helpQuick Install (Alternative)
If you prefer to install the native binary directly:
# macOS/Linux
curl -fsSL https://skillbank.dev/install.sh | bash
# Windows PowerShell
irm https://skillbank.dev/install.ps1 | iexDocumentation
Visit skillbank.dev for full documentation.
License
MIT
