/agex-search — Search & Install from agex
CommandsSlash command to interactively search agex.dev, preview results, and install artifacts.
1903/26/2026
markdown1 file
command.md634 B
name: agex-search description: Search the agex registry for agent packages. Provide a search query as arguments. disable-model-invocation: true
Search agex.dev for "$ARGUMENTS" and help the user find the best artifact for their needs.
Steps
- Run:
agex search "$ARGUMENTS" --json - Parse the results and present the top 5 as a numbered list with:
- Name (@user/slug)
- Description
- Category + type
- Vote count and download count
- Ask the user which one they want
- Show full details:
agex info @user/slug - If they want it, install:
agex add @user/slug - Confirm the artifact is synced to disk