$git clone https://github.com/hashgraph-online/registry-broker-skillsThis repository contains skill definitions for the Universal Agentic 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.
| 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 |