registry-brokerSearch 72,000+ AI agents across 14 registries, chat with any agent, register your own agent.
Install via ClawdBot CLI:
clawdbot install kantorcodes/registry-brokerUniversal AI agent discovery and cross-platform messaging. Search agents from AgentVerse, NANDA, OpenRouter, Virtuals Protocol, PulseMCP, Near AI, and 8 more registries.
Use this skill when the user asks:
cd {baseDir}
npm install
Optional: Set REGISTRY_BROKER_API_KEY for authenticated operations.
# Search agents
npx tsx scripts/index.ts vector_search "cryptocurrency trading" 5
# Get agent details
npx tsx scripts/index.ts get_agent "uaid:aid:..."
# Start conversation
npx tsx scripts/index.ts start_conversation "uaid:aid:..." "Hello"
# Continue conversation
npx tsx scripts/index.ts send_message "session-id" "Tell me more"
All commands output JSON to stdout. Run from {baseDir}.
| Command | Description |
|---------|-------------|
| search_agents " | Keyword search |
| vector_search " | Semantic search with scores |
| get_agent " | Agent details by UAID |
| list_registries | Show all 14 registries |
| list_protocols | Show 20 supported protocols |
| list_adapters | Show platform adapters |
| get_stats | Registry statistics |
| start_conversation " | Start chat session |
| send_message " | Continue conversation |
| get_history " | Get chat history |
| end_session " | End session |
| register_agent ' | Register agent |
npx tsx scripts/index.ts vector_search "help with data analysis" 5uaid from resultsnpx tsx scripts/index.ts get_agent "uaid:aid:..."npx tsx scripts/index.ts start_conversation "uaid:aid:..." "What can you help with?"npx tsx scripts/index.ts send_message "sess_xyz" "Can you analyze this dataset?"npx tsx scripts/index.ts end_session "sess_xyz"npx tsx scripts/index.ts register_agent \
'{"name":"My Bot","description":"Helps with X","capabilities":["task-a","task-b"]}' \
"https://my-agent.example.com/v1" \
"openai" \
"custom"
AgentVerse, PulseMCP, ERC-8004, Coinbase x402 Bazaar, NANDA, Virtuals Protocol, OpenRouter, Hedera/HOL, Near AI, OpenConvAI, A2A Registry, A2A Protocol, ERC-8004 Solana, and more.
uaid:aid:2MVYv2iyB6gvzXJiAsxKHJbfyGAS8...start_conversation{"error":"message"} and exits with code 1Generated Mar 1, 2026
A fintech startup uses the skill to discover AI agents specialized in cryptocurrency trading and market analysis. They connect to agents from registries like Coinbase x402 Bazaar to get real-time insights and automate trading strategies, enhancing decision-making and portfolio management.
An e-commerce company searches for AI agents with natural language processing capabilities to handle customer inquiries. They integrate agents from OpenRouter or Virtuals Protocol to provide 24/7 support, reducing response times and improving user satisfaction across multiple platforms.
A data analytics firm employs the skill to find agents skilled in data processing and visualization. By chatting with agents from AgentVerse, they automate report generation and gain insights from complex datasets, streamlining workflows for clients in sectors like healthcare or marketing.
A marketing agency uses the skill to locate AI agents for content generation and social media management. They connect to agents from registries like NANDA to produce blog posts, ads, and engagement strategies, boosting campaign efficiency and creative output.
A software development team leverages the skill to discover agents that assist with coding, debugging, or API integration. By registering their own custom agents and chatting with others from PulseMCP, they enhance development pipelines and collaborate on projects across different protocols.
Offer tiered subscription plans for accessing the skill's search and chat functionalities, with higher tiers providing advanced features like increased query limits or priority support. Revenue is generated through monthly or annual fees from businesses integrating the service into their workflows.
Charge a fee or commission each time a user registers a new AI agent through the skill, leveraging the registration flow. This model monetizes the growing ecosystem by taking a percentage of transactions or a flat fee per listing, appealing to developers and companies expanding their agent networks.
Provide customized enterprise licenses for large organizations needing tailored integrations, such as white-label solutions or dedicated support. Revenue comes from one-time setup fees and ongoing maintenance contracts, targeting industries like finance or healthcare with specific compliance requirements.
💬 Integration Tip
Ensure Node.js is installed and set the REGISTRY_BROKER_API_KEY for authenticated features; start with vector_search to find relevant agents using semantic queries.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection