π¦ ClawHub
Antigravity Quota
by @mukhtharcm
Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection.
TERMINAL
clawhub install antigravity-quotaπ About This Skill
name: antigravity-quota version: 1.1.0 description: Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection. metadata: {"clawdbot":{"emoji":"π","requires":{"bins":["node"]}}}
Antigravity Quota Skill
Check quota status across all Antigravity accounts configured in Clawdbot.
Prerequisites
clawdbot configure to add Antigravity accountsQuota Info
Each model type resets independently every 5 hours per account.
Usage
Text output (default)
node check-quota.js
Markdown table (for tablesnap)
node check-quota.js --table
node check-quota.js --table | tablesnap --theme light -o /tmp/quota.png
JSON output
node check-quota.js --json
Custom timezone
node check-quota.js --tz America/New_York
TZ=Europe/London node check-quota.js
Output
Text mode
π Antigravity Quota Check - 2026-01-08T07:08:29.268Z
β° Each model type resets every 5 hours
π Times shown in: Asia/KolkataFound 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 mode (--table)
Sorted by Claude quota remaining, with emoji indicators:
Integration with tablesnap
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
π‘ Examples
Text output (default)
node check-quota.js
Markdown table (for tablesnap)
node check-quota.js --table
node check-quota.js --table | tablesnap --theme light -o /tmp/quota.png
JSON output
node check-quota.js --json
Custom timezone
node check-quota.js --tz America/New_York
TZ=Europe/London node check-quota.js
βοΈ Configuration
clawdbot configure to add Antigravity accounts