← Back to Skills Marketplace
renixaus

Antigravity Quota 1.1.0

by Renixaus · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1858
Downloads
3
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install antigravity-quota-1-1-0
Description
Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection.
README (SKILL.md)

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)

🔍 [email protected] (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
  • 🔴 \x3C20% 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
Usage Guidance
This script appears to do exactly what it says: read your Clawdbot auth-profiles file, exchange refresh tokens with Google's OAuth endpoint, and query an Antigravity/Google quota API. Before running it, review the script locally (it’s included) and confirm the auth-profiles path is correct. Be aware it will read refresh tokens from ~/.clawdbot/... — if you don’t trust the source of this skill or the environment, don’t run it against your real credentials. The script communicates with oauth2.googleapis.com and cloudcode-pa.googleapis.com — network access is required. If you want extra safety, run it in an isolated environment or with copies of your auth file containing scrubbed/test tokens.
Capability Analysis
Type: OpenClaw Skill Name: antigravity-quota-1-1-0 Version: 1.0.0 The skill is designed to check Antigravity (Google) account quotas by reading authentication profiles from `~/.clawdbot/agent/auth-profiles.json`. It uses hardcoded Google OAuth public client credentials (CLIENT_ID, CLIENT_SECRET) to refresh user-provided refresh tokens and then queries legitimate Google API endpoints (`oauth2.googleapis.com`, `cloudcode-pa.googleapis.com`) for quota information. All actions are aligned with the stated purpose, and there is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts against the agent in `SKILL.md` beyond standard usage instructions. The `go install` command in `SKILL.md` is for an optional, clearly stated dependency (`tablesnap`) and is a standard installation method.
Capability Assessment
Purpose & Capability
The name/description (Antigravity quota checking) align with the actual behavior: it reads Clawdbot auth profiles, uses stored refresh tokens to obtain access tokens, and queries a model-quota endpoint for matching models. Required binary (node) is appropriate.
Instruction Scope
SKILL.md instructs running the included node script and the script's behavior matches those instructions. The script reads only the declared Clawdbot auth-profiles paths, exchanges refresh tokens with oauth2.googleapis.com, and posts to cloudcode-pa.googleapis.com to fetch model quota info. It prints results to stdout or JSON; it does not upload data to arbitrary third-party endpoints beyond the OAuth/token and quota endpoints it needs to function.
Install Mechanism
No install spec; this is an instruction + single script that requires node. Nothing is downloaded or written by an installer, minimizing additional risk.
Credentials
The script reads the user's ~/.clawdbot/... auth-profiles.json to obtain refresh tokens and project IDs — this is necessary for the stated purpose but is sensitive because it accesses OAuth refresh tokens. No environment variables or unrelated credentials are requested. Note: the script embeds a base64-encoded CLIENT_ID and CLIENT_SECRET (decoded at runtime); embedding a client secret in a script is unusual but not necessarily malicious for a public helper.
Persistence & Privilege
The skill does not request persistent system presence (always is false) and does not modify other skills or system configuration. It runs ad-hoc when invoked and only reads the user's auth profiles.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install antigravity-quota-1-1-0
  3. After installation, invoke the skill by name or use /antigravity-quota-1-1-0
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Added support for checking Antigravity account quotas for both Claude (Opus/Sonnet) and Gemini (Pro/Flash) models. - Displays remaining quota percentages and reset times, with automatic ban detection. - Offers multiple output formats: plain text, markdown table, and JSON. - Supports timezone customization for displaying reset times. - Includes integration instructions for creating table images using tablesnap. - Shows clear quota status with percentage and emoji indicators for quick reference.
Metadata
Slug antigravity-quota-1-1-0
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Antigravity Quota 1.1.0?

Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection. It is an AI Agent Skill for Claude Code / OpenClaw, with 1858 downloads so far.

How do I install Antigravity Quota 1.1.0?

Run "/install antigravity-quota-1-1-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Antigravity Quota 1.1.0 free?

Yes, Antigravity Quota 1.1.0 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Antigravity Quota 1.1.0 support?

Antigravity Quota 1.1.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Antigravity Quota 1.1.0?

It is built and maintained by Renixaus (@renixaus); the current version is v1.0.0.

💬 Comments