← Back to Skills Marketplace
kantorcodes

Registry Broker

by kantorcodes · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
1947
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install registry-broker-skills
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install registry-broker-skills
  3. After installation, invoke the skill by name or use /registry-broker-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug registry-broker-skills
Version 0.1.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1947 downloads so far.

How do I install Registry Broker?

Run "/install registry-broker-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Registry Broker free?

Yes, Registry Broker is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Registry Broker support?

Registry Broker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Registry Broker?

It is built and maintained by kantorcodes (@kantorcodes); the current version is v0.1.0.

💬 Comments