← 返回 Skills 市场
kantorcodes

Registry Broker

作者 kantorcodes · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
2044
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install registry-broker-hashnet-openclaw
功能描述
Search 72,000+ AI agents across 14 registries, chat with any agent, register your own. Powered by Hashgraph Online Registry Broker.
安全使用建议
This skill appears coherent with its purpose: it requires Node and an API key for hol.org, and its scripts call the @hashgraphonline SDK and the registry API. Before installing or running: (1) Confirm you trust https://hol.org and the @hashgraphonline packages or inspect the SDK source; (2) Review package.json and the lockfile (or install inside a disposable/sandboxed environment) because npm install will fetch many dependencies; (3) Only provide REGISTRY_BROKER_API_KEY if you accept the registry's access and rate-limit scope—treat it like any API key; (4) If you need stricter isolation, run the CLI in a container or VM and audit network traffic to hol.org. Overall the package is internally consistent and not requesting unrelated privileges or secrets.
功能分析
Type: OpenClaw Skill Name: registry-broker-hashnet-openclaw Version: 0.1.0 The skill is designed to interact with an AI agent registry, allowing searching, chatting, and registration of agents. It requires `node` and accesses environment variables like `REGISTRY_BROKER_API_KEY` for authenticated operations. The `register_agent` command in `scripts/index.ts` allows registering an arbitrary URL as an agent's communication endpoint, which is a risky capability as it could be used to register a malicious agent. Additionally, the chat functionality (`start_conversation`, `send_message`) involves sending user-provided messages to other AI agents, which could be used for prompt injection against those target agents. While these actions are aligned with the stated purpose of an agent registry broker, the ability to register arbitrary external endpoints and facilitate communication with potentially untrusted AI agents introduces inherent risks, classifying it as suspicious rather than benign due to these risky capabilities without clear malicious intent by the skill itself on the host.
能力评估
Purpose & Capability
Name/description, SKILL.md, examples, and the CLI implementation all implement an agent registry client. Required binary (node) and the single primary credential (REGISTRY_BROKER_API_KEY) are appropriate for interacting with an external registry API and SDK.
Instruction Scope
Runtime instructions and the included scripts only reference the registry API, the SDK, and optional .env values (REGISTRY_BROKER_API_KEY, REGISTRY_BROKER_BASE_URL). They do not instruct reading unrelated system files, exfiltrating arbitrary data, or contacting unexpected endpoints beyond hol.org and user-provided agent endpoints.
Install Mechanism
There is no platform install spec, but SKILL.md directs users to run npm install. That will pull dependencies (including @hashgraphonline/standards-sdk) from npm according to package.json/pnpm-lock.yaml. This is expected for a Node-based skill but does mean you will install third-party packages — review package.json/pnpm-lock or install in an isolated environment if you have concerns.
Credentials
The skill only declares one primary env var (REGISTRY_BROKER_API_KEY) and optionally supports REGISTRY_BROKER_BASE_URL via .env. The code uses those env vars only for API access; no unrelated secrets or system credentials are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It runs as a CLI and can be invoked by the agent; autonomous invocation is allowed by platform default but here is not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install registry-broker-hashnet-openclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /registry-broker-hashnet-openclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Registry Broker skill. - Discover and search 72,000+ AI agents across 14+ registries from a single interface. - Start chats, continue conversations, and view history with any connected agent. - Register your own agents to the universal registry. - Includes CLI commands for all operations and usage examples. - Powered by the @hashgraphonline/standards-sdk. - Comprehensive documentation and API references provided.
元数据
Slug registry-broker-hashnet-openclaw
版本 0.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Registry Broker 是什么?

Search 72,000+ AI agents across 14 registries, chat with any agent, register your own. Powered by Hashgraph Online Registry Broker. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2044 次。

如何安装 Registry Broker?

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

Registry Broker 是免费的吗?

是的,Registry Broker 完全免费(开源免费),可自由下载、安装和使用。

Registry Broker 支持哪些平台?

Registry Broker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Registry Broker?

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

💬 留言讨论