Skip to content

Commit 5383010

Browse files
committed
docs: embed SEO keywords in README and add Google Search Console verification
- Rephrase tagline to lead with "Claude Code companion" for search discoverability - Add "reduce Claude Code token costs" to the problem section - Add "AI coding cost reduction" to the cost paragraph - Add Google Search Console HTML ownership verification file
1 parent 8cb0460 commit 5383010

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
<p align="center">
6-
Cuts the tokens Claude Code, Codex CLI, opencode, and openclaw burn. Windows, Linux, WSL, and macOS. Install once, then forget it.
6+
A Claude Code companion that cuts token costs on long sessions. Works with Claude Code, Codex CLI, opencode, and openclaw. Windows, Linux, WSL, and macOS. Install once, forget it.
77
</p>
88

99
<p align="center">
@@ -38,7 +38,7 @@ Claude reads `auth.py`. Then reads it again. Then a third time after compaction
3838

3939
Long sessions accumulate waste four ways. Screenshots cross the model at full resolution. A single PNG can land at 3.3 MB. The agent re-reads files it already parsed earlier in the same conversation. When a session compacts, the summary LLM doesn't know which files were edited or which symbols mattered, so it preserves the wrong things. And every `pytest`, `npm install`, `docker build`, or `git log` dumps thousands of lines of progress bars, deprecation warnings, and passing-test names that bury the one line that actually matters.
4040

41-
Each one is preventable. Token-Goat intercepts all four, automatically.
41+
The fastest way to reduce Claude Code token costs is fixing these four, not writing shorter prompts. Each one is preventable. Token-Goat intercepts all four, automatically.
4242

4343
## What changes
4444

@@ -71,7 +71,7 @@ Each one is preventable. Token-Goat intercepts all four, automatically.
7171
<img src="assets/stats.png" alt="token-goat stats" width="800">
7272
</p>
7373

74-
On a per-token API plan, 100K wasted tokens per session runs about $0.30. Five sessions a week is ~$450/year. Token-goat is free.
74+
On a per-token API plan, 100K wasted tokens per session runs about $0.30. Five sessions a week is ~$450/year. AI coding cost reduction at that scale comes from fixing the waste, not from using the product less. Token-goat is free.
7575

7676
## Token savings, measured
7777

googleaac507b1c67a57b2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: googleaac507b1c67a57b2.html

0 commit comments

Comments
 (0)