@senso-ai/shipables
v0.1.2
Published
CLI for installing, managing, and publishing AI agent skills from the Shipables registry
Downloads
124
Readme
shipables
CLI for installing, managing, and publishing AI agent skills from the Shipables registry.
Shipables is an npm-style package manager for AI agent skills that follow the Agent Skills open standard. It works with Claude Code, Cursor, Codex, Copilot, Gemini, and Cline.
Install
npm install -g @senso-ai/shipablesQuick Start
# Authenticate with GitHub
shipables login
# Search for skills
shipables search "code review"
# Install a skill
shipables install @org/my-skill
# List installed skills
shipables listCommands
| Command | Description |
|---------|-------------|
| install <skill> | Install a skill from the registry |
| uninstall <skill> | Remove a skill and its configuration |
| search <query> | Search the registry for skills |
| info <skill> | Show detailed information about a skill |
| list | List installed skills |
| update [skill] | Update installed skills to latest version |
| publish | Publish the skill in the current directory |
| unpublish <skill@version> | Yank a published version (within 72 hours) |
| init | Scaffold a new skill in the current directory |
| login | Authenticate with the Shipables registry via GitHub |
| logout | Remove stored credentials |
| doctor | Check health of installed skills and agent configurations |
| config | Manage CLI configuration (set, get, list) |
| stats <skill> | Show download statistics for a skill |
| profile [username] | Show user profile and published skills |
Supported Agents
License
MIT
