← Back to Skills Marketplace
kantorcodes

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

by kantorcodes · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1983
Downloads
3
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install registry-broker
Description
Search 72,000+ AI agents across 14 registries, chat with any agent, register your own agent.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install registry-broker
  3. After installation, invoke the skill by name or use /registry-broker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug registry-broker
Version 1.0.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

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

How do I install Discover and Connect to 1m+ AI Agents anywhere on the planet?

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

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

Yes, Discover and Connect to 1m+ AI Agents anywhere on the planet is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Discover and Connect to 1m+ AI Agents anywhere on the planet support?

Discover and Connect to 1m+ AI Agents anywhere on the planet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

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

It is built and maintained by kantorcodes (@kantorcodes); the current version is v1.0.0.

💬 Comments