automagent search
Search the Automagent Hub for agents
Usage
$ automagent search [query] [options]
The [query] argument is optional. Without it, all agents are listed.
Options
| Flag | Description | Default |
|---|---|---|
--tags <tags> | Filter by tags (comma-separated) | None |
--limit <n> | Results per page | 20 |
--page <n> | Page number | 1 |
--hub-url <url> | Hub URL | https://hub.automagent.dev |
--insecure | Allow insecure HTTP connections | Off |
--json | Output raw JSON | Off |
Examples
Search by keyword:
$ automagent search "data analyst"
Filter by tags:
$ automagent search --tags analytics,data
Combine keyword and tags:
$ automagent search "support" --tags customer-service
List all agents:
$ automagent search
Output
Results display the agent scope, name, version, and description:
Found 2 agent(s):
@acme/[email protected]
Answers customer support questions
@acme/[email protected]
Analyzes sales data and identifies trends
See also
- automagent pull — Download an agent you found
- automagent push — Publish your own agents