rank_windows
Rank multiple time windows (7d, 30d, 90d, all-time) in one API call by pasting usage dashboard tables. Parse and score each window independently without submitting to the leaderboard.
Instructions
Rank all four time windows (7d/30d/90d/all-time) in one call from a dashboard paste — paste the full table from ccusage, tokscale, or the Claude Max usage dashboard and get the cascade (Υ, SNR, Leverage, Velocity, 10xDEV, class, card) for each window. Each window is parsed and scored independently. Named keys required (input/output/cacheCreate/cacheRead); positional order is NOT safe here (dashboards list cache_read before cache_create — see WINDOWED_PROFILES gotcha). Omit windows you don't have — partial input is allowed (1–4 windows). Does NOT submit to the board; use tokenpull_submit for zero-paste publishing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 7d | No | ccusage/tokscale paste or JSON for the 7-day window (optional) | |
| 30d | No | ccusage/tokscale paste or JSON for the 30-day window (optional) | |
| 90d | No | ccusage/tokscale paste or JSON for the 90-day window (optional) | |
| all | No | ccusage/tokscale paste or JSON for the all-time window (optional) | |
| source_tool | No | which token reader produced the paste (for cross-tool variance tracking) |