share-v2

share-v2 is a command for coding agents from omrikais/cctally. It costs 0 tokens per session (4,652 once invoked), scanned A, original, Apache-2.0.

A browser-based interface for customizing and exporting dashboard panels as Markdown, HTML, or SVG. A dashboard panel is a section that displays related data.

In plain words
What is it for?
Use it to choose a template, adjust display settings, preview a panel, and export the result.
Why use it?
It removes the need to format dashboard results manually when sharing them with people or other tools.

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/share-v2
Clone the repo
git clone --depth 1 https://github.com/omrikais/cctally

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for share-v2

README.md
[![agentmods](https://agentmods.dev/badge/commands/omrikais/cctally/share-v2.svg)](https://agentmods.dev/commands/omrikais/cctally/share-v2)
Your own site
<a href="https://agentmods.dev/commands/omrikais/cctally/share-v2"><img src="https://agentmods.dev/badge/commands/omrikais/cctally/share-v2.svg" alt="Measured on agentmods" height="20"></a>
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 4,652 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.04652
Opus 5 $0.00000 $0.02326
Sonnet 5 $0.00000 $0.00930
Haiku 4.5 $0.00000 $0.00465

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

Security

Grade A, and why

share-v2 scanned grade A with 0 findings 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 4d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

docs/commands/share-v2.md · 295 lines

How it starts

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

Share v2 — dashboard share GUI

cctally's dashboard ships an in-browser share GUI that lets you customize and export any share-capable panel as Markdown, HTML, or SVG. This page documents the GUI surface (M1 release).

For the command-line share surface (--format on reporting subcommands), see share.md. The two share paths use the same underlying render kernel (bin/_lib_share.py), so output is byte-stable across them.

Claude cost coverage: Dashboard share artifacts inherit the transcript-derived lower-bound contract for Claude dollar and token totals. Codex accounting is unaffected.

Overview

Each share-capable dashboard panel (and its detail modal) renders a header share icon () next to the existing controls. Click it (or Tab to a panel action such as its icon and press Shift+S) to open the share modal, which lets you choose a template, tune knobs, preview the result live, and export.

Surface Behavior
Panel header Opens the share modal for that panel.
Modal header Opens the share modal layered above the panel modal. Closing share returns to the underlying modal — it does not unmount.
Keyboard Shift+S Opens the share modal for the currently-focused panel. (See Keyboard.)

Not share-capable: the Alerts panel and the Cache Report panel have no share icon. Alerts is a notification stream rather than a snapshotted data view; Cache Report is the one remaining data panel with no share kernel behind it.

Share modal anatomy

┌────────────────────────────────────────────────────────────┐
│ Share Weekly Report                                    ⤬   │
├────────────────────────────────────────────────────────────┤
│  [Recap]   [Visual]   [Detail]                             │
├────────────────────────────────────────────────────────────┤
│  ┌─────────────────────┬─────────────────────────────────┐ │
│  │ Period: This week ▾ │  ┌────────────────────────────┐ │ │
│  │ Theme:  ◉ light ○ dk│  │ sandboxed preview iframe   │ │ │
│  │ Top-N:  [10  ]      │  │ (live re-render on knob    │ │ │
│  │ Projects: all (n/a) │  │  changes, 200 ms debounce) │ │ │
│  │ Show chart  ☑       │  └────────────────────────────┘ │ │
│  │ Show table  ☑       │                                  │ │
│  │ Anon on export ☑    │                                  │ │
│  └─────────────────────┴─────────────────────────────────┘ │
├────────────────────────────────────────────────────────────┤
│  Format: ◉ md ○ html ○ svg          [Save preset…]         │
│  [Copy] [Download] [Open] [PNG] [Print → PDF] [+ Basket]   │
└────────────────────────────────────────────────────────────┘

Read the full file on GitHub · 295 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. 4d ago First seen · 295 lines · 0 tokens per session scan A 62542f7244c0

Subscribe to this mod's changes

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