skills$openclaw/antigravity-quota
renixaus9.3kā˜…

by renixaus

antigravity-quota – OpenClaw Skill

antigravity-quota is an OpenClaw Skills integration for coding workflows. Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection.

9.3k stars2.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameantigravity-quota
descriptionCheck Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection. OpenClaw Skills integration.
ownerrenixaus
repositoryrenixaus/antigravity-quota-1-1-0
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @renixaus/antigravity-quota-1-1-0
last updatedFeb 7, 2026

Maintainer

renixaus

renixaus

Maintains antigravity-quota in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
300 B
check-quota.js
9.3 KB
SKILL.md
1.8 KB
SKILL.md

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 with Antigravity accounts configured
  • Run clawdbot configure to add Antigravity accounts

Quota Info

  • Claude (Opus/Sonnet) — shared 5-hour quota pool
  • Gemini Pro — separate 5-hour quota
  • Gemini Flash — separate 5-hour quota

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/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 mode (--table)

Sorted by Claude quota remaining, with emoji indicators:

  • 🟢 80%+ remaining
  • 🟔 50-79% remaining
  • 🟠 20-49% remaining
  • šŸ”“ <20% remaining

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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

- Clawdbot with Antigravity accounts configured - Run `clawdbot configure` to add Antigravity accounts

FAQ

How do I install antigravity-quota?

Run openclaw add @renixaus/antigravity-quota-1-1-0 in your terminal. This installs antigravity-quota into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/renixaus/antigravity-quota-1-1-0. Review commits and README documentation before installing.