A VS Code extension that displays your Claude API usage utilization directly in the status bar. Monitor your Claude usage percentage, reset times, and toggle between "used" and "left" display modes.
Features
📊 Real-time Usage Display: Shows Claude API usage percentage in the VS Code status bar
🔄 Auto-refresh: Automatically refreshes usage data at configurable intervals
🔐 Secure Storage: Session keys are stored securely using VS Code's secret storage
🎨 Toggle Display: Switch between "used" and "left" percentage views
⚙️ Easy Configuration: Simple setup through the status bar or command palette
🔍 Debug Tools: Built-in debugging commands to troubleshoot configuration issues
Requirements
VS Code 1.90.0 or higher
Claude.ai account with organization access
Valid sessionKey or Cookie header from an active Claude.ai session
Quick Start
Install the extension from the VS Code marketplace
Click the status bar item (shows "Claude --" initially)
Enter your organization code when prompted
Paste your sessionKey (or full Cookie header from Postman)
The extension will automatically start displaying your usage!
Configuration
Extension Settings
Configure the extension through VS Code settings or the command palette:
claudeUsage.organizationCode: Your Claude organization code (required)
claudeUsage.mode: Display mode - "left" (default) or "used"