-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
52 lines (52 loc) · 1.94 KB
/
Copy pathplugin.json
File metadata and controls
52 lines (52 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"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": "hello@hashgraphonline.com",
"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"
]
}
}