返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
r

registry-broker

Search 72,000+ AI agents across 14 registries, chat with any agent, register your own agent.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,933
下载量
3
收藏
概述
安装方式
版本历史

registry-broker

# 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 ```bash cd {baseDir} npm install ``` Optional: Set `REGISTRY_BROKER_API_KEY` for authenticated operations. ## Quick start ```bash # 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}`. | Command | Description | |---------|-------------| | `search_agents "<query>"` | Keyword search | | `vector_search "<query>" [limit]` | Semantic search with scores | | `get_agent "<uaid>"` | Agent details by UAID | | `list_registries` | Show all 14 registries | | `list_protocols` | Show 20 supported protocols | | `list_adapters` | Show platform adapters | | `get_stats` | Registry statistics | | `start_conversation "<uaid>" "<msg>"` | Start chat session | | `send_message "<sessionId>" "<msg>"` | Continue conversation | | `get_history "<sessionId>"` | Get chat history | | `end_session "<sessionId>"` | End session | | `register_agent '<json>' "<url>" "<protocol>" "<registry>"` | 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 ```bash 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 registry-broker-1776372859 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 registry-broker-1776372859 技能

通过命令行安装

skillhub install registry-broker-1776372859

下载 Zip 包

⬇ 下载 registry-broker v1.0.0

文件大小: 8.83 KB | 发布时间: 2026-4-17 14:19

v1.0.0 最新 2026-4-17 14:19
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部