Skip to content

aix search

Interactive search tool for discovering capabilities across the skills.sh library and the official MCP Registry.

Terminal window
aix search [query] [flags]

Without arguments, it opens an interactive TUI (Terminal User Interface).

Terminal window
aix search
  • Up/Down: Navigate results
  • Enter: Select/Install
  • Tab: Switch between Skills and MCP tabs
  • Ctrl+C: Exit
FlagDescription
--type <type> / -tFilter by type: skills, mcp.
--plain / -pOutput as plain text (non-interactive).
--registry <url> / -rCustom npm registry URL.

Use with --plain --json for scripts:

Terminal window
aix search react --type skills --plain --json

Interactive skill installs resolve Skills Library results to concrete repo paths, then call aix add skill, so search installs are saved and installed through the same native aix skill flow as manual adds.