skills$openclaw/codexmonitor
odrobnik6.9k

by odrobnik

codexmonitor – OpenClaw Skill

codexmonitor is an OpenClaw Skills integration for data analytics workflows. List/inspect/watch local OpenAI Codex sessions (CLI + VS Code) using the CodexMonitor Homebrew formula.

6.9k stars3.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namecodexmonitor
descriptionList/inspect/watch local OpenAI Codex sessions (CLI + VS Code) using the CodexMonitor Homebrew formula. OpenClaw Skills integration.
ownerodrobnik
repositoryodrobnik/codexmonitor
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @odrobnik/codexmonitor
last updatedFeb 7, 2026

Maintainer

odrobnik

odrobnik

Maintains codexmonitor in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
278 B
SKILL.md
1.3 KB
SKILL.md

name: codexmonitor description: List/inspect/watch local OpenAI Codex sessions (CLI + VS Code) using the CodexMonitor Homebrew formula. homepage: https://github.com/Cocoanetics/CodexMonitor metadata: {"clawdbot":{"emoji":"🧾","os":["darwin"],"requires":{"bins":["codexmonitor"]},"install":[{"id":"brew","kind":"brew","formula":"cocoanetics/tap/codexmonitor","bins":["codexmonitor"],"label":"Install codexmonitor (brew)"}]}}

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)

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".
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

- macOS - Codex installed and producing sessions (CLI and/or VS Code extension)

FAQ

How do I install codexmonitor?

Run openclaw add @odrobnik/codexmonitor in your terminal. This installs codexmonitor into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/odrobnik/codexmonitor. Review commits and README documentation before installing.