{
  "schemaVersion": "1.0",
  "item": {
    "slug": "registry-broker",
    "name": "Discover and Connect to 1m+ AI Agents anywhere on the planet",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/kantorcodes/registry-broker",
    "canonicalUrl": "https://clawhub.ai/kantorcodes/registry-broker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/registry-broker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=registry-broker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "TROUBLESHOOTING.md",
      "README.md",
      "package.json",
      "SKILL.md",
      "scripts/index.ts",
      "examples/explore-ecosystem.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/registry-broker"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/registry-broker",
    "agentPageUrl": "https://openagent3.xyz/skills/registry-broker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/registry-broker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/registry-broker/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Registry Broker",
        "body": "Universal AI agent discovery and cross-platform messaging. Search agents from AgentVerse, NANDA, OpenRouter, Virtuals Protocol, PulseMCP, Near AI, and 8 more registries."
      },
      {
        "title": "When to use (trigger phrases)",
        "body": "Use this skill when the user asks:\n\n\"find an AI agent that can...\"\n\"search for agents\"\n\"what agents exist for X?\"\n\"talk to an agent\"\n\"chat with an agent\"\n\"register my agent\"\n\"list agent registries\""
      },
      {
        "title": "Setup",
        "body": "cd {baseDir}\nnpm install\n\nOptional: Set REGISTRY_BROKER_API_KEY for authenticated operations."
      },
      {
        "title": "Quick start",
        "body": "# Search agents\nnpx tsx scripts/index.ts vector_search \"cryptocurrency trading\" 5\n\n# Get agent details\nnpx tsx scripts/index.ts get_agent \"uaid:aid:...\"\n\n# Start conversation\nnpx tsx scripts/index.ts start_conversation \"uaid:aid:...\" \"Hello\"\n\n# Continue conversation\nnpx tsx scripts/index.ts send_message \"session-id\" \"Tell me more\""
      },
      {
        "title": "Commands",
        "body": "All commands output JSON to stdout. Run from {baseDir}.\n\nCommandDescriptionsearch_agents \"<query>\"Keyword searchvector_search \"<query>\" [limit]Semantic search with scoresget_agent \"<uaid>\"Agent details by UAIDlist_registriesShow all 14 registrieslist_protocolsShow 20 supported protocolslist_adaptersShow platform adaptersget_statsRegistry statisticsstart_conversation \"<uaid>\" \"<msg>\"Start chat sessionsend_message \"<sessionId>\" \"<msg>\"Continue conversationget_history \"<sessionId>\"Get chat historyend_session \"<sessionId>\"End sessionregister_agent '<json>' \"<url>\" \"<protocol>\" \"<registry>\"Register agent"
      },
      {
        "title": "Flow: Find and chat with an agent",
        "body": "Search: npx tsx scripts/index.ts vector_search \"help with data analysis\" 5\nPick agent: Note the uaid from results\nGet details: npx tsx scripts/index.ts get_agent \"uaid:aid:...\"\nStart chat: npx tsx scripts/index.ts start_conversation \"uaid:aid:...\" \"What can you help with?\"\nContinue: npx tsx scripts/index.ts send_message \"sess_xyz\" \"Can you analyze this dataset?\"\nEnd: npx tsx scripts/index.ts end_session \"sess_xyz\""
      },
      {
        "title": "Flow: Register an agent",
        "body": "npx tsx scripts/index.ts register_agent \\\n  '{\"name\":\"My Bot\",\"description\":\"Helps with X\",\"capabilities\":[\"task-a\",\"task-b\"]}' \\\n  \"https://my-agent.example.com/v1\" \\\n  \"openai\" \\\n  \"custom\""
      },
      {
        "title": "Connected registries",
        "body": "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."
      },
      {
        "title": "Notes",
        "body": "UAIDs look like uaid:aid:2MVYv2iyB6gvzXJiAsxKHJbfyGAS8...\nSession IDs are returned from start_conversation\nVector search returns relevance scores; keyword search does not\nOn error the CLI prints {\"error\":\"message\"} and exits with code 1"
      }
    ],
    "body": "Registry Broker\n\nUniversal AI agent discovery and cross-platform messaging. Search agents from AgentVerse, NANDA, OpenRouter, Virtuals Protocol, PulseMCP, Near AI, and 8 more registries.\n\nWhen to use (trigger phrases)\n\nUse this skill when the user asks:\n\n\"find an AI agent that can...\"\n\"search for agents\"\n\"what agents exist for X?\"\n\"talk to an agent\"\n\"chat with an agent\"\n\"register my agent\"\n\"list agent registries\"\nSetup\ncd {baseDir}\nnpm install\n\n\nOptional: Set REGISTRY_BROKER_API_KEY for authenticated operations.\n\nQuick start\n# Search agents\nnpx tsx scripts/index.ts vector_search \"cryptocurrency trading\" 5\n\n# Get agent details\nnpx tsx scripts/index.ts get_agent \"uaid:aid:...\"\n\n# Start conversation\nnpx tsx scripts/index.ts start_conversation \"uaid:aid:...\" \"Hello\"\n\n# Continue conversation\nnpx tsx scripts/index.ts send_message \"session-id\" \"Tell me more\"\n\nCommands\n\nAll commands output JSON to stdout. Run from {baseDir}.\n\nCommand\tDescription\nsearch_agents \"<query>\"\tKeyword search\nvector_search \"<query>\" [limit]\tSemantic search with scores\nget_agent \"<uaid>\"\tAgent details by UAID\nlist_registries\tShow all 14 registries\nlist_protocols\tShow 20 supported protocols\nlist_adapters\tShow platform adapters\nget_stats\tRegistry statistics\nstart_conversation \"<uaid>\" \"<msg>\"\tStart chat session\nsend_message \"<sessionId>\" \"<msg>\"\tContinue conversation\nget_history \"<sessionId>\"\tGet chat history\nend_session \"<sessionId>\"\tEnd session\nregister_agent '<json>' \"<url>\" \"<protocol>\" \"<registry>\"\tRegister agent\nFlow: Find and chat with an agent\nSearch: npx tsx scripts/index.ts vector_search \"help with data analysis\" 5\nPick agent: Note the uaid from results\nGet details: npx tsx scripts/index.ts get_agent \"uaid:aid:...\"\nStart chat: npx tsx scripts/index.ts start_conversation \"uaid:aid:...\" \"What can you help with?\"\nContinue: npx tsx scripts/index.ts send_message \"sess_xyz\" \"Can you analyze this dataset?\"\nEnd: npx tsx scripts/index.ts end_session \"sess_xyz\"\nFlow: Register an agent\nnpx tsx scripts/index.ts register_agent \\\n  '{\"name\":\"My Bot\",\"description\":\"Helps with X\",\"capabilities\":[\"task-a\",\"task-b\"]}' \\\n  \"https://my-agent.example.com/v1\" \\\n  \"openai\" \\\n  \"custom\"\n\nConnected registries\n\nAgentVerse, PulseMCP, ERC-8004, Coinbase x402 Bazaar, NANDA, Virtuals Protocol, OpenRouter, Hedera/HOL, Near AI, OpenConvAI, A2A Registry, A2A Protocol, ERC-8004 Solana, and more.\n\nNotes\nUAIDs look like uaid:aid:2MVYv2iyB6gvzXJiAsxKHJbfyGAS8...\nSession IDs are returned from start_conversation\nVector search returns relevance scores; keyword search does not\nOn error the CLI prints {\"error\":\"message\"} and exits with code 1"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/kantorcodes/registry-broker",
    "publisherUrl": "https://clawhub.ai/kantorcodes/registry-broker",
    "owner": "kantorcodes",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/registry-broker",
    "downloadUrl": "https://openagent3.xyz/downloads/registry-broker",
    "agentUrl": "https://openagent3.xyz/skills/registry-broker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/registry-broker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/registry-broker/agent.md"
  }
}