maciek-roboblog/claude-code-usage-monitor

Real-time Claude Code usage monitor with predictions and warnings

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 51 minutes ago
Added to GitGenius on September 7th, 2026
Created on June 19th, 2025
Open Issues & Pull Requests: 37 (+0)
GitHub issues: Enabled
Number of forks: 457
Total Stargazers: 8,687 (+0)
Total Subscribers: 34 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.3 days
Mean response time: 66.6 days
90th percentile: 312.3 days
Tracked items: 117

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 7% of issues opened in the past year have been closed. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 25
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 205 days
Stale 30+ days: 25
Stale 90+ days: 12

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • EPIC (1)

Detailed Description

Claude Code Usage Monitor is a terminal-based tool that tracks and forecasts Claude API usage in real time.

The tool addresses the problem of managing Claude API rate limits and usage quotas by providing live visibility into consumption patterns. It fetches official rate limit data from Claude sessions and displays current usage alongside predictions of when limits will be reached. The approach combines a rich terminal interface for human monitoring with machine-readable output formats, allowing developers to track usage both interactively and programmatically. It operates as a privacy-first companion that stores usage data locally rather than sending it to external services.

Developers managing Claude Code projects with rate limit concerns should adopt this tool. It suits teams that need to monitor usage across multiple sessions or predict when they will hit quota boundaries. The tool supports different Claude pricing plans and provides forecasting based on observed consumption trends. It generates both human-readable terminal output and structured export formats for integration into dashboards or alerting systems.

The project shows active development with regular feature additions and refinement of core monitoring capabilities. The codebase includes test coverage to validate functionality. The tool is distributed through standard Python package managers, making installation straightforward for developers already working in Python environments.