Search the Shipables registry for skills by keyword, category, or agent.
shipables search
Search the registry for skills matching a query.
Usage
shipables search <query> [options]
Arguments
| Argument | Description |
|---|---|
query | Search query string (required) |
Options
| Flag | Description | Default |
|---|---|---|
--agent <name> | Filter by agent compatibility | — |
--category <slug> | Filter by category | — |
--limit <n> | Maximum number of results | 10 |
--json | Output as JSON | — |
Examples
Basic search:
shipables search postgres
Output:
SKILL VERSION DOWNLOADS/WK DESCRIPTION
postgres 1.3.0 1,245 PostgreSQL best practices and MCP tools
@dbtools/postgres-pro 2.1.0 834 Advanced PostgreSQL skill with monitoring
pg-migrations 0.5.0 312 Database migration patterns for Postgres
3 results found
Filter by category:
shipables search testing --category testing
Filter by agent compatibility:
shipables search docker --agent claude
Get more results:
shipables search api --limit 25
Get JSON output for scripting:
shipables search database --json