codex-monitor

Orchestrate Codex-based Agent Tracer monitoring with a persistent runtimeSessionId.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/belljun3395/agent-tracer --skill codex-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-monitor
Source: https://github.com/belljun3395/agent-tracer/tree/main/.agents/skills/codex-monitor
Command: npx skills add https://github.com/belljun3395/agent-tracer --skill codex-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex-based Agent Tracer monitoring requires a reliable orchestration between the Codex CLI, MCP tools, and a monitor-server. When the monitor-server is unavailable, tasks should continue and a final gap report should be generated to keep workflows observable.

Core Features & Use Cases

  • End-to-end Codex monitoring for Agent Tracer using the codex-skill runtimeSource and MCP tooling.
  • Seamless runtime session management with a persistent runtimeSessionId across turns and automatic gap reporting when connectivity is degraded.
  • Workflow discovery and coordination for similar tasks, ensuring traceability and observability in Codex-driven workflows.

Quick Start

Verify the monitor-server is available and start monitoring; if unavailable, continue work and report gaps at the end.

Frequently Asked Questions about codex-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor Codex CLI workflows with Agent Tracer?

You can monitor Codex CLI workflows by using a runtime source that applies persistent runtimeSessionId management across turns, calling MCP tools like monitor_runtime_session_ensure and monitor_assistant_response to orchestrate end-to-end tasks and maintain traceability.

What happens to Agent Tracer monitoring when the monitor-server is unavailable?

When the monitor-server is unavailable, Agent Tracer monitoring continues the workflow tasks uninterrupted and generates a final gap report at the end to ensure degraded connectivity remains observable.

How do I manage a persistent runtime session ID across Codex turns?

To manage a persistent runtime session ID across Codex turns, use a codex-skill runtimeSource that calls monitor_runtime_session_ensure at the start and monitor_runtime_session_end upon completion to coordinate the workflow.

Can I discover similar workflows during Codex-driven task monitoring?

Yes, workflow discovery and coordination for similar tasks is supported during Codex-driven task monitoring, ensuring full traceability and observability throughout the orchestrated workflow lifecycle.

Do I need MCP tools to coordinate end-to-end Codex monitoring?

Yes, you need MCP tools to coordinate end-to-end Codex monitoring, as the workflow relies on calling monitor_runtime_session_ensure, monitor_assistant_response, and monitor_runtime_session_end to orchestrate tasks and report gaps.

Why does Codex workflow monitoring require gap reporting?

Codex workflow monitoring requires gap reporting to maintain observability when the monitor-server experiences degraded connectivity, ensuring any unmonitored portions of the runtime session are documented at the end.