ClaudeOrb: Chrome Extension Monitors Claude API Usage in Real-Time

What ClaudeOrb Does
ClaudeOrb is a Chrome extension that provides real-time monitoring of Claude API usage. The developer built it after repeatedly hitting Claude's usage limits mid-session with no warning.
Key Features
- Shows your current session percentage usage
- Displays weekly usage limits
- Includes countdown timers for rate limits
- Tracks Claude Code costs in real-time
- Provides 7-day spending trends
Development Details
The entire extension was built using Claude Code. The developer mentioned it "took some blood, sweat and tears" but is now working properly. They discovered they had spent $110 on Claude Code in one week without noticing before building the monitor.
Future Plans
- Physical desk display prototype: A small physical device that sits next to your computer, glowing amber when approaching limits and red when nearly out - described as "a fuel gauge for Claude"
- Mac and Windows desktop applications
- Chrome Web Store release (planned for this week)
- Firefox and Edge extensions
Availability
The extension will be released as free software on GitHub and the Chrome Web Store this week. The developer is seeking feedback on whether users would want a physical display and whether it should be round or square.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenYak: Open-Source Desktop AI Agent for Local File Management and Automation
OpenYak is an open-source desktop AI assistant that runs entirely on your machine, offering file management, data analysis, and office automation with 100+ AI models through OpenRouter and 20+ BYOK providers.

Self-updating translation system for OpenClaw maintains domain glossaries automatically
A Python script wraps the Kimi2.5 API to translate .srt files while preserving block indices, timestamps, and segmentation. The system uses project profiles with glossary.json, style.md, and memory.jsonl files, and includes a cron job that scans official sources every 6 hours to update terminology.

Microsoft VibeVoice: 60-Min ASR and 90-Min TTS Models Open-Sourced
VibeVoice is a family of open-source voice AI models from Microsoft including ASR (60-min single-pass, speaker diarization, 50+ languages) and TTS (90-min multi-speaker, real-time streaming). Uses 7.5 Hz continuous speech tokenizers and next-token diffusion.

Open-Source Tool Measures AI Coding Agent Autonomy with Local Data Analysis
Codelens-AI is an open-source CLI tool that analyzes Claude Code session files alongside git history to calculate autonomy metrics like Autopilot Ratio and Self-Heal Score. The tool runs locally with zero setup using npx claude-roi and keeps all data on your machine.