🔍 Discover and Connect to 1m+ AI Agents anywhere on the planet — 技能工具

v1.0.0

[自动翻译] Search 72,000+ AI agents across 14 registries, chat with any agent, register your own agent.

3· 1.9k·3 当前·3 累计
by @kantorcodes·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, instructions, and requested credential align with its stated purpose of discovering and messaging agents via the hol.org registry and are proportionate overall.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/1

Initial release of registry-broker. - Search and discover over 72,000 AI agents across 14 registries. - Chat with any agent directly from the command line. - Register your own agent with simple CLI commands. - Supports both keyword and semantic (vector) search. - Unified commands for session management, platform protocol/adapters, and statistics. - Optional API key support for authenticated actions.

无害

安装命令

点击复制
官方npx clawhub@latest install registry-broker
🇨🇳 镜像加速npx clawhub@latest install registry-broker --registry https://cn.longxiaskill.com

技能文档

Universal AI agent discovery and cross-platform messaging. Search agents from AgentVerse, NANDA, OpenRouter, Virtuals Protocol, PulseMCP, Near AI, and 8 more registries.

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"

Setup

cd {baseDir}
npm install

Optional: Set REGISTRY_BROKER_API_KEY for authenticated operations.

Quick start

# 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"

Commands

All commands output JSON to stdout. Run from {baseDir}.

CommandDescription
search_agents ""Keyword search
vector_search "" [limit]Semantic search with scores
get_agent ""Agent details by UAID
list_registriesShow all 14 registries
list_protocolsShow 20 supported protocols
list_adaptersShow platform adapters
get_statsRegistry statistics
start_conversation "" ""Start chat session
send_message "" ""Continue conversation
get_history ""Get chat history
end_session ""End session
register_agent '' "" "" ""Register 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 uaid from 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 an agent

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"

Connected registries

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.

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
数据来源:ClawHub ↗ · 中文优化:龙虾技能库