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

✍️ OpenClawRadar📅 Published: May 1, 2026🔗 Source
Claude Pulse Browser Extension Surfaces Token Counts, Cache Timers, and Rate Limits on Claude.ai
Ad

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

Ad

👀 See Also

Claude Code Remote Control: Continue Local Sessions from Any Device
Tools

Claude Code Remote Control: Continue Local Sessions from Any Device

Claude Code Remote Control lets you continue local Claude Code sessions from other devices like phones or browsers while keeping everything running on your machine. It's available as a research preview on Pro and Max plans, requiring authentication and workspace trust setup.

OpenClawRadar
Workaround for ChatGPT Project Migration Gap: Export Scripts and Prompts
Tools

Workaround for ChatGPT Project Migration Gap: Export Scripts and Prompts

A developer created Python scripts and Claude prompts to migrate conversations from ChatGPT to Claude when ChatGPT's data export lacks project membership information. The solution extracts conversations using titles captured from the interface.

OpenClawRadar
Cowork Chrome Extension Automates Personal Data Removal from Data Brokers
Tools

Cowork Chrome Extension Automates Personal Data Removal from Data Brokers

A Reddit user reports that using the Cowork Chrome extension with a Gmail connection automated filling forms, writing emails, and verifying removal requests to delete personal data from major data providers in just a few hours.

OpenClawRadar
AI Trading Agent with Risk Guardrails for Educational Investing
Tools

AI Trading Agent with Risk Guardrails for Educational Investing

A developer built an AI-powered trading assistant that connects Claude to a brokerage account with a risk engine between the AI and money. The system includes safety checks like blocking trades that exceed 50% of portfolio allocation, automatic shutdown at 3% daily loss, and a kill switch at 20% drawdown.

OpenClawRadar