List/inspect/watch local OpenAI Codex sessions (CLI + VS Code) using the CodexMonitor Homebrew formula.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill monitor-codex-cli-sessions --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Monitor Codex Cli Sessions?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-monitor-codex-cli-sessions)More formats (shields.io, HTML) on the badges page.
---
name: monitor-codex-cli-sessions
description: "List/inspect/watch local OpenAI Codex sessions (CLI + VS Code) using the CodexMonitor Homebrew formula."
category: "AI & Agents"
author: community
version: "0.1.0"
icon: bot
---
# codexmonitor
Use `codexmonitor` to browse local OpenAI Codex sessions stored in `~/.codex/sessions`.
## Requirements
- macOS
- Codex installed and producing sessions (CLI and/or VS Code extension)
## Install (Homebrew)
```sh
brew tap cocoanetics/tap
brew install codexmonitor
```
## Common commands
- List sessions (day): `codexmonitor list 2026/01/08`
- List sessions (day, JSON): `codexmonitor list --json 2026/01/08`
- Show a session: `codexmonitor show <session-id>`
- Show with ranges: `codexmonitor show <session-id> --ranges 1...3,26...28`
- Show JSON: `codexmonitor show <session-id> --json`
- Watch all: `codexmonitor watch`
- Watch specific: `codexmonitor watch --session <session-id>`
## Notes
- `codexmonitor` reads sessions from `~/.codex/sessions/YYYY/MM/DD/`.
- Sessions can be resumed/appended by id via Codex: `codex exec resume <SESSION_ID> "message"`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!