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

Launch Engine MCP Server Provides 39-Tool Pipeline for Business Validation
Launch Engine is an MCP server that gives Claude a structured pipeline with 39 interconnected SOP tools organized into 5 layers for taking business ideas from concept to validated revenue. The system includes specialized subagents, prerequisite enforcement, and tools for batch evaluation and rapid testing.

CopilotKit: Open-Source React Building Blocks for Agent UIs
CopilotKit (30k stars, MIT) provides React components for agent UI layer: chat, streaming, tool calls, human-in-the-loop, and generative UI, with AG-UI protocol support across LangGraph, ADK, CrewAI, and more.

ClaudeHive: Web UI for Managing Parallel Claude Code Sessions
ClaudeHive is a web UI that handles parallel Claude Code sessions, allowing users to define prompt templates with placeholders, batch-run them across multiple inputs with configurable concurrency, and review all results in one place. It includes a CLI tool for manager agents to spawn and coordinate worker agents.

SLOP Plugin Adds Real-Time App State Awareness to OpenClaw Agents
A new OpenClaw plugin integrates with SLOP (State Layer for Observable Programs), giving AI agents structured access to application state and contextual actions. The plugin auto-discovers SLOP-enabled apps via ~/.slop/providers/ and a Chrome extension bridge.