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.
npx agentmods add commands/omrikais/cctally/dashboardgit clone --depth 1 https://github.com/omrikais/cctallyWhat 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.
| Model | Per session | Once 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 |
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 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
/usagebilling 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.
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.
- 3d ago First seen · 746 lines · 0 tokens per session scan A 491ea39672ac
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.
Other commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.