meter clockwork readout
clockwork CLI ↗
How to use meter

This dashboard starts with synthetic sample data. To see your own activity, load a clockwork export. The file stays in your browser and is never uploaded.

  1. Install the CLI:
    pip install clockwork-cli
  2. Generate an export:
    clockwork both export --tokens > clockwork-data.json
    Use claude or codex instead of both to scope to a single tool. Omit --tokens if you only need time and prompt views.

    Claude Code prunes local session transcripts by default, so a claude export only covers roughly the last 30 days (cleanupPeriodDays). Codex keeps its sessions until you delete them, so a codex export usually goes back further.

  3. Click Load .json above (or drag the file onto the page) to view it here.

Privacy: your browser reads the file locally with the File API. It never leaves your device. This site does not send it to GitHub or anywhere else. See the privacy policy.