aix search
Interactive search tool for discovering capabilities across npm and the official MCP Registry.
aix search [query] [flags]Without arguments, it opens an interactive TUI (Terminal User Interface).
Interactive Mode
Section titled “Interactive Mode”aix search- Up/Down: Navigate results
- Enter: Select/Install
- Tab: Switch between Skills and MCP tabs
- Ctrl+C: Exit
| Flag | Description |
|---|---|
--type <type> / -t | Filter by type: skills, mcp. |
--plain / -p | Output as plain text (non-interactive). |
--registry <url> / -r | Custom npm registry URL. |
--experimental / -x | Enable experimental sources. |
JSON Output
Section titled “JSON Output”Use with --plain --json for scripts:
aix search react --type skills --plain --json