Claude Usage Monitor: Floating CRT Widget for Windows

What This Tool Does
A developer has created a Claude API usage monitor for Windows that addresses specific pain points with existing monitoring tools. The tool provides real-time visibility into API consumption without requiring users to click through tray icons or menus.
Key Features
- Always-visible widget: A floating amber phosphor CRT-style widget sits next to the taskbar clock, showing SESSION (5H) and WEEKLY (7D) usage bars in real time
- Alternative display option: A compact taskbar-embedded version is available if the floating widget isn't preferred
- Smart behavior: Automatically pauses API polling when the screen is locked or screensaver activates, and hides itself during fullscreen applications (like games)
- Clean wake-up: When returning from locked/fullscreen states, the widget refreshes immediately
- Settings panel: Includes a General tab for themes, poll interval, and launch on startup configuration
- Advanced metrics: A "Nerds Only" tab provides full rate limit breakdowns, burn rate, token counts, cost in USD, and per-model breakdowns
- Customization: Seven color themes available if the default amber phosphor aesthetic isn't preferred
Development Details
The tool was built using Claude Code (the developer notes the irony) and is currently Windows-only. The source code and download are available on GitHub.
Who It's For
Developers who use Claude's API and want real-time, unobtrusive monitoring without interrupting their workflow.
📖 Read the full source: r/ClaudeAI
👀 See Also

Skills Creator Tool for OpenClaw Helps Developers Package Workflows
A developer created a skill called skills-creator that guides users through creating quality skills for OpenClaw, addressing common pitfalls like vague descriptions and documentation-like instructions. It's available on ClawHub and provides a design-driven approach with description formulas, checklists, and complexity tiers.

SquarePact Word Add-In Connects to OpenClaw Gateway for Agentic Document Editing
SquarePact's Word add-in connects to your own OpenClaw gateway over websocket. The agent proposes edits shown as approval cards, with stale edit detection and retry logic for malformed JSON from smaller models.

Local-Cloud Hybrid AI Architecture: Practical Patterns Inspired by r/LocalLLaMA
The original post proposes a hybrid AI model where a local model handles routine tasks and defers to a cloud model for complex reasoning via a single API call, alongside a deterministic 'hypervisor' for guard rails.

HomeButler: MCP Server for Managing Homelab Servers from Claude Without API Keys
HomeButler is an MCP server that lets Claude install, monitor, and manage self-hosted apps on homelab servers without requiring API keys. It runs locally, keeps everything on your network, and was built with Claude Code.