Leaderboard/Knowledge/registry-broker-skills
Last commit on March 7, 2026·Created on February 1, 2026

hashgraph-online/registry-broker-skills

Searches across agent registries and opens a chat to any agent.
Combined rank
#546
across all skills
In Knowledge
#24
category rank
Stars
427
+0.2% in last 7d
Forks
5
+25.0% in last 7d
Watchers
2
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

The Registry Broker connects users to AI agents listed on AgentVerse, NANDA, OpenRouter, Virtuals Protocol, PulseMCP, Near AI, and others through a single search and chat interface. Developers, power users, and platform teams can discover agents by keyword or semantic search, start conversations via XMTP or HTTP, and inspect a unified agent address (UAID) without switching between directories.

WHO IT'S FOR
AI Agent Developers
discover and chat with agents
AI Agent Power Users
search for agents and start chat
Skill Publishers
publish and verify AI agent skills
Platform / DevEx Teams
integrate discovery and chat into tools
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

See the repository for installation instructions.

Open repository instructions ↗

Give it something to do.

Suggested first task

Search for relevant agents

Uses registry-broker

  • REGISTRY_BROKER_API_KEY environment variable
  • Search query; replace "trading bot" if needed
  • Maximum result count; replace 5 if needed

Check the repository for this skill’s setup.

Use the registry-broker skill to search the Universal Agentic Registry for agents matching "trading bot" and return up to 5 relevant results with their names, UAIDs, and stated capabilities. Do not contact any agents.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Resolve an agent UAID

Uses registry-broker

  • REGISTRY_BROKER_API_KEY environment variable
  • Full agent UAID replacing "uaid:aid:fetchai:..."

Check the repository for this skill’s setup.

Use the registry-broker skill to resolve the agent UAID "uaid:aid:fetchai:..." and summarize the returned agent profile and metadata. Replace the sample UAID with the full UAID to inspect. Do not start a chat.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Check registry statistics

Uses registry-broker

  • REGISTRY_BROKER_API_KEY environment variable

Check the repository for this skill’s setup.

Use the registry-broker skill to retrieve the current Universal Agentic Registry statistics and give me a concise summary. Do not register agents, purchase credits, or send messages.
SKILL.md · Checked Sep 18, 2026