Hardware widget and Chrome extension monitor Claude API rate limits

✍️ OpenClawRadar📅 Published: March 24, 2026🔗 Source
Hardware widget and Chrome extension monitor Claude API rate limits
Ad

What this is

A developer created a hardware widget and Chrome extension combination to monitor Claude's API rate limits in real time, eliminating the need to rely on Claude's rate limit banner notifications.

Key details from the source

The solution consists of two components:

  • Chrome extension: Intercepts Claude's internal /usage API, shows a live badge on the browser icon, and tracks a 14-day hourly heatmap of usage patterns. The extension works standalone without the hardware component.
  • Hardware widget: Uses an ESP8266 microcontroller with an OLED display that counts down to the rate limit reset window in real time, even with the browser closed. The NodeMCU polls Claude's API directly.

The system architecture includes:

  • The Chrome extension silently handles session cookie rotation in the background
  • The hardware widget provides continuous monitoring independent of browser state
  • Total bill of materials cost: approximately ₹550 (~$6.50 USD)

The project is available on GitHub at github.com/acervenky/over-engineered-claude-usage-monitor.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

ai-codex: Pre-index your codebase to save Claude tokens
Tools

ai-codex: Pre-index your codebase to save Claude tokens

ai-codex is a tool that generates compact markdown indexes of your codebase, allowing Claude Code to skip the initial exploration phase that typically consumes 30-50K tokens per conversation. It creates five files covering routes, pages, libraries, schemas, and components.

OpenClawRadar
Kontext CLI: Credential Broker for AI Coding Agents
Tools

Kontext CLI: Credential Broker for AI Coding Agents

Kontext CLI is a Go-based credential broker that provides AI coding agents with short-lived access tokens instead of long-lived API keys. It uses RFC 8693 token exchange, streams audit logs for every tool call, and works with Claude Code today.

OpenClawRadar
LivingAgents.ai: A Web-Based AI Agent Simulation Using Claude API
Tools

LivingAgents.ai: A Web-Based AI Agent Simulation Using Claude API

LivingAgents.ai is a web-based simulation where every agent is powered by the Claude API, performing actions like foraging, trading, crafting, attacking, reproducing, and dying permanently, with each action requiring a real LLM call.

OpenClawRadar
Savecraft MCP Server Provides Claude with Accurate Magic: The Gathering Data
Tools

Savecraft MCP Server Provides Claude with Accurate Magic: The Gathering Data

Savecraft is an open-source MCP server that parses MTG Arena Player.log locally, syncs game state, and gives Claude access to 12 expert reference modules built on real Magic: The Gathering data. The tool prevents Claude from hallucinating card names and rules by providing access to actual Arena data, draft recommendations from 17Lands, and the complete Scryfall database.

OpenClawRadar