Mission control plugin health
Skill MN755/Codex-Mission_Control/plugins/mission-control/skills/mission-control-plugin-health
Run a Mission Control plugin, daemon, and bridge health check. Use when the user wants to verify daemon status, MCP connectivity, skills availability, runner registry, local binding, or general bridge health from Codex chat.From its SKILL.md
npx -y skills add MN755/Codex-Mission_Control --skill mission-control-plugin-healthAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.0 KB, 365 tokens by cl100k_base, as published. Nobody here has run it
Mission Control Plugin Health
Purpose
Check the health of the Mission Control bridge surfaces that Codex depends on.
The Codex chat agent is not the Mission Control Manager. It is the bridge between the user and the Mission Control Manager.
Use when
- Mission Control seems unreachable or partially broken.
- The user asks whether the plugin or daemon is healthy.
- A setup problem blocks orchestration.
Workflow
- Call
mission_control_plugin_healthwhen available. - Review status resources and summarize daemon, MCP, skills, runner registry, runtime folder, local binding, and optional dashboard state.
- Return a concise health report and likely next fix.
Mission Control calls
Tools:
mission_control_plugin_healthmission_control_get_status
Resources:
mission-control://projects/{project_id}/diagnosticsmission-control://projects/{project_id}/status
User-facing output
- Check daemon, MCP, skills, Codex CLI, runner registry, runtime folder, localhost binding, and optional dashboard status.
- Report failures as specific components, not a vague 'it is broken.'
Approval behavior
Health reads are read-only. If the user wants a repair action that changes config or restarts components, get explicit approval first.
Never do
- Do not pretend health is good when connectivity is partial.
- Do not dump raw diagnostics logs by default.
- Do not force dashboard UI involvement.
Failure and fallback
If the dedicated health tool is absent, use diagnostics and status resources to produce a best-effort bridge health summary and label missing checks clearly. If the plugin registered with only partial MCP exposure, say that directly instead of flattening it into a generic outage.
Example invocation
Run a Mission Control plugin health check.
What ships with it: 1 file
145 B alongside SKILL.md
agents/
- openai.yaml145 B