Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub davepoon/buildwithclaude --plugin codex-hudConfigure codex-hud statusline display options (guided interactive flow)
Show last 30 days Codex cost breakdown
Show today's Codex cost breakdown
Show last 7 days Codex cost breakdown
Configure or update the OpenAI Admin API key (enables /codex-hud:costs-*)
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Real-time session dashboard for Claude Code — cost tracking, analytics, and smart alerts
Unified status line for Claude Code with multi-CLI (Claude, Codex, Gemini, z.ai) usage monitoring, context, rate limits, and cost tracking
Claude Code statusline and quota tracker. Single Bash + jq file, no Node.js, no npm, with pace-aware rate limit tracking.
Zero-setup cost tracking and budget management for Claude Code. Real-time burn rate, budget guardrails, ASCII reports, and pre-task cost estimation — all without external dependencies.
Live API usage in Claude Code statusline - colored progress bars, Git info, tokens, session metrics, device tracking, and more
45% cost reduction measured. Cache expiry prevention, SubTask auto-delegation, zero-cost context restoration, real-time cost dashboard. The only Claude Code plugin built from CC source analysis.
A Claude Code plugin that displays OpenAI Codex usage and rate limits — right inside your Claude Code session.
Listed in Anthropic's community plugin marketplace and buildwithclaude.
If you use codex-plugin-cc to delegate tasks to Codex from Claude Code, you have no way to check your Codex rate limits without leaving your terminal. codex-hud fills that gap.
| Existing Tool | What It Does | What It Doesn't Do |
|---|---|---|
| claude-hud | Shows Claude Code context, tools, costs | No Codex/OpenAI data |
| codex-plugin-cc | Runs Codex tasks from Claude Code | No usage/rate limit tracking |
| ccusage | CLI tool for local log analysis | Not a Claude Code plugin |
| codex-hud | Codex usage + rate limits inside Claude Code | -- |
When paired with claude-hud, codex-hud adds Codex rate limits below the Claude Code statusline:
[Opus 4.6 (1M context)] <- claude-hud
my-project
Context ██░░░░░░░░ 19%
Usage █░░░░░░░░░ 14% (resets in 4h 37m)
Weekly ██░░░░░░░░ 22% (resets in 5d 18h)
── Codex team ── <- codex-hud
Usage █░░░░░░░░░ 1% (resets in 5h)
Weekly ░░░░░░░░░░ 0% (resets in 7d)
1 session | team
Anthropic-maintained directory, nightly-synced from the internal review pipeline.
/plugin marketplace add anthropics/claude-plugins-community
/plugin install codex-hud@claude-community
/plugin marketplace add davepoon/buildwithclaude
/plugin install codex-hud@buildwithclaude
/plugin marketplace add haenara-shin/codex-hud
/plugin install codex-hud@codex-hud
git clone https://github.com/haenara-shin/codex-hud.git
cd codex-hud
npm install && npm run build
Then in Claude Code:
/plugin marketplace add /path/to/codex-hud
/plugin install codex-hud@codex-hud
After installing the plugin, run:
/codex-hud:setup
This command is idempotent and only touches the statusline integration:
~/.claude/codex-hud-statusline.sh~/.claude/settings.json so the Codex rate limits appear below claude-hud's statuslineRestart Claude Code or run /reload-plugins to see the Codex statusline.
To enable dollar cost tracking (optional, requires OpenAI Admin API key):
/codex-hud:setup-key
To remove the statusline integration: node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" uninstall-statusline
If you use the Codex CLI or codex-plugin-cc, session logs at ~/.codex/sessions/ are parsed automatically. No configuration needed.
To see dollar costs, you need an OpenAI Admin API key:
sk-admin-...)/codex-hud:setup in Claude Code and enter the keyOr set the OPENAI_ADMIN_KEY environment variable.