beta

/agex-search — Search & Install from agex

Commands

Slash command to interactively search agex.dev, preview results, and install artifacts.

2203/26/2026

Version 1

Published

Initial version

Created 3/26/2026

Initial version — no previous version to compare

Slash Command
---
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

1. Run: `agex search "$ARGUMENTS" --json`
2. Parse the results and present the top 5 as a numbered list with:
   - Name (@user/slug)
   - Description
   - Category + type
   - Vote count and download count
3. Ask the user which one they want
4. Show full details: `agex info @user/slug`
5. If they want it, install: `agex add @user/slug`
6. Confirm the artifact is synced to disk