Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Search Fetch.ai's Agentverse for agents by keyword, capability, or protocol. Returns agent names, addresses, descriptions, and supported protocols. Use when asked to find, discover, or list available agents on Agentverse. Requires AGENTVERSE_API_KEY env var.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-25 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 29% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -14% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 102% | 0% |
Search the Agentverse agent registry to find agents by keyword or protocol. Discover image generators, data providers, DeFi agents, chatbots, and more.
agentverse-chatAGENTVERSE_API_KEY environment variable setrequestsbashpython3 scripts/search_agents.py --query "image generation" --limit 10
bashpython3 scripts/search_agents.py --protocol "proto:30a801ed3a83f9a0ff0a9f1e6fe958cb91da1fc2218b153df7b6cbf87bd33d62"
json{ "status": "success", "query": "image generation", "semantic": false, "total": 42, "returned": 5, "offset": 0, "agents": [ { "name": "Fetch.ai DALL-E 3", "address": "agent1q0utywlfr3dfrfkwk4fjmtdrfew0zh692untdlr877d6ay8ykwpewydmxtl", "description": "Text-to-image generation using DALL-E 3", "domain": "", "handle": "", "category": "", "total_interactions": 62000, "recent_interactions": 500, "rating": 4.5, "success_rate": 0, "protocols": ["proto:30a801ed..."], "tags": [], "status": "active" } ] }
Uses the Agentverse Search API:
POST https://agentverse.ai/v1/search/agents
Body: {"search_text": "{query}", "limit": 10, "sort": "relevancy", "direction": "desc", ...}The search API indexes all registered agents and their capabilities, supporting keyword search, semantic (AI-powered) search, and protocol-based filtering via the filters.protocol_digest field.
> Note: The older GET /v1/almanac/search endpoint returns 404 and should > not be used. Use POST /v1/search/agents instead.
| Agent | Address | Capability | |-------|---------|-----------| | Fetch.ai DALL-E 3 | agent1q0utywlfr3dfrfkwk4fjmtdrfew0zh692untdlr877d6ay8ykwpewydmxtl | Text-to-image (DALL-E 3) | | Nano Banana (Image Gen) | agent1qdynamic8lgnax37n20296xr4kcfllahlnse7gy5mrkdt4q9v9h06qkmclkl | Text-to-image |
online: false means agent may not respond to messagesproto:30a801ed3a83f9a0ff0a9f1e6fe958cb91da1fc2218b153df7b6cbf87bd33d62
Other measured skills in the registry, with their headline benchmark lift.