Install
openclaw skills install antigravity-quota-1-1-0Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection.
openclaw skills install antigravity-quota-1-1-0Check quota status across all Antigravity accounts configured in Clawdbot.
clawdbot configure to add Antigravity accountsEach model type resets independently every 5 hours per account.
node check-quota.js
node check-quota.js --table
node check-quota.js --table | tablesnap --theme light -o /tmp/quota.png
node check-quota.js --json
node check-quota.js --tz America/New_York
TZ=Europe/London node check-quota.js
📊 Antigravity Quota Check - 2026-01-08T07:08:29.268Z
⏰ Each model type resets every 5 hours
🌍 Times shown in: Asia/Kolkata
Found 9 account(s)
🔍 user@gmail.com (project-abc123)
claude-opus-4-5-thinking: 65.3% (resets 1:48 PM)
gemini-3-flash: 95.0% (resets 11:41 AM)
--table)Sorted by Claude quota remaining, with emoji indicators:
For messaging platforms that don't render markdown tables:
node check-quota.js --table | tablesnap --theme light -o /tmp/quota.png
# Then send the image
Requires tablesnap — install with:
go install github.com/joargp/tablesnap/cmd/tablesnap@latest