What problem does it solve? Tracking per-model AI spending requires manually parsing CodexBar's raw cost JSON logs. This Skill automates that analysis, turning local Codex and Claude usage logs into clear per-model cost summaries. ## Core Features & Use Cases - Current Model Detection: Identifies the most recently used model from daily breakdowns, picking the highest-cost model in the latest daily row with fallback to modelsUsed entries. - All-Models Aggregation: Aggregates total cost per model across daily rows, with optional filtering to the last N days. - Flexible Input and Output: Reads live CodexBar CLI output on macOS or accepts exported JSON via file/stdin on any platform, and renders results as text or JSON. - Use Case: A developer wants to know which Claude model cost the most this week. They run the summarizer with --provider claude --mode all --days 7 and get a ranked per-model cost breakdown. ## Quick Start Ask the assistant to summarize your current Codex model usage cost from CodexBar, optionally specifying the provider, mode, or a JSON input file.