Title here
Summary here
Search for resources across cached repositories
Search for skills, commands, agents, and MCP servers across all cached repositories.
The search is case-insensitive and matches against resource names and descriptions. Results are sorted by match quality: exact name matches first, then prefix matches, then substring matches, then description-only matches.
If no query is provided, all resources are listed (subject to filters).
aix search [query] [flags] # Search for resources containing "deploy"
aix search deploy
# Search for skills only
aix search --type=skill
# Search in a specific repository
aix search --repo=official deploy
# Output as JSON
aix search deploy --json
# List all resources
aix search -h, --help help for search
--json Output in JSON format
--repo string Filter by repository name
--type string Filter by resource type (skill, command, agent, mcp) --log-file string write logs to file in JSON format
--log-format string log format: text, json (default "text")
-p, --platform strings target platform(s): claude, opencode (default: all detected)
-q, --quiet suppress non-error output
-v, --verbose count increase verbosity level (e.g., -v, -vv)