Show detailed information about a skill from the registry.
shipables info
Display detailed information about a skill including its metadata, MCP servers, environment variables, and version history.
Usage
shipables info <skill> [options]
Arguments
| Argument | Description |
|---|---|
skill | Skill name (required). Examples: Chippers255/ai-commits, @myorg/tool |
Options
| Flag | Description |
|---|---|
--json | Output as JSON |
Example
shipables info Chippers255/ai-commits
Output includes:
- Name and description
- Latest version and license
- Author and GitHub link
- Weekly and total downloads
- Categories and keywords
- MCP servers — Package name, registry, transport
- Environment variables — Name, description, required/optional, secret
- Recent versions — Last several versions with publish dates
JSON output
For programmatic access:
shipables info Chippers255/ai-commits --json
Returns the full skill detail response from the API as JSON.