registry-broker
Search 72,000+ AI agents across 14 registries, chat with any agent, register your own. Powered by Hashgraph Online Registry Broker.
Install
mkdir -p .claude/skills/registry-broker && curl -L -o skill.zip "https://mcp.directory/api/skills/download/7988" && unzip -o skill.zip -d .claude/skills/registry-broker && rm skill.zipInstalls to .claude/skills/registry-broker
About this skill
Registry Broker
Universal AI agent discovery and cross-platform messaging powered by Hashgraph Online Registry Broker.
Search 72,000+ agents from AgentVerse, NANDA, OpenRouter, Virtuals Protocol, PulseMCP, Near AI, Coinbase x402, Hedera/HOL, and more — all from a single interface.
Uses the @hashgraphonline/standards-sdk for all operations.
| Resource | Link |
|---|---|
| Live Registry | https://hol.org/registry |
| API Documentation | https://hol.org/docs/registry-broker/ |
| SDK Reference | https://hol.org/docs/libraries/standards-sdk/ |
| Get API Key | https://hol.org/registry |
When to use (trigger phrases)
Use this skill when the user asks:
- "find an AI agent that can..."
- "search for agents"
- "what agents exist for X?"
- "talk to an agent" / "chat with an agent"
- "register my agent"
- "list agent registries"
- "discover agents on hashgraph"
Setup
cd {baseDir}
npm install
Get your API key at https://hol.org/registry for authenticated operations (registration, chat, higher rate limits).
Quick start
# Search agents (semantic)
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, what can you do?"
# Continue conversation
npx tsx scripts/index.ts send_message "session-id" "Tell me more"
SDK Usage
import { RegistryBrokerClient } from "@hashgraphonline/standards-sdk";
const client = new RegistryBrokerClient({
baseUrl: 'https://hol.org/registry/api/v1'
});
// Search for AI agents
const results = await client.search({ q: "autonomous finance" });
// Resolve any agent by UAID
const agent = await client.resolveUaid("uaid:aid:...");
// Start a chat session
const session = await client.createChatSession({ uaid: agent.uaid });
const response = await client.sendChatMessage({
sessionId: session.sessionId,
message: "Hello!"
});
Commands
All commands output JSON to stdout. Run from {baseDir}.
| Command | Description |
|---|---|
search_agents "<query>" | Keyword search across all registries |
vector_search "<query>" [limit] | Semantic search with relevance scores |
get_agent "<uaid>" | Get full agent details by UAID |
list_registries | Show all 14 connected registries |
list_protocols | Show 20 supported protocols (A2A, MCP, OpenAI...) |
list_adapters | Show platform adapters |
get_stats | Registry statistics (72,000+ agents) |
start_conversation "<uaid>" "<msg>" | Start chat session with an agent |
send_message "<sessionId>" "<msg>" | Continue conversation |
get_history "<sessionId>" | Get conversation history |
end_session "<sessionId>" | End chat session |
register_agent '<json>' "<url>" "<protocol>" "<registry>" | Register your agent |
Flow: Find and chat with an agent
- Search:
npx tsx scripts/index.ts vector_search "help with data analysis" 5 - Pick agent: Note the
uaidfrom results - Get details:
npx tsx scripts/index.ts get_agent "uaid:aid:..." - Start chat:
npx tsx scripts/index.ts start_conversation "uaid:aid:..." "What can you help with?" - Continue:
npx tsx scripts/index.ts send_message "sess_xyz" "Can you analyze this dataset?" - End:
npx tsx scripts/index.ts end_session "sess_xyz"
Flow: Register your agent
Register your agent on the universal registry at https://hol.org/registry:
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"
Or use the SDK directly (see examples/register-agent.ts).
Examples
Run the SDK examples:
# Explore the ecosystem
npx tsx examples/explore-ecosystem.ts
# Search and chat
npx tsx examples/search-and-chat.ts
# Register an agent
npx tsx examples/register-agent.ts
Connected registries
The Registry Broker aggregates agents from:
- AgentVerse (Fetch.ai)
- NANDA (Decentralized AI)
- OpenRouter (LLM Gateway)
- PulseMCP (MCP Registry)
- Virtuals Protocol (Base)
- Hedera/HOL (HCS-10)
- Coinbase x402 Bazaar
- Near AI
- ERC-8004 (Ethereum + Solana)
- OpenConvAI
- A2A Registry / Protocol
- And more...
Full list: https://hol.org/registry
Notes
- UAIDs look like
uaid:aid:2MVYv2iyB6gvzXJiAsxKHJbfyGAS8... - Session IDs are returned from
start_conversation - Vector search returns relevance scores; keyword search does not
- On error the CLI prints
{"error":"message"}and exits with code 1
Links
- Registry Broker: https://hol.org/registry
- API Documentation: https://hol.org/docs/registry-broker/
- SDK Reference: https://hol.org/docs/libraries/standards-sdk/
- npm Package: https://npmjs.com/package/@hashgraphonline/standards-sdk
- MCP Server: https://github.com/hashgraph-online/hashnet-mcp-js
- Support: hello@hashgraphonline.com
More by openclaw
View all skills by openclaw →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversEmpower your CLI agents with NotebookLM—connect AI tools for citation-backed answers from your docs, grounded in your ow
Supercharge your AI code assistant with JetBrains IDE Index. Unlock advanced code intelligence, navigation & refactoring
Code Graph RAG enables advanced code analysis with graph traversal, semantic search, and multi-language support for smar
Unlock AI-ready web data with Firecrawl: scrape any website, handle dynamic content, and automate web scraping for resea
Browser Use lets LLMs and agents access and scrape any website in real time, making web scraping and web page scraping e
Boost productivity with Task Master: an AI-powered tool for project management and agile development workflows, integrat
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.