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