Add Claude Pro Usage Monitor (Dev) — OAuth endpoint, pure Python#2180
Open
shabalingv-rgb wants to merge 1 commit into
Open
Add Claude Pro Usage Monitor (Dev) — OAuth endpoint, pure Python#2180shabalingv-rgb wants to merge 1 commit into
shabalingv-rgb wants to merge 1 commit into
Conversation
Monitors Claude Pro 5h session and 7-day weekly limits directly via Anthropic's OAuth endpoint — the same source as claude.ai dashboard. - Exact utilization % from api.anthropic.com/api/oauth/usage - No external dependencies: pure Python + stdlib - Parallel fetch: OAuth HTTP + JSONL scan via threading (~1s total) - Model breakdown (Opus/Sonnet/Haiku) from local JSONL logs - Burn rate forecast, weekly limit with reset countdown - Graceful fallback to local JSONL if OAuth unreachable - Compatible with both xbar and SwiftBar Requires: Python 3, Claude Code CLI (provides OAuth token in Keychain)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this plugin does
Monitors Claude Pro 5h session and 7-day weekly usage in the menu bar — exact data from Anthropic's OAuth endpoint (same numbers as claude.ai dashboard).
Why it's different from the existing
claude-usage.1m.pyresets_attimestampHow it works
Claude Code-credentials— placed there by Claude Code CLI)GET https://api.anthropic.com/api/oauth/usagewithanthropic-beta: oauth-2025-04-20~/.claude/projects/*/*.jsonlfor model-level cost breakdownfive_hour.utilization% andresets_atcountdownRequirements
Source repository
https://github.com/shabalingv-rgb/swiftbar-claude-usage
Checklist
chmod +x)#!/usr/bin/envshebang (via/bin/bash)xbar.*andswiftbar.*metadata headers