Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @odrobnik Updated 2/26/2026

Codex Monitor OpenClaw Skill - ClawHub

Do you want your AI agent to automate Codex Monitor workflows? This free skill from ClawHub helps with coding agents & ides tasks without building custom tools from scratch.

What this skill does

Browse OpenAI Codex session logs stored in ~/.codex/sessions. Provides list/show/watch helpers via the local Swift project at ~/Developer/CodexMonitor.

Install

npx clawhub@latest install codex-monitor

Full SKILL.md

Open original
namedescription
codex-monitorBrowse OpenAI Codex session logs stored in ~/.codex/sessions. Provides list/show/watch helpers via the local Swift project at ~/Developer/CodexMonitor.

codex-monitor

Use this skill to query Codex sessions on Oliver’s machine.

How it works

This skill runs the Swift executables from the local project:

  • ~/Developer/CodexMonitor
  • CLI: swift run CodexMonitor-CLI ...
  • App: swift run CodexMonitor-App

Commands

List sessions

  • Day (text): python3 skills/codex-monitor/codex_monitor.py list 2026/01/08
  • Day (JSON): python3 skills/codex-monitor/codex_monitor.py list --json 2026/01/08
  • Month: python3 skills/codex-monitor/codex_monitor.py list 2026/01
  • Year: python3 skills/codex-monitor/codex_monitor.py list 2026

Show a session (text)

  • python3 skills/codex-monitor/codex_monitor.py show <session-id>
  • With ranges: python3 skills/codex-monitor/codex_monitor.py show <session-id> --ranges 1...3,26...28
    • Open-ended: --ranges 5... (from #5 to end), --ranges ...10 (from start through #10)

Show a session (JSON)

  • python3 skills/codex-monitor/codex_monitor.py show <session-id> --json

Watch for changes

  • All sessions: python3 skills/codex-monitor/codex_monitor.py watch
  • Specific session: python3 skills/codex-monitor/codex_monitor.py watch --session <session-id>

Monitor (Menu Bar App)

  • Launch the menu bar monitor: python3 skills/codex-monitor/codex_monitor.py monitor

Notes

  • The underlying CLI may evolve; this wrapper passes through extra args.
  • If the Swift build is slow, consider building once (swift build) and then running the built binary.
Original URL: https://github.com/openclaw/skills/blob/main/skills/odrobnik/codex-monitor

Related skills

If this matches your use case, these are close alternatives in the same category.