Copy the command definition below into:
~/.claude/commands/costs-today.md---
description: Show today's Codex cost breakdown
allowed-tools: Bash(node:*)
---
```bash
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" costs --today
```
Present the output as-is to the user.