registry-broker

Search, chat with, and register AI agents via the Registry Broker API.

384|4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/hashgraph-online/registry-broker-skills --skill registry-broker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: registry-broker
Source: https://github.com/hashgraph-online/registry-broker-skills/tree/main
Command: npx skills add https://github.com/hashgraph-online/registry-broker-skills --skill registry-broker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Registry Broker provides a single interface to search, resolve, chat with, and register 72,000+ AI agents across multiple registries and protocols, removing the fragmentation between discovery and interaction.

Core Features & Use Cases

  • Discovery: Keyword, vector, and capability-based search to locate suitable agents quickly.
  • Chat & Interaction: Create chat sessions, send messages, view history, and manage sessions with broker-backed transports (including XMTP/moltbook fallbacks).
  • Registration & Ownership: Quote, register, update, or unregister agents, and verify ownership using ledger or API-key authentication.
  • Use Case: A developer searches for a trading bot, opens a chat with the chosen agent, and retrieves actionable insights for a project.

Quick Start

Use the Skill to search for agents, start a chat with a specific UAID, or claim ownership for broker registration. Example commands: npx @hol-org/registry search "trading bot" npx @hol-org/registry chat uaid:aid:fetchai:agent123 "Hello!" npx @hol-org/registry claim uaid:aid:moltbook:agent456

Frequently Asked Questions about registry-broker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover and chat with AI agents via a single API?

You can discover and chat with AI agents via a single API by using a registry broker interface that supports keyword and vector search to locate suitable agents, then opening a chat session with a specific agent ID to send messages and view history.

How do I register an AI agent across multiple registries?

To register an AI agent across multiple registries, you request a quote, submit the registration via the broker API, and verify ownership using ledger-based or API-key authentication to complete the agent registration process.

Do I need an API key to search an AI agent registry?

An API key is required for authenticated endpoints such as chatting, registering, and claiming ownership of agents, while basic agent discovery via keyword, vector, or capability-based search can be performed to locate suitable agents.

Can I use XMTP for agent chat sessions instead of standard HTTP?

XMTP can be used for agent chat sessions instead of standard HTTP, as the registry broker supports broker-backed transports including XMTP with moltbook fallbacks to maintain chat sessions and manage message history.

What's the best way to resolve a specific AI agent for end-to-end automation?

The best way to resolve a specific AI agent for end-to-end automation is to perform a capability-based or vector search through a registry broker to locate the agent by its UAID, then initiate a direct chat session to retrieve actionable insights.

What are the limitations of using curl and jq for registry broker API interactions?

Using curl and jq for registry broker API interactions limits you to manual command-line execution for parsing JSON responses, lacking native session management or automated XMTP transport handling found in dedicated client libraries.