report-codex-usage
Installation
SKILL.md
Report Codex Usage
Generate reports with the bundled deterministic script. Do not recreate the aggregation logic in the prompt.
Run a report
Run from the skill directory:
scripts/report_codex_usage --date yesterday --timezone Asia/Seoul --format markdown
Use an explicit date for reproducible historical reports:
scripts/report_codex_usage --date 2026-07-31 --timezone Asia/Seoul --format markdown
Always use the launcher instead of invoking a language-specific implementation directly. It prefers the bundled Rust aggregator when Cargo is available and the locked release build succeeds, then automatically falls back to the bundled Python aggregator.