tokentracker-cli 0.6.4 → 0.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dashboard/dist/assets/{main-CviVBKeR.js → main-BwgZTxRK.js} +2 -2
- package/dashboard/dist/feed.xml +22 -6
- package/dashboard/dist/index.html +167 -46
- package/dashboard/dist/llms.txt +33 -2
- package/dashboard/dist/share.html +7 -9
- package/dashboard/dist/sitemap.xml +16 -2
- package/dashboard/dist/wrapped-2025.html +2 -2
- package/package.json +1 -1
- package/src/lib/pricing/seed-snapshot.json +1 -1
|
@@ -110,14 +110,14 @@ landing.meta.title,landing,LandingPage,Meta,title,"Token Tracker — Token Usage
|
|
|
110
110
|
landing.meta.description,landing,LandingPage,Meta,description,"Automatically monitor token usage across Claude Code, Cursor, Codex, and more. Local-first, privacy-focused, and zero manual configuration.",,active
|
|
111
111
|
landing.meta.og_site_name,landing,LandingPage,Meta,og_site_name,"Token Tracker",,active
|
|
112
112
|
landing.meta.og_type,landing,LandingPage,Meta,og_type,"website",,active
|
|
113
|
-
landing.meta.og_image,landing,LandingPage,Meta,og_image,"https://www.tokentracker.cc/
|
|
113
|
+
landing.meta.og_image,landing,LandingPage,Meta,og_image,"https://www.tokentracker.cc/dashboard-dark.png",,active
|
|
114
114
|
landing.meta.og_url,landing,LandingPage,Meta,og_url,"https://www.tokentracker.cc/",,active
|
|
115
115
|
landing.meta.twitter_card,landing,LandingPage,Meta,twitter_card,"summary_large_image",,active
|
|
116
116
|
share.meta.title,share,SharePage,Meta,title,"Token Tracker Share",,active
|
|
117
117
|
share.meta.description,share,SharePage,Meta,description,"Share a Token Tracker dashboard snapshot with token usage insights across models, projects, and time windows.",,active
|
|
118
118
|
share.meta.og_site_name,share,SharePage,Meta,og_site_name,"Token Tracker",,active
|
|
119
119
|
share.meta.og_type,share,SharePage,Meta,og_type,"website",,active
|
|
120
|
-
share.meta.og_image,share,SharePage,Meta,og_image,"https://www.tokentracker.cc/
|
|
120
|
+
share.meta.og_image,share,SharePage,Meta,og_image,"https://www.tokentracker.cc/dashboard-dark.png",,active
|
|
121
121
|
share.meta.og_url,share,SharePage,Meta,og_url,"https://www.tokentracker.cc/share",,active
|
|
122
122
|
share.meta.twitter_card,share,SharePage,Meta,twitter_card,"summary_large_image",,active
|
|
123
123
|
landing.seo.point1,landing,LandingPage,LandingPage,seo_point_1,"Auto-track AI CLI token usage with zero manual steps.",,active
|
package/dashboard/dist/feed.xml
CHANGED
|
@@ -3,16 +3,32 @@
|
|
|
3
3
|
<channel>
|
|
4
4
|
<title>Token Tracker Updates</title>
|
|
5
5
|
<link>https://www.tokentracker.cc/</link>
|
|
6
|
-
<description>Product updates for Token Tracker token
|
|
6
|
+
<description>Product updates for Token Tracker — the local-first token usage tracker for AI coding agent CLIs.</description>
|
|
7
7
|
<language>en-us</language>
|
|
8
|
-
<lastBuildDate>
|
|
8
|
+
<lastBuildDate>Thu, 07 May 2026 00:00:00 GMT</lastBuildDate>
|
|
9
9
|
|
|
10
10
|
<item>
|
|
11
|
-
<title>
|
|
11
|
+
<title>v0.6.4 — Project usage attribution and token formatting fixes</title>
|
|
12
12
|
<link>https://www.tokentracker.cc/</link>
|
|
13
|
-
<guid isPermaLink="
|
|
14
|
-
<pubDate>
|
|
15
|
-
<description>
|
|
13
|
+
<guid isPermaLink="false">https://www.tokentracker.cc/#v0.6.4</guid>
|
|
14
|
+
<pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
|
|
15
|
+
<description>Auto-verify projects from canonical git owner/repo paths, align dev and production endpoints for project attribution, and format token numbers with thousands separators across the dashboard.</description>
|
|
16
|
+
</item>
|
|
17
|
+
|
|
18
|
+
<item>
|
|
19
|
+
<title>v0.6.3 — Domain migrated to www.tokentracker.cc</title>
|
|
20
|
+
<link>https://www.tokentracker.cc/</link>
|
|
21
|
+
<guid isPermaLink="false">https://www.tokentracker.cc/#v0.6.3</guid>
|
|
22
|
+
<pubDate>Sun, 04 May 2026 00:00:00 GMT</pubDate>
|
|
23
|
+
<description>Production domain migrated to www.tokentracker.cc with apex 307 redirect and updated canonical URLs.</description>
|
|
24
|
+
</item>
|
|
25
|
+
|
|
26
|
+
<item>
|
|
27
|
+
<title>13 AI coding agent CLIs supported</title>
|
|
28
|
+
<link>https://www.tokentracker.cc/</link>
|
|
29
|
+
<guid isPermaLink="false">https://www.tokentracker.cc/#providers-13</guid>
|
|
30
|
+
<pubDate>Mon, 28 Apr 2026 00:00:00 GMT</pubDate>
|
|
31
|
+
<description>Track Claude Code, Codex, Cursor, Gemini, OpenCode, OpenClaw, Every Code, Kiro, Hermes Agent, GitHub Copilot, Kimi Code, oh-my-pi, and CodeBuddy in one unified dashboard.</description>
|
|
16
32
|
</item>
|
|
17
33
|
</channel>
|
|
18
34
|
</rss>
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
<meta property="og:site_name" content="Token Tracker" />
|
|
9
9
|
<meta property="og:title" content="Token Tracker — Token Usage Tracker for AI Agent CLIs" />
|
|
10
10
|
<meta property="og:description" content="Automatically monitor token usage across Claude Code, Cursor, Codex, and more. Local-first, privacy-focused, and zero manual configuration." />
|
|
11
|
-
<meta property="og:image" content="https://www.tokentracker.cc/
|
|
11
|
+
<meta property="og:image" content="https://www.tokentracker.cc/dashboard-dark.png" />
|
|
12
12
|
<meta property="og:type" content="website" />
|
|
13
13
|
<meta property="og:url" content="https://www.tokentracker.cc/" />
|
|
14
14
|
<meta name="twitter:card" content="summary_large_image" />
|
|
15
15
|
<meta name="twitter:title" content="Token Tracker — Token Usage Tracker for AI Agent CLIs" />
|
|
16
16
|
<meta name="twitter:description" content="Automatically monitor token usage across Claude Code, Cursor, Codex, and more. Local-first, privacy-focused, and zero manual configuration." />
|
|
17
|
-
<meta name="twitter:image" content="https://www.tokentracker.cc/
|
|
17
|
+
<meta name="twitter:image" content="https://www.tokentracker.cc/dashboard-dark.png" />
|
|
18
18
|
<link rel="canonical" href="https://www.tokentracker.cc/" />
|
|
19
19
|
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
|
|
20
20
|
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
@@ -80,7 +80,10 @@
|
|
|
80
80
|
"name": "Token Tracker",
|
|
81
81
|
"url": "https://www.tokentracker.cc/",
|
|
82
82
|
"logo": "https://www.tokentracker.cc/icon-512.png",
|
|
83
|
-
"sameAs": [
|
|
83
|
+
"sameAs": [
|
|
84
|
+
"https://github.com/mm7894215/TokenTracker",
|
|
85
|
+
"https://www.npmjs.com/package/tokentracker-cli"
|
|
86
|
+
]
|
|
84
87
|
},
|
|
85
88
|
{
|
|
86
89
|
"@type": "SoftwareApplication",
|
|
@@ -88,20 +91,68 @@
|
|
|
88
91
|
"applicationCategory": "DeveloperApplication",
|
|
89
92
|
"operatingSystem": "macOS, Linux, Windows",
|
|
90
93
|
"url": "https://www.tokentracker.cc/",
|
|
91
|
-
"downloadUrl": "https://www.npmjs.com/package/tokentracker",
|
|
92
|
-
"
|
|
94
|
+
"downloadUrl": "https://www.npmjs.com/package/tokentracker-cli",
|
|
95
|
+
"installUrl": "https://www.npmjs.com/package/tokentracker-cli",
|
|
96
|
+
"offers": {
|
|
97
|
+
"@type": "Offer",
|
|
98
|
+
"price": "0",
|
|
99
|
+
"priceCurrency": "USD"
|
|
100
|
+
},
|
|
101
|
+
"description": "Local-first token usage tracker for 13 AI coding agent CLIs: Claude Code, Codex, Cursor, Gemini, OpenCode, OpenClaw, Kiro, Hermes, GitHub Copilot, Kimi Code, oh-my-pi, CodeBuddy, and Every Code."
|
|
93
102
|
},
|
|
94
103
|
{
|
|
95
104
|
"@type": "WebSite",
|
|
96
105
|
"name": "Token Tracker",
|
|
97
106
|
"url": "https://www.tokentracker.cc/",
|
|
98
|
-
"description": "Track token usage across AI coding agent
|
|
107
|
+
"description": "Track token usage across AI coding agent CLIs with auditable, privacy-respecting metrics."
|
|
99
108
|
},
|
|
100
109
|
{
|
|
101
110
|
"@type": "WebPage",
|
|
102
111
|
"name": "Token Tracker Homepage",
|
|
103
112
|
"url": "https://www.tokentracker.cc/",
|
|
104
|
-
"description": "Install Token Tracker in one command and monitor token usage across AI coding agent
|
|
113
|
+
"description": "Install Token Tracker in one command and monitor token usage across AI coding agent CLIs."
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"@type": "BreadcrumbList",
|
|
117
|
+
"itemListElement": [
|
|
118
|
+
{
|
|
119
|
+
"@type": "ListItem",
|
|
120
|
+
"position": 1,
|
|
121
|
+
"name": "Home",
|
|
122
|
+
"item": "https://www.tokentracker.cc/"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"@type": "ListItem",
|
|
126
|
+
"position": 2,
|
|
127
|
+
"name": "Leaderboard",
|
|
128
|
+
"item": "https://www.tokentracker.cc/leaderboard"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"@type": "ListItem",
|
|
132
|
+
"position": 3,
|
|
133
|
+
"name": "Claude IP Check",
|
|
134
|
+
"item": "https://www.tokentracker.cc/ip-check"
|
|
135
|
+
}
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"@type": "ItemList",
|
|
140
|
+
"name": "Supported AI coding agent CLIs",
|
|
141
|
+
"itemListElement": [
|
|
142
|
+
{ "@type": "ListItem", "position": 1, "name": "Claude Code" },
|
|
143
|
+
{ "@type": "ListItem", "position": 2, "name": "Codex CLI" },
|
|
144
|
+
{ "@type": "ListItem", "position": 3, "name": "Cursor IDE" },
|
|
145
|
+
{ "@type": "ListItem", "position": 4, "name": "Gemini CLI" },
|
|
146
|
+
{ "@type": "ListItem", "position": 5, "name": "OpenCode" },
|
|
147
|
+
{ "@type": "ListItem", "position": 6, "name": "OpenClaw" },
|
|
148
|
+
{ "@type": "ListItem", "position": 7, "name": "Every Code" },
|
|
149
|
+
{ "@type": "ListItem", "position": 8, "name": "Kiro" },
|
|
150
|
+
{ "@type": "ListItem", "position": 9, "name": "Hermes Agent" },
|
|
151
|
+
{ "@type": "ListItem", "position": 10, "name": "GitHub Copilot" },
|
|
152
|
+
{ "@type": "ListItem", "position": 11, "name": "Kimi Code" },
|
|
153
|
+
{ "@type": "ListItem", "position": 12, "name": "oh-my-pi" },
|
|
154
|
+
{ "@type": "ListItem", "position": 13, "name": "CodeBuddy" }
|
|
155
|
+
]
|
|
105
156
|
},
|
|
106
157
|
{
|
|
107
158
|
"@type": "FAQPage",
|
|
@@ -111,15 +162,31 @@
|
|
|
111
162
|
"name": "How do I install Token Tracker?",
|
|
112
163
|
"acceptedAnswer": {
|
|
113
164
|
"@type": "Answer",
|
|
114
|
-
"text": "Run npx tokentracker
|
|
165
|
+
"text": "Run npx tokentracker-cli in your terminal. The CLI auto-detects installed AI coding tools, installs hooks, and starts a local dashboard at http://localhost:7680."
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"@type": "Question",
|
|
170
|
+
"name": "Which AI coding CLIs does Token Tracker support?",
|
|
171
|
+
"acceptedAnswer": {
|
|
172
|
+
"@type": "Answer",
|
|
173
|
+
"text": "Token Tracker supports 13 AI coding agent CLIs: Claude Code, Codex CLI, Cursor IDE, Gemini CLI, OpenCode, OpenClaw, Every Code, Kiro, Hermes Agent, GitHub Copilot, Kimi Code, oh-my-pi (omp), and CodeBuddy."
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"@type": "Question",
|
|
178
|
+
"name": "Is Token Tracker free and open source?",
|
|
179
|
+
"acceptedAnswer": {
|
|
180
|
+
"@type": "Answer",
|
|
181
|
+
"text": "Yes. Token Tracker is free and open source on GitHub at https://github.com/mm7894215/TokenTracker and published on npm as tokentracker-cli. The macOS menu bar app is also available via Homebrew tap mm7894215/tokentracker."
|
|
115
182
|
}
|
|
116
183
|
},
|
|
117
184
|
{
|
|
118
185
|
"@type": "Question",
|
|
119
|
-
"name": "
|
|
186
|
+
"name": "Does Token Tracker collect my prompts or conversations?",
|
|
120
187
|
"acceptedAnswer": {
|
|
121
188
|
"@type": "Answer",
|
|
122
|
-
"text": "Token Tracker
|
|
189
|
+
"text": "No. Token Tracker only records token counts, model names, timestamps, and project attribution. It never reads, stores, or uploads prompts, completions, or conversation content."
|
|
123
190
|
}
|
|
124
191
|
},
|
|
125
192
|
{
|
|
@@ -127,7 +194,15 @@
|
|
|
127
194
|
"name": "What does Token Tracker track?",
|
|
128
195
|
"acceptedAnswer": {
|
|
129
196
|
"@type": "Answer",
|
|
130
|
-
"text": "Token Tracker tracks
|
|
197
|
+
"text": "Token Tracker tracks input, output, cached, and cache-creation tokens per model, project, and time window. It also detects rate limits and subscription status for Claude, Codex, Cursor, Gemini, Kiro, and Antigravity."
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"@type": "Question",
|
|
202
|
+
"name": "Does Token Tracker work offline?",
|
|
203
|
+
"acceptedAnswer": {
|
|
204
|
+
"@type": "Answer",
|
|
205
|
+
"text": "Yes. Token Tracker is local-first. All parsing, aggregation, and dashboard rendering happens on your machine. Cloud sync is optional and used only for the public leaderboard."
|
|
131
206
|
}
|
|
132
207
|
}
|
|
133
208
|
]
|
|
@@ -135,73 +210,119 @@
|
|
|
135
210
|
]
|
|
136
211
|
}
|
|
137
212
|
</script>
|
|
138
|
-
<script type="module" crossorigin src="/assets/main-
|
|
213
|
+
<script type="module" crossorigin src="/assets/main-BwgZTxRK.js"></script>
|
|
139
214
|
<link rel="stylesheet" crossorigin href="/assets/main-HLMqEvtH.css">
|
|
140
215
|
</head>
|
|
141
216
|
<body>
|
|
142
217
|
<main class="aeo-seed-content" aria-label="Token Tracker AI-readable summary">
|
|
143
|
-
<h1>Token Tracker: Token usage tracker for AI agent CLIs</h1>
|
|
218
|
+
<h1>Token Tracker: Token usage tracker for AI coding agent CLIs</h1>
|
|
144
219
|
<p>
|
|
145
|
-
Token Tracker
|
|
146
|
-
|
|
147
|
-
|
|
220
|
+
Token Tracker is a free, open-source, local-first dashboard that automatically tracks token usage
|
|
221
|
+
across 13 AI coding agent CLIs in one place: Claude Code, Codex CLI, Cursor IDE, Gemini CLI, OpenCode,
|
|
222
|
+
OpenClaw, Every Code, Kiro, Hermes Agent, GitHub Copilot, Kimi Code, oh-my-pi (omp), and CodeBuddy.
|
|
223
|
+
It focuses on minimal data collection, auditable metrics, and clear visibility into model and project
|
|
224
|
+
usage. Token counts only — never prompts or conversation content.
|
|
148
225
|
</p>
|
|
149
226
|
|
|
150
227
|
<h2>Install in one command</h2>
|
|
151
|
-
<p><code>npx tokentracker
|
|
228
|
+
<p><code>npx tokentracker-cli</code></p>
|
|
229
|
+
<p>
|
|
230
|
+
On first run, the CLI auto-detects installed AI coding tools, installs the appropriate hooks
|
|
231
|
+
(SessionEnd hooks, TOML notify arrays, plugins, or passive log readers depending on the tool), and
|
|
232
|
+
starts a local dashboard at <code>http://localhost:7680</code>. macOS users can also install the
|
|
233
|
+
native menu bar app via <code>brew install --cask mm7894215/tokentracker/tokentracker</code>.
|
|
234
|
+
</p>
|
|
235
|
+
|
|
236
|
+
<h2>What you get after installing</h2>
|
|
152
237
|
<p>
|
|
153
|
-
|
|
154
|
-
|
|
238
|
+
Token Tracker runs entirely on your machine. After <code>npx tokentracker-cli</code>, a local
|
|
239
|
+
dashboard at <code>http://localhost:7680</code> exposes the following views — none of them require an
|
|
240
|
+
account, and your data never leaves your device unless you opt into cloud sync.
|
|
155
241
|
</p>
|
|
242
|
+
<ul>
|
|
243
|
+
<li><strong>Unified usage dashboard</strong> — input, output, cached, and cache-creation tokens across all 13 AI coding tools.</li>
|
|
244
|
+
<li><strong>Cost analysis</strong> — per-model pricing breakdown across 70+ models.</li>
|
|
245
|
+
<li><strong>Usage limits view</strong> — live rate-limit and subscription status for Claude, Codex, Cursor, Gemini, Kiro, and Antigravity.</li>
|
|
246
|
+
<li><strong>Project attribution</strong> — see which repository or workspace consumed which tokens.</li>
|
|
247
|
+
<li><strong>Activity heatmap & trend charts</strong> — GitHub-style contribution calendar plus day / week / month / total / custom-range charts.</li>
|
|
248
|
+
<li><strong>Skills browser</strong> — discover and install agent skills from the open ecosystem.</li>
|
|
249
|
+
<li><strong>macOS menu bar app & desktop widget</strong> — at-a-glance usage without opening the dashboard.</li>
|
|
250
|
+
</ul>
|
|
251
|
+
<p><em>Privacy by design</em>: token counts only, never prompts or conversation content. Local-first; cloud sync is optional and powers only the public leaderboard.</p>
|
|
156
252
|
|
|
157
|
-
<h2>
|
|
253
|
+
<h2>Supported AI coding agent CLIs</h2>
|
|
158
254
|
<ul>
|
|
159
|
-
<li>
|
|
160
|
-
<li>
|
|
161
|
-
<li>
|
|
255
|
+
<li><strong>Claude Code</strong> — Anthropic's official coding agent CLI; integrated via SessionEnd hook.</li>
|
|
256
|
+
<li><strong>Codex CLI</strong> — OpenAI Codex command-line agent; integrated via TOML notify array in <code>~/.codex/config.toml</code>.</li>
|
|
257
|
+
<li><strong>Cursor IDE</strong> — Cursor editor; usage fetched via local SQLite auth + CSV API.</li>
|
|
258
|
+
<li><strong>Gemini CLI</strong> — Google Gemini coding CLI; SessionEnd hook integration.</li>
|
|
259
|
+
<li><strong>OpenCode</strong> — open-source coding agent; plugin + SQLite audit.</li>
|
|
260
|
+
<li><strong>OpenClaw</strong> — modern session plugin integration.</li>
|
|
261
|
+
<li><strong>Every Code</strong> — Codex-compatible TOML notify hook.</li>
|
|
262
|
+
<li><strong>Kiro</strong> — SQLite + JSONL hybrid log reader.</li>
|
|
263
|
+
<li><strong>Hermes Agent</strong> — SQLite sessions table at <code>~/.hermes/state.db</code>.</li>
|
|
264
|
+
<li><strong>GitHub Copilot</strong> — OpenTelemetry file exporter integration (<code>COPILOT_OTEL_FILE_EXPORTER_PATH</code>).</li>
|
|
265
|
+
<li><strong>Kimi Code</strong> — passive <code>wire.jsonl</code> reader.</li>
|
|
266
|
+
<li><strong>oh-my-pi (omp)</strong> — passive JSONL session reader.</li>
|
|
267
|
+
<li><strong>CodeBuddy (Tencent)</strong> — Claude-Code fork; SessionEnd hook in <code>~/.codebuddy/settings.json</code>.</li>
|
|
162
268
|
</ul>
|
|
163
269
|
|
|
164
270
|
<h2>Who should use Token Tracker</h2>
|
|
165
271
|
<p>
|
|
166
|
-
Token Tracker is
|
|
272
|
+
Token Tracker is built for developers, founders, and engineering teams who rely on multiple AI coding
|
|
167
273
|
assistants and need a single place to understand token consumption. Instead of checking each tool
|
|
168
274
|
separately, you can compare usage trends by model, project, and time window in one dashboard.
|
|
169
275
|
</p>
|
|
170
276
|
<p>
|
|
171
|
-
Teams use Token Tracker to answer practical questions: which model is consuming the most budget,
|
|
172
|
-
a new workflow increases cost,
|
|
173
|
-
optimization, and reporting easier without
|
|
277
|
+
Teams use Token Tracker to answer practical questions: which model is consuming the most budget,
|
|
278
|
+
whether a new workflow increases cost, how a Pro plan is tracking against rate limits, and how token
|
|
279
|
+
usage shifts over days or weeks. This makes budgeting, optimization, and reporting easier without
|
|
280
|
+
introducing heavy tracking overhead.
|
|
174
281
|
</p>
|
|
282
|
+
|
|
283
|
+
<h2>How it works</h2>
|
|
175
284
|
<p>
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
285
|
+
Each supported tool emits usage data when a session ends. Token Tracker's parser
|
|
286
|
+
(<code>src/lib/rollout.js</code>) normalizes 9 distinct log formats into a unified schema: half-hour
|
|
287
|
+
UTC buckets keyed by <code>(source, model, hour_start)</code>. Aggregated buckets are written to
|
|
288
|
+
<code>queue.jsonl</code> and served from a local HTTP API on port 7680. The React dashboard reads
|
|
289
|
+
from those endpoints; cloud sync (optional) uploads bucketed counts to InsForge for the public
|
|
290
|
+
leaderboard.
|
|
179
291
|
</p>
|
|
180
292
|
|
|
181
293
|
<h2>Frequently asked questions</h2>
|
|
182
294
|
<h3>How do I install Token Tracker?</h3>
|
|
183
|
-
<p>Run <code>npx tokentracker
|
|
295
|
+
<p>Run <code>npx tokentracker-cli</code>. The CLI auto-detects your AI coding tools, installs hooks, and opens the dashboard.</p>
|
|
296
|
+
|
|
297
|
+
<h3>Which AI coding CLIs does Token Tracker support?</h3>
|
|
298
|
+
<p>Claude Code, Codex CLI, Cursor IDE, Gemini CLI, OpenCode, OpenClaw, Every Code, Kiro, Hermes Agent, GitHub Copilot, Kimi Code, oh-my-pi (omp), and CodeBuddy — 13 in total.</p>
|
|
299
|
+
|
|
300
|
+
<h3>Is Token Tracker free and open source?</h3>
|
|
301
|
+
<p>Yes. Source on GitHub at <a href="https://github.com/mm7894215/TokenTracker">github.com/mm7894215/TokenTracker</a>; npm package <code>tokentracker-cli</code>.</p>
|
|
184
302
|
|
|
185
|
-
<h3>
|
|
186
|
-
<p>
|
|
303
|
+
<h3>Does Token Tracker collect my prompts or conversations?</h3>
|
|
304
|
+
<p>No. Only token counts, model names, timestamps, and project attribution are recorded. Prompts and completions are never read or uploaded.</p>
|
|
187
305
|
|
|
188
306
|
<h3>What does Token Tracker track?</h3>
|
|
189
|
-
<p>
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
307
|
+
<p>Input, output, cached, and cache-creation tokens per model, project, and time window. It also surfaces rate limits and subscription status for Claude Pro, ChatGPT plans, Cursor, Gemini, Kiro, and Antigravity.</p>
|
|
308
|
+
|
|
309
|
+
<h3>Does Token Tracker work offline?</h3>
|
|
310
|
+
<p>Yes. Token Tracker is local-first. All parsing, aggregation, and dashboard rendering happen on your machine. Cloud sync is optional and powers only the public leaderboard.</p>
|
|
193
311
|
|
|
194
|
-
<
|
|
312
|
+
<h2>Resources</h2>
|
|
195
313
|
<ul>
|
|
196
|
-
<li><a href="/
|
|
197
|
-
<li><a href="/
|
|
198
|
-
<li><a href="/
|
|
199
|
-
<li><a href="/
|
|
200
|
-
<li><a href="/
|
|
201
|
-
<li><a href="
|
|
202
|
-
<li><a href="https://www.npmjs.com/package/tokentracker">NPM package</a></li>
|
|
203
|
-
<li><a href="https://github.com/anthropics/tokentracker">GitHub repository</a></li>
|
|
314
|
+
<li><a href="https://www.tokentracker.cc/">Homepage and install instructions</a></li>
|
|
315
|
+
<li><a href="https://www.tokentracker.cc/leaderboard">Public token usage leaderboard</a></li>
|
|
316
|
+
<li><a href="https://www.tokentracker.cc/ip-check">Claude IP region checker</a></li>
|
|
317
|
+
<li><a href="https://www.npmjs.com/package/tokentracker-cli">npm: tokentracker-cli</a></li>
|
|
318
|
+
<li><a href="https://github.com/mm7894215/TokenTracker">GitHub: mm7894215/TokenTracker</a></li>
|
|
319
|
+
<li><a href="https://github.com/mm7894215/TokenTracker/issues">Report an issue</a></li>
|
|
204
320
|
</ul>
|
|
321
|
+
<p>
|
|
322
|
+
<strong>Note:</strong> The usage dashboard, rate-limit panel, project attribution, skills browser,
|
|
323
|
+
and widget previews are part of the local app at <code>http://localhost:7680</code> after install —
|
|
324
|
+
they are not standalone public URLs.
|
|
325
|
+
</p>
|
|
205
326
|
</main>
|
|
206
327
|
|
|
207
328
|
<div id="root"></div>
|
package/dashboard/dist/llms.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Token Tracker LLMs Index
|
|
2
2
|
|
|
3
|
-
Token Tracker
|
|
3
|
+
Token Tracker is a free, open-source, local-first token usage tracker for 13 AI coding
|
|
4
|
+
agent CLIs: Claude Code, Codex CLI, Cursor IDE, Gemini CLI, OpenCode, OpenClaw, Every Code,
|
|
5
|
+
Kiro, Hermes Agent, GitHub Copilot, Kimi Code, oh-my-pi (omp), and CodeBuddy.
|
|
4
6
|
|
|
5
7
|
## Canonical URL
|
|
6
8
|
- [Homepage](https://www.tokentracker.cc/)
|
|
@@ -8,15 +10,44 @@ Token Tracker tracks token usage across AI coding agent clients (Claude Code, Co
|
|
|
8
10
|
## Priority URLs
|
|
9
11
|
- [Homepage](https://www.tokentracker.cc/)
|
|
10
12
|
- [Leaderboard](https://www.tokentracker.cc/leaderboard)
|
|
13
|
+
- [Claude IP check](https://www.tokentracker.cc/ip-check)
|
|
14
|
+
|
|
15
|
+
## Post-install (local) views
|
|
16
|
+
After running `npx tokentracker-cli`, these views are available at http://localhost:7680
|
|
17
|
+
on the user's own machine — they are not public URLs:
|
|
18
|
+
- Usage dashboard, cost analysis, usage limits panel
|
|
19
|
+
- Project attribution, activity heatmap, trend charts
|
|
20
|
+
- Skills browser, widget gallery, settings
|
|
11
21
|
|
|
12
22
|
## Product
|
|
13
23
|
- Install command: `npx tokentracker-cli`
|
|
14
|
-
-
|
|
24
|
+
- macOS app: `brew install --cask mm7894215/tokentracker/tokentracker`
|
|
25
|
+
- [npm package](https://www.npmjs.com/package/tokentracker-cli)
|
|
15
26
|
- [Source repository](https://github.com/mm7894215/TokenTracker)
|
|
27
|
+
- [Homebrew tap](https://github.com/mm7894215/homebrew-tokentracker)
|
|
28
|
+
|
|
29
|
+
## Supported AI coding agent CLIs (13)
|
|
30
|
+
- Claude Code (Anthropic) — SessionEnd hook
|
|
31
|
+
- Codex CLI (OpenAI) — TOML notify array
|
|
32
|
+
- Cursor IDE — local SQLite + CSV API
|
|
33
|
+
- Gemini CLI (Google) — SessionEnd hook
|
|
34
|
+
- OpenCode — plugin + SQLite audit
|
|
35
|
+
- OpenClaw — session plugin
|
|
36
|
+
- Every Code — TOML notify array
|
|
37
|
+
- Kiro — SQLite + JSONL hybrid
|
|
38
|
+
- Hermes Agent — SQLite sessions table (~/.hermes/state.db)
|
|
39
|
+
- GitHub Copilot — OpenTelemetry file exporter
|
|
40
|
+
- Kimi Code — passive wire.jsonl reader
|
|
41
|
+
- oh-my-pi (omp) — passive JSONL reader
|
|
42
|
+
- CodeBuddy (Tencent) — SessionEnd hook (Claude Code fork)
|
|
16
43
|
|
|
17
44
|
## Policy and Discovery
|
|
18
45
|
- [llms.txt](https://www.tokentracker.cc/llms.txt)
|
|
46
|
+
- [sitemap.xml](https://www.tokentracker.cc/sitemap.xml)
|
|
47
|
+
- [feed.xml](https://www.tokentracker.cc/feed.xml)
|
|
48
|
+
- [robots.txt](https://www.tokentracker.cc/robots.txt)
|
|
19
49
|
- Data principle: token counts only, never prompts or conversation content.
|
|
50
|
+
- Local-first: all parsing, aggregation, and dashboard rendering happen on-device. Cloud sync is optional.
|
|
20
51
|
|
|
21
52
|
## Contact
|
|
22
53
|
- [GitHub issues](https://github.com/mm7894215/TokenTracker/issues)
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
<meta property="og:site_name" content="Token Tracker" />
|
|
9
9
|
<meta property="og:title" content="Token Tracker Share" />
|
|
10
10
|
<meta property="og:description" content="Share a Token Tracker dashboard snapshot with token usage insights across models, projects, and time windows." />
|
|
11
|
-
<meta property="og:image" content="https://www.tokentracker.cc/
|
|
11
|
+
<meta property="og:image" content="https://www.tokentracker.cc/dashboard-dark.png" />
|
|
12
12
|
<meta property="og:type" content="website" />
|
|
13
13
|
<meta property="og:url" content="https://www.tokentracker.cc/share" />
|
|
14
14
|
<meta name="twitter:card" content="summary_large_image" />
|
|
15
15
|
<meta name="twitter:title" content="Token Tracker Share" />
|
|
16
16
|
<meta name="twitter:description" content="Share a Token Tracker dashboard snapshot with token usage insights across models, projects, and time windows." />
|
|
17
|
-
<meta name="twitter:image" content="https://www.tokentracker.cc/
|
|
17
|
+
<meta name="twitter:image" content="https://www.tokentracker.cc/dashboard-dark.png" />
|
|
18
18
|
<link rel="canonical" href="https://www.tokentracker.cc/share" />
|
|
19
19
|
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
|
|
20
20
|
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"description": "Shareable Token Tracker dashboard snapshot."
|
|
52
52
|
}
|
|
53
53
|
</script>
|
|
54
|
-
<script type="module" crossorigin src="/assets/main-
|
|
54
|
+
<script type="module" crossorigin src="/assets/main-BwgZTxRK.js"></script>
|
|
55
55
|
<link rel="stylesheet" crossorigin href="/assets/main-HLMqEvtH.css">
|
|
56
56
|
</head>
|
|
57
57
|
<body>
|
|
@@ -104,12 +104,10 @@
|
|
|
104
104
|
|
|
105
105
|
<h2>Quick links</h2>
|
|
106
106
|
<ul>
|
|
107
|
-
<li><a href="https://www.tokentracker.cc/">
|
|
108
|
-
<li><a href="/
|
|
109
|
-
<li><a href="/
|
|
110
|
-
<li><a href="/
|
|
111
|
-
<li><a href="/share?mode=public">Public share mode</a></li>
|
|
112
|
-
<li><a href="/share?mode=snapshot">Snapshot share mode</a></li>
|
|
107
|
+
<li><a href="https://www.tokentracker.cc/">Token Tracker homepage</a></li>
|
|
108
|
+
<li><a href="https://www.tokentracker.cc/leaderboard">Public leaderboard</a></li>
|
|
109
|
+
<li><a href="https://github.com/mm7894215/TokenTracker">GitHub: mm7894215/TokenTracker</a></li>
|
|
110
|
+
<li><a href="https://www.npmjs.com/package/tokentracker-cli">npm: tokentracker-cli</a></li>
|
|
113
111
|
</ul>
|
|
114
112
|
</main>
|
|
115
113
|
|
|
@@ -2,12 +2,26 @@
|
|
|
2
2
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
3
3
|
<url>
|
|
4
4
|
<loc>https://www.tokentracker.cc/</loc>
|
|
5
|
+
<lastmod>2026-05-07</lastmod>
|
|
5
6
|
<changefreq>weekly</changefreq>
|
|
6
7
|
<priority>1.0</priority>
|
|
7
8
|
</url>
|
|
8
9
|
<url>
|
|
9
|
-
<loc>https://www.tokentracker.cc/
|
|
10
|
+
<loc>https://www.tokentracker.cc/leaderboard</loc>
|
|
11
|
+
<lastmod>2026-05-07</lastmod>
|
|
10
12
|
<changefreq>daily</changefreq>
|
|
11
|
-
<priority>0.
|
|
13
|
+
<priority>0.9</priority>
|
|
14
|
+
</url>
|
|
15
|
+
<url>
|
|
16
|
+
<loc>https://www.tokentracker.cc/ip-check</loc>
|
|
17
|
+
<lastmod>2026-05-07</lastmod>
|
|
18
|
+
<changefreq>monthly</changefreq>
|
|
19
|
+
<priority>0.5</priority>
|
|
20
|
+
</url>
|
|
21
|
+
<url>
|
|
22
|
+
<loc>https://www.tokentracker.cc/share</loc>
|
|
23
|
+
<lastmod>2026-05-07</lastmod>
|
|
24
|
+
<changefreq>weekly</changefreq>
|
|
25
|
+
<priority>0.4</priority>
|
|
12
26
|
</url>
|
|
13
27
|
</urlset>
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
<meta property="og:site_name" content="Token Tracker" />
|
|
9
9
|
<meta property="og:title" content="Token Tracker Share" />
|
|
10
10
|
<meta property="og:description" content="Share a Token Tracker dashboard snapshot with token usage insights across models, projects, and time windows." />
|
|
11
|
-
<meta property="og:image" content="https://www.tokentracker.cc/
|
|
11
|
+
<meta property="og:image" content="https://www.tokentracker.cc/dashboard-dark.png" />
|
|
12
12
|
<meta property="og:type" content="website" />
|
|
13
13
|
<meta property="og:url" content="https://www.tokentracker.cc/share" />
|
|
14
14
|
<meta name="twitter:card" content="summary_large_image" />
|
|
15
15
|
<meta name="twitter:title" content="Token Tracker Share" />
|
|
16
16
|
<meta name="twitter:description" content="Share a Token Tracker dashboard snapshot with token usage insights across models, projects, and time windows." />
|
|
17
|
-
<meta name="twitter:image" content="https://www.tokentracker.cc/
|
|
17
|
+
<meta name="twitter:image" content="https://www.tokentracker.cc/dashboard-dark.png" />
|
|
18
18
|
<style>
|
|
19
19
|
:root {
|
|
20
20
|
color-scheme: dark;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tokentracker-cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"description": "Token usage tracker for AI agent CLIs (Claude Code, Codex, Cursor, Gemini, Kiro, OpenCode, OpenClaw, Every Code, Hermes, GitHub Copilot, Kimi Code, CodeBuddy, oh-my-pi, Craft Agents)",
|
|
5
5
|
"main": "src/cli.js",
|
|
6
6
|
"bin": {
|