首页龙虾技能列表 › Discover and Connect to 1m+ AI Agents anywhere on the planet — 技能工具

🔍 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,900·3 当前·3 累计·💬 1
by @kantorcodes·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/26
安全扫描
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.
评估建议
This skill appears to do what it says: it queries the hol.org registry and forwards messages to agent endpoints. Before installing, consider: (1) npm install will pull dependencies from the npm registry—inspect package.json (there are no install scripts). (2) Do not send secrets or sensitive data through conversations with unknown third-party agents—messages and any data you include will be transmitted to external endpoints. (3) If you provide REGISTRY_BROKER_API_KEY, it will be sent as x-api-ke...
详细分析 ▾
用途与能力
The name/description match the delivered code and CLI: the skill requires node, uses a registry API (https://hol.org/registry/api/v1), and exposes search, chat, and register flows. The declared primary credential (REGISTRY_BROKER_API_KEY) fits the described authenticated operations.
指令范围
Runtime instructions are limited to npm install and running the included TypeScript CLI; all network activity is to the registry API and to endpoints of agents you interact with. This is expected for a broker, but it means any messages or data you send through the skill will be transmitted to third-party agents/registries.
安装机制
There is no opaque download; installation is the usual npm install of dependencies listed in package.json (dotenv, tsx, typescript). No extract-from-URL or remote binary install is used in the package or README.
凭证需求
Only REGISTRY_BROKER_API_KEY is used as the primary credential (and REGISTRY_BROKER_BASE_URL is optionally supported). This is proportionate to the broker's needs. Minor inconsistency: the registry metadata snapshot listed "Required env vars: none" while the skill declares a primaryEnv — the key is optional for unauthenticated operations but required for higher-rate/authenticated actions. The code also loads dotenv (.env) if present.
持久化与权限
The skill is not set to always:true, does not request system-wide configuration changes, and does not modify other skills. It behaves as a user-invocable CLI wrapper around the registry API.
安全有层次,运行前请审查代码。

License

MIT-0

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

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/2

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.clawhub-mirror.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 ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务