← 返回 Skills 市场
kantorcodes

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

作者 kantorcodes · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1983
总下载
3
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install registry-broker
功能描述
Search 72,000+ AI agents across 14 registries, chat with any agent, register your own agent.
安全使用建议
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-key to the hol.org API; treat it like any API key (store it securely, rotate if compromised). (4) The skill supports overriding the base URL via REGISTRY_BROKER_BASE_URL—verify you trust that endpoint if you change it. Overall the files are coherent with the claimed purpose; exercise normal caution when interacting with or registering third-party agents.
功能分析
Type: OpenClaw Skill Name: registry-broker Version: 1.0.0 The OpenClaw skill 'registry-broker' is a CLI client for an AI agent registry API. The `scripts/index.ts` file makes standard HTTP requests to `https://hol.org/registry/api/v1` and uses `REGISTRY_BROKER_API_KEY` and `REGISTRY_BROKER_BASE_URL` from environment variables, which is aligned with its stated purpose. The `SKILL.md` and other documentation files provide clear instructions for setup and usage, without any evidence of prompt injection attempts, data exfiltration, unauthorized execution, or persistence mechanisms. All dependencies in `package.json` are standard and widely used.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install registry-broker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /registry-broker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
Slug registry-broker
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1983 次。

如何安装 Discover and Connect to 1m+ AI Agents anywhere on the planet?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install registry-broker」即可一键安装,无需额外配置。

Discover and Connect to 1m+ AI Agents anywhere on the planet 是免费的吗?

是的,Discover and Connect to 1m+ AI Agents anywhere on the planet 完全免费(开源免费),可自由下载、安装和使用。

Discover and Connect to 1m+ AI Agents anywhere on the planet 支持哪些平台?

Discover and Connect to 1m+ AI Agents anywhere on the planet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Discover and Connect to 1m+ AI Agents anywhere on the planet?

由 kantorcodes(@kantorcodes)开发并维护,当前版本 v1.0.0。

💬 留言讨论