Super Claude browser extension tracks Claude AI usage velocity and limit predictions

A developer has created a browser extension called Super Claude to provide real-time visibility into Claude AI usage patterns, particularly useful during a month with multiple service outages.
What it does
The extension adds usage velocity indicators directly within the Claude interface. These are colored arrows that show at a glance whether you're consuming your allocation quickly or have room to continue working. It also calculates time-to-100% predictions, allowing users to see when they'll hit their usage limit before it actually happens.
Context and motivation
The developer built this tool after experiencing multiple Claude outages in March 2024, including incidents on March 2-3, March 11, and a cluster of errors the previous week. With the x2 promo ending in three days from the post date, the tool helps users front-load serious work into off-peak windows while they still exist.
Technical details
- Built as a browser extension for Chrome and Firefox
- Developed solo using Claude AI
- Free to install
- Chrome version available at: https://chromewebstore.google.com/detail/super-claude/hogiifbepjnfjaikjfifaacppefnjblg
- Firefox version available at: https://addons.mozilla.org/firefox/addon/super-claude/
The developer mentions this is particularly useful for users with the 5-hour allocation who want to better pace their usage during periods of service instability.
📖 Read the full source: r/ClaudeAI
👀 See Also

Startup Bookkeeper: Free Claude Skill for Small Business Tracking
Startup Bookkeeper is an open-source Claude AI skill that helps bootstrapped founders track expenses by categorizing transactions from plain English descriptions, processing receipt photos with OCR, and generating dashboards or P&L statements.

repo-mem: Open-Source MCP Server Adds Persistent Team Memory to Claude Code
repo-mem is an open-source MCP server that adds persistent, shared memory to Claude Code sessions using SQLite and Git. It solves team isolation by storing observations in per-user databases that get committed to the repository.

ClawPort: Open Source Orchestration for AI Agent Workflows with Self-Healing Cron
ClawPort is an open source orchestration layer for AI agent workflows that auto-configures cron pipelines, self-heals on failures, and lets you test agents directly before they run on schedule.

TechDebtMCP v2.0.0: MCP server for technical debt analysis across 14 languages
TechDebtMCP v2.0.0 is an MCP server that connects Claude to codebases to find, measure, and prioritize technical debt across 14 programming languages including JS/TS, Python, Java, Swift, Kotlin, Go, Rust, C/C++, C#, Ruby, and PHP.