Files
Redredchen01 9225922a10 Clarify third-party status: not an xAI official plugin
Remove “official plugin format” wording; state community ownership
and local plugin install only in README, package, skill, and install copy.
2026-07-17 16:48:16 +08:00

14 lines
436 B
JSON

{
"name": "grok-build-hud-local",
"description": "Local marketplace entry for the grok-build-hud Grok plugin",
"owner": { "name": "Redredchen01" },
"plugins": [
{
"name": "grok-build-hud",
"source": { "type": "local", "path": ".." },
"description": "Third-party Grok Build status strip (not xAI official) — context, quota, tokens, tools; same-window tmux HUD",
"category": "monitoring"
}
]
}