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