Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Queries AI model quota usage from Google Cloud Code Assist accounts. Shows remaining quota percentages and next refresh times for Gemini, Claude, and other models. Reads OAuth tokens from auth-profiles.json to authenticate against Google's internal API.
Pulls real-time quota data directly from Google's API instead of relying on dashboard estimates or manual checks.
When to use it
- Checking remaining Gemini quota before starting a large task
- Monitoring Claude quota when juggling multiple projects
- Planning work around upcoming quota refresh windows
- Quickly checking which model still has headroom after heavy use
- Confirming quota reset time before a scheduled batch job
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: How much quota do I have left on Gemini and Claude?
- 1Read OAuth token from auth-profiles.json
- 2Send quota query to Google Cloud Code Assist API simulating official IDE client
- 3Parse remaining quota percentages per model
- 4Convert next refresh timestamps to local timezone
Per-model quota summary showing remaining percentages for Gemini and Claude, plus next refresh time in local timezone
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.