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

Claudeck: Browser UI for Claude Code with Agents, Cost Tracking, and Plugin System
Tools

Claudeck: Browser UI for Claude Code with Agents, Cost Tracking, and Plugin System

Claudeck is a browser-based UI that wraps the Claude Code SDK, featuring autonomous agent orchestration, cost tracking, git worktree isolation, persistent memory, and a plugin system. Install with npx claudeck@latest.

OpenClawRadar
Benching local Qwen 3.6 27B as a Codex validator co-agent
Tools

Benching local Qwen 3.6 27B as a Codex validator co-agent

A developer built a reproducible eval suite to test Qwen 3.6 27B GGUF profiles (llama.cpp) as a sidecar validator for Codex, finding 128k context profiles necessary for long-context tasks and minimal accuracy loss with q8 KV cache.

OpenClawRadar
Commitment Issues: A Tool That Analyzes and 'Buries' Unfinished GitHub Repos
Tools

Commitment Issues: A Tool That Analyzes and 'Buries' Unfinished GitHub Repos

A developer built a tool called Commitment Issues that analyzes GitHub repositories to determine if they're abandoned, generates a 'death certificate,' and extracts the final commit message as 'last words.' The tool uses heuristics like commit frequency, last activity, and stars vs momentum, and was prototyped using Claude.

OpenClawRadar
civStation: A VLM System for Playing Civilization VI via Natural Language Commands
Tools

civStation: A VLM System for Playing Civilization VI via Natural Language Commands

civStation is a computer-use VLM harness that plays Civilization VI by translating high-level natural language commands into in-game actions. The system uses a 3-layer architecture separating strategy and execution, with support for human-in-the-loop intervention.

OpenClawRadar