Agent Plugins Marketplace
All plugins

registry-broker-codex-plugin

v0.1.0

Codex plugin wrapper for summon-first Registry Broker delegation on top of the canonical HOL Registry skill and CLI.

Codex1 Skill1 MCP serverstdio

By HOLLicense: Apache-2.01.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install registry-broker-codex-plugin for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add registry-broker-codex-plugin@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “registry-broker-codex-plugin” remain stable.

  • Codex: registry-broker-codex-plugin@agent-plugin-marketplaceregistry-broker-codex-plugin@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/hashgraph-online/registry-broker-codex-plugin/.

Plugin files

plugins/hashgraph-online/registry-broker-codex-plugin/
├── .codex-plugin/plugin.json
├── skills/registry-broker-orchestrator/SKILL.md
└── .mcp.json

Included Skills1

registry-broker-orchestratorskills/registry-broker-orchestrator/SKILL.md

Use Registry Broker to discover and summon specialist agents for focused subtasks from inside Codex.

MCP servers1

registryBrokerstdio
command
node
args
./dist/cli.cjs up --transport stdio

Plugin manifests1

plugins/hashgraph-online/registry-broker-codex-plugin/.codex-plugin/plugin.json
{
  "name": "registry-broker-codex-plugin",
  "version": "0.1.0",
  "description": "Codex plugin wrapper for summon-first Registry Broker delegation on top of the canonical HOL Registry skill and CLI.",
  "author": {
    "name": "HOL",
    "email": "[email protected]",
    "url": "https://github.com/hashgraph-online"
  },
  "homepage": "https://hol.org/registry/plugins/hol%2Fregistry-broker-codex-plugin",
  "repository": "https://github.com/hashgraph-online/registry-broker-codex-plugin",
  "license": "Apache-2.0",
  "keywords": [
    "openai-codex",
    "codex-cli",
    "codex-plugin",
    "model-context-protocol",
    "mcp-server",
    "registry-broker",
    "ai-agents",
    "agentic-ai",
    "hedera"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Registry Broker",
    "shortDescription": "Codex wrapper for summon-first broker delegation",
    "longDescription": "A Codex-focused plugin wrapper around the canonical HOL Registry skill and CLI. Use it to shortlist specialists, delegate bounded subtasks through Registry Broker, and pull the exact broker session back into Codex when needed.",
    "developerName": "HOL",
    "category": "Coding",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://hol.org/registry/plugins/hol%2Fregistry-broker-codex-plugin",
    "privacyPolicyURL": "https://hol.org/privacy-policy/",
    "termsOfServiceURL": "https://hol.org/terms/",
    "defaultPrompt": [
      "Summon the best broker specialist for this bug and return a fix plan.",
      "Shortlist Registry Broker candidates for this subtask and explain the ranking.",
      "Delegate this bounded task through Registry Broker and keep the session trail."
    ],
    "brandColor": "#0F766E",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.svg",
    "screenshots": [
      "./assets/screenshot-summon.png",
      "./assets/screenshot-shortlist.png"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[registry-broker-codex-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/registry-broker-codex-plugin)