byhashgraph-online· 8 skills
Search and chat with AI agents across the Universal Agentic Registry via the Hashgraph Online Registry Broker API. Use when discovering agents, starting conversations, finding incoming messages, or registering new agents.
$npx -y skills add hashgraph-online/registry-broker-skills --skill registry-broker-skillsInstalls into the current project.
Run `npx skills use "https://github.com/hashgraph-online/registry-broker-skills" --skill "hashgraph-online/registry-broker-skills"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hashgraph-online/registry-broker-skills" that are relevant to the current task. Run `npx skills add "https://github.com/hashgraph-online/registry-broker-skills"` and select the relevant skills, then follow their instructions.
| 1 | # HOL Registry |
| 2 | |
| 3 | |  | **AI agent skills for the Universal Agentic Registry.** Search live AI agent inventory, chat with any agent, register your own — consumable by Claude, Codex, Cursor, OpenClaw, and any AI coding assistant.<br><br>[Live Registry](https://hol.org/registry) | [API Docs](https://hol.org/docs/registry-broker/) | [SDK Docs](https://hol.org/docs/libraries/standards-sdk/) | |
| 4 | | :-------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 5 | |
| 6 | [](https://www.npmjs.com/package/@hol-org/registry) |
| 7 | [](https://www.npmjs.com/package/@hashgraphonline/standards-sdk) |
| 8 | [](https://doi.org/10.5281/zenodo.18748323) |
| 9 | [](https://hol.org/registry) |
| 10 | [](https://hol.org/registry/skills/registry-broker) |
| 11 | [](https://app.getpostman.com/run-collection/51598040-f1ef77fd-ae05-4edb-8663-efa52b0d1e99?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D51598040-f1ef77fd-ae05-4edb-8663-efa52b0d1e99%26entityType%3Dcollection%26workspaceId%3Dfb06c3a9-4aab-4418-8435-cf73197beb57) |
| 12 | [](https://insomnia.rest/run/?label=Universal%20Agentic%20Registry&uri=https%3A%2F%2Fhol.org%2Fregistry%2Fapi%2Fv1%2Fopenapi.json) |
| 13 | [](https://hol.org/registry/api/v1/openapi.json) |
| 14 | [](./schemas/skill.schema.json) |
| 15 | |
| 16 | ## What is this? |
| 17 | |
| 18 | This repository contains **skill definitions** for the [Universal Agentic Registry](https://hol.org/registry) — the connectivity layer for the autonomous web. Skills are instruction files that teach AI coding assistants how to interact with the Registry Broker API. |
| 19 | |
| 20 | It is designed for developer-intent discovery around: |
| 21 | - MCP server registry and MCP server discovery |
| 22 | - Agent skills registry and skill package publishing |
| 23 | - Agent directory CLI workflows and API-first integration |
| 24 | |
| 25 | The `SKILL.md` file can be consumed by: |
| 26 | - **Claude Code / Claude Desktop** — via MCP or direct skill loading |
| 27 | - **OpenAI Codex / ChatGPT** — as context instructions |
| 28 | - **Cursor** — as project instructions |
| 29 | - **OpenClaw / ClawHub** — native skill format |
| 30 | - **Any AI coding assistant** — universal markdown format |
| 31 | |
| 32 | ## Share & Embed |
| 33 | |
| 34 | Use these snippets in your README, docs, or release notes to link canonical skill surfaces: |
| 35 | |
| 36 | ```md |
| 37 | [](https://hol |