Claude Pulse Browser Extension Surfaces Token Counts, Cache Timers, and Rate Limits on Claude.ai

Frustrated by hitting the 5-hour limit mid-conversation with no visibility into token or context usage, a developer built Claude Pulse — a Chrome extension that adds a small dashboard to claude.ai.
Key Features
- Real-time token counts per message and total context used
- Prompt cache window timer showing when caching is about to expire
- Rate limit progress bar tracking usage against limits
- Chat export to Markdown format without copy-pasting
All processing is client-side — no data leaves your browser. Token counts are approximations using a tiktoken-style method since Anthropic doesn't expose exact numbers in the UI; the developer estimates error within a few percent.
Open Source & Future Plans
Source available on GitHub: samirpatil2000/claude-pulse. The author describes it as "rough around the edges" and is considering adding per-conversation cost estimates, but is unsure if that would be useful or just noise.
📖 Read the full source: r/ClaudeAI
👀 See Also

Local LLM Performance Benchmarks on Mac Mini with OpenClaw and LM Studio
A Reddit user posted performance figures for running the Unsloth gpt-oss-20b-Q4_K_S.gguf model locally on a Mac Mini with 32GB RAM, achieving 34 tokens/second with a 0.7 second time to first token using OpenClaw 2026.3.8 and LM Studio 0.4.6+1.

Sherlock: Apple Developer Docs as Local MCP for Claude Code
Sherlock indexes 70k Apple API symbols into SQLite FTS5 and provides 5 MCP tools + 3 auto-triggering skills to ground Claude Code in real docs, preventing hallucinations.

Memctl: Open Source MCP Server for Persistent Memory in AI Coding Agents
Memctl is an open source MCP server that provides AI coding agents with persistent memory across sessions, machines, and IDEs. Built primarily with Claude Code in two weeks, it stores project context and serves it back in subsequent sessions.

OpenTidy: Open-Source Background Assistant Using Claude Code for Admin Tasks
OpenTidy is an open-source macOS service that spawns persistent Claude Code sessions to handle admin tasks like invoices, forms, and communication triage. It runs up to 10 parallel jobs with Telegram notifications for sensitive actions.