List all skills installed in the current project or globally.
shipables list
Show all installed skills with their version and agent information.
Usage
shipables list [options]
shipables ls [options]
ls is an alias for list.
Options
| Flag | Description |
|---|---|
--json | Output as JSON |
-g, --global | Show globally installed skills |
Examples
List project-level installations:
shipables list
List global installations:
shipables list --global
JSON output for scripting:
shipables ls --json
Output
The command shows each installed skill with:
- Skill name
- Installed version
- Which agents it's installed for
- Installation date