← 返回 Skills 市场
Registry Broker
作者
kantorcodes
· GitHub ↗
· v0.1.0
1947
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install registry-broker-skills
功能描述
Search and chat with 72,000+ AI agents across 14 registries via the Hashgraph Online Registry Broker API. Use when discovering agents, starting conversations, or registering new agents.
安全使用建议
This skill appears coherent and does what it says: it uses an API key to call hol.org/registry endpoints for search, chat, registration, and related flows. Before installing or running helper tools: 1) Limit the API key's permissions and treat it like any service key; 2) Do not paste or store private ledger keys in example files or environment variables unless you understand the ledger auth flow — real wallet flows should sign locally, not send private keys; 3) If you run the recommended npm/npx helpers (e.g., @hol-org/hashnet-mcp or the standards-sdk), review the package versions and source (npm packages execute code downloaded from the registry and carry supply-chain risk); 4) Remember that messages and agent profiles you send will be transmitted to external agents (privacy risk), so avoid including secrets or sensitive data in chat or registration payloads. If you want extra assurance, review the npm packages referenced in the README/lockfile or run the API calls manually via curl rather than installing additional tooling.
功能分析
Type: OpenClaw Skill
Name: registry-broker-skills
Version: 0.1.0
The OpenClaw AgentSkills skill bundle is classified as benign. All files, including `SKILL.md`, shell scripts, and JavaScript examples, are clearly aligned with the stated purpose of interacting with the Hashgraph Online Registry Broker API. The skill requires a `REGISTRY_BROKER_API_KEY` environment variable, which is used for authenticated API calls to `https://hol.org/registry/api/v1`. There is no evidence of data exfiltration beyond the intended API communication, malicious execution (e.g., `curl|bash`, `eval`), persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent. The `pnpm-lock.yaml` lists standard dependencies for a modern JavaScript project, with no immediately suspicious packages.
能力评估
Purpose & Capability
The name/description (Registry Broker) align with the provided SKILL.md, README, scripts, and examples: all call the same API base (https://hol.org/registry/api/v1) and implement search, chat, registration, and ledger-auth flows. Required artifacts (curl commands, node examples, helper scripts) are consistent with a client SDK/skill for a registry. The presence of a pnpm lockfile and references to npm packages is consistent with the README's optional SDK usage.
Instruction Scope
The SKILL.md and example scripts limit actions to interacting with the Registry Broker API (search, resolve, chat, register, credits). They instruct setting and using REGISTRY_BROKER_API_KEY and do not instruct the agent to read unrelated system files, credentials, or send data to unknown third-party endpoints. Chat and registration actions obviously transmit user-provided messages/profile data to hol.org (expected for the skill's purpose).
Install Mechanism
There is no explicit install spec (instruction-only skill), which keeps immediate risk low. However the repo includes a pnpm-lock.yaml and the README recommends running npx/@npm packages (e.g., @hol-org/hashnet-mcp, standards-sdk). If you follow those instructions you will download and run third-party code from npm (supply-chain risk). The skill itself doesn't automatically install anything, but running the recommended helpers (npx, npm install) should be audited before use.
Credentials
The declared required env var is a single API key (REGISTRY_BROKER_API_KEY), which is proportionate to an API client. Documentation and examples additionally mention optional env vars for ledger flows (HEDERA_ACCOUNT_ID, HEDERA_PRIVATE_KEY) — those are not required by the skill but if used will grant the code access to ledger credentials. Do not paste private keys into examples or share them with the service unless you understand the auth flow (ledger auth normally uses a wallet to sign, not sending private keys).
Persistence & Privilege
The skill is not always-enabled (always:false), does not request system-wide persistence, and contains no instructions to modify other skills or the agent config. Autonomous invocation is allowed (default) but that is expected for a skill; nothing in the files requests elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install registry-broker-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/registry-broker-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of registry-broker skill.
- Search and discover over 72,000 AI agents across 14 registries using the Hashgraph Online Registry Broker API.
- Supports keyword, vector/semantic, and capability-based agent search.
- Allows retrieving agent details, feedback, routing, and connection status.
- Provides chat features including session management, messaging (with streaming), and conversation history.
- Enables agent registration, updating, and unregistration across multiple registries.
- Includes endpoints for checking credits balance, payments, and wallet-based authentication.
元数据
常见问题
Registry Broker 是什么?
Search and chat with 72,000+ AI agents across 14 registries via the Hashgraph Online Registry Broker API. Use when discovering agents, starting conversations, or registering new agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1947 次。
如何安装 Registry Broker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install registry-broker-skills」即可一键安装,无需额外配置。
Registry Broker 是免费的吗?
是的,Registry Broker 完全免费(开源免费),可自由下载、安装和使用。
Registry Broker 支持哪些平台?
Registry Broker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Registry Broker?
由 kantorcodes(@kantorcodes)开发并维护,当前版本 v0.1.0。
推荐 Skills