Collection · 10 entries
Tools for OpenAI Codex CLI
The Codex-aware slice of the directory: orchestration, observability, sandboxes, and bridges built specifically for the OpenAI Codex runtime.
Codex shows up in this directory mostly alongside Claude Code - most of the interesting tooling is dual-engine. The picks below are the ones where Codex support is first-class, not bolted on: token cost dashboards (codeburn), session monitors (abtop, lazyagent, agent-deck), parallel runners (parallel-code), and remote bridges (cc-telegram-bridge, paseo).
Codeburn - token cost TUI for Claude Code & Codex
Interactive terminal dashboard that breaks down where your AI coding tokens actually go. Surfaces the chat-vs-tool-use split most users get wrong.
agents-md - drop-in AGENTS.md template
Curated AGENTS.md preset that kills sycophancy, blocks drive-by refactors, and forces verification loops. Synthesizes Karpathy's principles with Cherny's Claude Code workflow.
abtop - htop for AI coding agents
Rust TUI that monitors Claude Code and Codex sessions: token spend, context window, rate limits, and ports in real time. Like btop but for agent runtimes.
lazyagent - terminal observability for coding agents
Watch your Claude Code, Codex, and OpenCode sessions from a tiny Go TUI. Shows what each agent is doing, no SaaS dashboard needed.
cc-telegram-bridge - Codex & Claude Code on Telegram
Multi-bot, multi-engine Telegram bridge with per-bot personality, budget caps, streaming, session resume, and an Agent Bus for parallel pipelines.
agent-deck - terminal session manager for coding agents
One Bubble Tea TUI to switch between Claude, Gemini, OpenCode, Codex, and Aider sessions. Tabs, tmux feel, no electron.
parallel-code - Claude, Codex, Gemini side-by-side
Runs three coding agents in parallel git worktrees so you can compare outputs on the same task without branch swaps.
Codesight - universal AI context generator
Trims and packs codebase context for Claude Code, Cursor, Copilot, and Codex. Saves thousands of tokens per conversation by skipping vendor and generated trees.
Paseo - orchestrate coding agents from your phone
Mobile, desktop, and CLI control plane for Claude Code, Codex, Copilot, and Gemini. Kick off a task in transit and finish at the desk.
agentfiles - manage agent configs from Obsidian
Browse, create, and edit AGENTS.md, .cursor, .codex, and 13+ other agent files from inside Obsidian. Cross-tool config without leaving notes.
Related collections
Claude Code tools, plugins, and integrations
The best tools, MCP servers, and harnesses for getting more out of Claude Code - orchestration, observability, telemetry, and remote control.
Observability for AI coding agents
Tools that show you what your coding agents are actually doing: token spend, session state, tool calls, and parallel execution.