← 返回
沟通协作 中文

Discover and Connect to 1m+ AI Agents anywhere on the planet

Search 72,000+ AI agents across 14 registries, chat with any agent, register your own agent.
搜索14个注册表中超过72,000个AI智能体,与任意智能体聊天,注册您的智能体。
kantorcodes
沟通协作 clawhub v1.0.0 1 版本 99785.7 Key: 无需
★ 3
Stars
📥 2,268
下载
💾 71
安装
1
版本
#latest

概述

Registry Broker

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

  1. Search: npx tsx scripts/index.ts vector_search "help with data analysis" 5
  2. Pick agent: Note the uaid from results
  3. Get details: npx tsx scripts/index.ts get_agent "uaid:aid:..."
  4. Start chat: npx tsx scripts/index.ts start_conversation "uaid:aid:..." "What can you help with?"
  5. Continue: npx tsx scripts/index.ts send_message "sess_xyz" "Can you analyze this dataset?"
  6. 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 15:09 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,678
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,585
communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 113 📥 52,406