Cloken: A Chrome Extension That Shows Real-Time Claude Context Usage as a Percentage

Cloken is a lightweight Chrome extension that adds a small, unobtrusive widget to your claude.ai browser session. It counts all context elements in a chat — every message, uploaded file, image, and even the system prompt — and displays the total usage as a percentage of the context window. The tool was built by a Reddit user (u/SumDoodWiddaName) who has been using it for weeks and reports that seeing context fill up in real time is eye-opening.
Key features according to the source:
- Shows a percentage of context used in the current Claude.ai chat.
- Counts all messages, uploaded files, images, and system prompt.
- Tiny, unobtrusive widget in the corner of the browser.
- Helps identify when context is getting unmanageable and when to start a new chat.
- Free to use — no data collection, no sales.
- Open-ended project; author welcomes bug reports and feature requests.
The creator emphasizes that the extension does not solve the problem of running out of usage or sudden quality degradation. What it does provide is awareness — a concrete, real-time number so you know exactly how much of the context window is consumed. This addresses a common pain point for developers who notice response quality dropping but can't pinpoint why.
For developers who use Claude heavily — especially with long conversations, code files, or image attachments — this tool offers a practical way to monitor context limits without guessing.
📖 Read the full source: r/ClaudeAI
👀 See Also

AutoProber: AI-driven flying probe automation for hardware hacking
AutoProber is a hardware hacker's flying probe automation stack that enables AI agents to discover targets, map microscope images, perform safety-monitored CNC motion, review probes, and conduct controlled pin probing. It includes Python control code, a web dashboard, CAD files, and operates with GRBL CNC controllers, USB microscopes, and oscilloscope safety monitoring.

MCP Lets Claude Analyze Google Search Console Data Automatically
A new free MCP connects Claude directly to Google Search Console, enabling natural language queries on search performance data like queries, pages, clicks, and CTR without manual CSV exports.

Benchmark Shows CLI Tool Reduces Claude Code Token Costs by 32% Through Structural Navigation
A developer built a Rust CLI tool that gives Claude Code agents structural navigation commands like 'show me a 180-token summary of this 6,000-token class.' Benchmarking on Sonnet 4.6 across 54 automated runs showed 32% lower cost per task and 67% more code edits per session.

Security scanning skill for AI coding agents checks deployments automatically
A developer created a skill file that enables AI coding agents to automatically scan their own deployments for exposed .env files, open ports, missing security headers, and leaked source code. The scan runs after every deploy and takes about 30 seconds.