agentsclimarketplace

Mission control plugin health

Skill MN755/Codex-Mission_Control/.codex/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

Install
npx -y skills add MN755/Codex-Mission_Control --skill mission-control-plugin-health

Assembled 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

  1. Call mission_control_plugin_health when available.
  2. Review status resources and summarize daemon, MCP, skills, runner registry, runtime folder, local binding, and optional dashboard state.
  3. Return a concise health report and likely next fix.

Mission Control calls

Tools:

  • mission_control_plugin_health
  • mission_control_get_status

Resources:

  • mission-control://projects/{project_id}/diagnostics
  • mission-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/

Keep looking

Skills are one crate of 326,852. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.