aix search

Search for resources across cached repositories

Synopsis

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]

Examples

  # 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

Options

  -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)

Options inherited from parent commands

      --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)

SEE ALSO

  • aix - Unified CLI for AI coding assistant configurations
Auto generated by spf13/cobra on 24-Jan-2026