From sundial-org-awesome-openclaw-skills-4
Checks Antigravity account quotas for Claude (Opus/Sonnet) and Gemini models via Clawdbot. Displays remaining quota, reset times, ban detection in text, table, or JSON CLI output.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Check quota status across all Antigravity accounts configured in Clawdbot.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Check 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