dashboard

A live web page that displays current subscription usage, forecasts, cost per one percent of usage, and recent sessions. A web dashboard is a browser-based interface served from your computer.

In plain words
What is it for?
Use it in a browser for interactive monitoring, or run the text-based TUI instead when working over SSH or without a browser. Claude costs shown are transcript-based lower bounds.
Why use it?
It gives you a continuously updating visual view of usage instead of requiring separate terminal commands.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/omrikais/cctally/dashboard
Clone the repo
git clone --depth 1 https://github.com/omrikais/cctally
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 29,986 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.29986
Opus 5 $0.00000 $0.14993
Sonnet 5 $0.00000 $0.05997
Haiku 4.5 $0.00000 $0.02999

Measured 3d ago against content hash 491ea39672ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dashboard scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| `GET /api/data` | One-shot JSON snapshot (curl-friendly). It retains the legacy Claude fields and appends source-aware backend fields (`source_schema_version`, `default_source`, `source_order`, `sources`). It serves th
docs/commands/dashboard.md · 746 lines

How it starts

The opening of the file, as written. The whole thing — 746 lines — stays where its author put it; the contents beside it link to each section on GitHub.

dashboard

Launch a live web dashboard rendering your current subscription usage, forecast, $/1% trend, and recent sessions. Coexists with the tui subcommand — use tui over SSH or when a browser isn't available.

Claude cost coverage: Claude dollar and token totals in the dashboard are transcript-derived lower bounds, not exact /usage billing totals. Codex accounting is unaffected.

Usage

cctally dashboard [--host H] [--port N] [--no-browser]
                                      [--sync-interval SEC] [--no-sync]
                                      [--tz TZ]

Or via the wrapper:

cctally-dashboard [...same flags...]

Flags

Flag Default Purpose
--host H 127.0.0.1 (loopback) Interface to bind. 127.0.0.1 binds loopback only (this machine); 0.0.0.0 binds all interfaces (LAN-accessible). Resolution order: --host flag > dashboard.bind config > default. See LAN access and Threat model below.
--port N 8789 TCP port to bind. Change if 8789 is taken.
--no-browser off Skip auto-opening the browser (useful for SSH tunnels).
--sync-interval SEC 5 Floor on the cooldown between background snapshot rebuilds, in seconds. This is not the publish period — see Background sync cadence.
--no-sync off Freeze data to snapshot at startup (for debugging / fixtures).
--tz TZ config Display timezone for this call (local, utc, or IANA, e.g. America/New_York). Overrides config display.tz. See Display timezone for the full contract (parsing scope, JSON UTC invariant).

Passing --tz at startup pins the display tz for the server's lifetime. While pinned, the Settings UI's "Display timezone" form is disabled and POST /api/settings returns 409 if a client tries to change display.tz. Without --tz, the dashboard reads (and the Settings UI mirrors) the persisted display.tz config; restart without --tz to re-enable Settings-driven changes.

Read the full file on GitHub · 746 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 746 lines · 0 tokens per session scan A 491ea39672ac

Subscribe to this mod's changes

dashboard is a command published in the GitHub repository omrikais/cctally (5 stars, last pushed 4d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 29,986 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.