Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Access detailed call logs and usage analytics. Filter by provider, model, time range, status, and cost. Export logs and aggregate token usage across all connections.
.claude/skills/diegosouzapw-omni-usage-logs/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 79% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 445% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 64% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 209% | 0% |
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
Access detailed call logs and usage analytics. Filter by provider, model, time range, status, and cost. Export logs and aggregate token usage across all connections.
All requests require a valid Bearer token or session cookie. Obtain a token via POST /api/auth/login or configure REQUIRE_API_KEY=false for local development.
Get usage analytics
bashcurl https://localhost:20128/api/usage/analytics \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
Get call logs
bashcurl https://localhost:20128/api/usage/call-logs \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
Get a specific call log
bashcurl https://localhost:20128/api/usage/call-logs/{id} \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
Get usage for a specific connection
bashcurl https://localhost:20128/api/usage/{connectionId} \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
Get usage history
bashcurl https://localhost:20128/api/usage/history \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
Get usage logs
bashcurl https://localhost:20128/api/usage/logs \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
Get proxy logs
bashcurl https://localhost:20128/api/usage/proxy-logs \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
Get request logs
bashcurl https://localhost:20128/api/usage/request-logs \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
Get usage budget status
Returns current budget limits and consumption.
bashcurl https://localhost:20128/api/usage/budget \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
Configure usage budget
Set or update budget limits for usage tracking.
bashcurl -X POST https://localhost:20128/api/usage/budget \ -H "Authorization: Bearer $OMNIROUTE_TOKEN" \ -H "Content-Type: application/json" \ -d '{}'
Get prompt-cache health summary
Summarizes the write/read cache ratio from call_logs for a time window: distribution (p50/p90/p99/max of cache-write tokens), warm/cold/rewrite/uncached call counts, the "heavy write" outlier share (10x the window median, floored at 1024 tokens — Anthropic's cache-creation minimum), and a per-model breakdown. Only successful (status = 200) calls with a non-null cache column are counted.
bashcurl https://localhost:20128/api/usage/cache-health \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
Get per-model/provider latency statistics
Aggregates usage_history rows into per-(provider, model) latency stats (avg/p50/p95/p99, std-dev, TTFT, tokens/sec) over a rolling window. Falls back from successful-only to all-sample rows when the successful count is below minSamples.
bashcurl https://localhost:20128/api/usage/model-latency-stats \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET usage › budget › bulk
bashcurl https://localhost:20128/api/usage/budget/bulk \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET usage › codex reset credit
bashcurl https://localhost:20128/api/usage/codex-reset-credit \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
POST usage › codex reset credit
bashcurl -X POST https://localhost:20128/api/usage/codex-reset-credit \ -H "Authorization: Bearer $OMNIROUTE_TOKEN" \ -H "Content-Type: application/json" \ -d '{}'
GET usage › combo forecast
bashcurl https://localhost:20128/api/usage/combo-forecast \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET usage › combo health
bashcurl https://localhost:20128/api/usage/combo-health \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET usage › combo health autopilot
bashcurl https://localhost:20128/api/usage/combo-health-autopilot \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET usage › combo health dashboard
bashcurl https://localhost:20128/api/usage/combo-health-dashboard \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET usage › combo scoring inspector
bashcurl https://localhost:20128/api/usage/combo-scoring-inspector \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET usage › combo trace › <id>
bashcurl https://localhost:20128/api/usage/combo-trace/{id} \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET usage › om usage
bashcurl https://localhost:20128/api/usage/om-usage \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET usage › provider limits
bashcurl https://localhost:20128/api/usage/provider-limits \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
POST usage › provider limits
bashcurl -X POST https://localhost:20128/api/usage/provider-limits \ -H "Authorization: Bearer $OMNIROUTE_TOKEN" \ -H "Content-Type: application/json" \ -d '{}'
GET usage › provider window costs
bashcurl https://localhost:20128/api/usage/provider-window-costs \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET usage › quota
bashcurl https://localhost:20128/api/usage/quota \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET usage › requests by provider date
bashcurl https://localhost:20128/api/usage/requests-by-provider-date \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET usage › route explain › <id>
bashcurl https://localhost:20128/api/usage/route-explain/{id} \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET usage › token limits
bashcurl https://localhost:20128/api/usage/token-limits \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
POST usage › token limits
bashcurl -X POST https://localhost:20128/api/usage/token-limits \ -H "Authorization: Bearer $OMNIROUTE_TOKEN" \ -H "Content-Type: application/json" \ -d '{}'
DELETE usage › token limits
bashcurl -X DELETE https://localhost:20128/api/usage/token-limits \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET usage › utilization
bashcurl https://localhost:20128/api/usage/utilization \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
See the full OpenAPI specification at GET /api/openapi/spec or docs/openapi.yaml for detailed request/response schemas.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 24,164 | 9,628 | -60% | 1 | 1 | 0% | 3,127 | 3,095 | -1% | 0 | 0 | — |
case-02 | fail→pass | 16,334 | 12,548 | -23% | 1 | 1 | 0% | 2,030 | 3,629 | +79% | 0 | 0 | — |
case-03 | fail→pass | 8,458 | 8,520 | +1% | 1 | 1 | 0% | 532 | 2,899 | +445% | 0 | 0 | — |
case-04 | fail→pass | 16,187 | 8,197 | -49% | 1 | 1 | 0% | 1,798 | 2,941 | +64% | 0 | 0 | — |
case-05 | fail→pass | 11,462 | 7,979 | -30% | 1 | 1 | 0% | 942 | 2,910 | +209% | 0 | 0 | — |
case-06 | fail→pass | 15,873 | 7,691 | -52% | 1 | 1 | 0% | 1,544 | 2,707 | +75% | 0 | 0 | — |
case-07 | fail→pass | 18,768 | 8,529 | -55% | 1 | 1 | 0% | 2,460 | 3,080 | +25% | 0 | 0 | — |
case-08 | fail→pass | 13,922 | 8,068 | -42% | 1 | 1 | 0% | 1,203 | 2,851 | +137% | 0 | 0 | — |
case-09 | fail→pass | 14,956 | 8,252 | -45% | 1 | 1 | 0% | 1,502 | 2,915 | +94% | 0 | 0 | — |
case-10 | fail→pass | 15,554 | 7,846 | -50% | 1 | 1 | 0% | 1,650 | 2,806 | +70% | 0 | 0 | — |
case-11 | fail→pass | 14,364 | 7,735 | -46% | 1 | 1 | 0% | 1,403 | 2,845 | +103% | 0 | 0 | — |
case-12 | fail→pass | 14,687 | 9,743 | -34% | 1 | 1 | 0% | 1,589 | 3,085 | +94% | 0 | 0 | — |
case-13 | fail→pass | 16,813 | 8,256 | -51% | 1 | 1 | 0% | 1,762 | 2,694 | +53% | 0 | 0 | — |
case-14 | fail→pass | 19,206 | 8,612 | -55% | 1 | 1 | 0% | 2,005 | 3,001 | +50% | 0 | 0 | — |
case-15 | fail→pass | 16,545 | 7,831 | -53% | 1 | 1 | 0% | 1,669 | 2,555 | +53% | 0 | 0 | — |
case-16 | fail→pass | 14,397 | 8,673 | -40% | 1 | 1 | 0% | 1,594 | 3,065 | +92% | 0 | 0 | — |
case-17 | fail→pass | 13,589 | 8,366 | -38% | 1 | 1 | 0% | 1,392 | 2,953 | +112% | 0 | 0 | — |
case-18 | fail→pass | 17,053 | 8,506 | -50% | 1 | 1 | 0% | 1,717 | 2,770 | +61% | 0 | 0 | — |
case-19 | fail→pass | 18,152 | 9,327 | -49% | 1 | 1 | 0% | 2,353 | 3,070 | +30% | 0 | 0 | — |
case-20 | fail→pass | 10,720 | 7,275 | -32% | 1 | 1 | 0% | 945 | 2,765 | +193% | 0 | 0 | — |
case-21 | fail→pass | 19,819 | 8,810 | -56% | 1 | 1 | 0% | 2,132 | 3,045 | +43% | 0 | 0 | — |
case-22 | pass→pass | 21,515 | 16,960 | -21% | 1 | 1 | 0% | 2,938 | 4,601 | +57% | 0 | 0 | — |
case-23 | pass→pass | 14,185 | 12,915 | -9% | 1 | 1 | 0% | 1,559 | 3,538 | +127% | 0 | 0 | — |
case-24 | pass→pass | 13,291 | 11,646 | -12% | 1 | 1 | 0% | 1,571 | 3,563 | +127% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 24 cases were attempted. The headline lift of +88 percentage points is the difference between those two pass rates over the 24 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
| Model | Method | Date | Lift |
|---|---|---|---|
| gemini-3.6-flash | verified | 8/26/2026 | +77% |
| gemini-3.6-flash | verified | 8/11/2026 | +73% |
Other measured skills in the registry, with their headline benchmark lift.