antigravity-quota

Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection.

533 stars

Best use case

antigravity-quota is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection.

Teams using antigravity-quota should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/antigravity-quota/SKILL.md --create-dirs "https://raw.githubusercontent.com/sundial-org/awesome-openclaw-skills/main/skills/antigravity-quota/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/antigravity-quota/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How antigravity-quota Compares

Feature / Agentantigravity-quotaStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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)
```bash
node check-quota.js
```

### Markdown table (for tablesnap)
```bash
node check-quota.js --table
node check-quota.js --table | tablesnap --theme light -o /tmp/quota.png
```

### JSON output
```bash
node check-quota.js --json
```

### Custom timezone
```bash
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:
```bash
node check-quota.js --table | tablesnap --theme light -o /tmp/quota.png
# Then send the image
```

Requires `tablesnap` — install with:
```bash
go install github.com/joargp/tablesnap/cmd/tablesnap@latest
```

Related Skills

nano-banana-antigravity

533
from sundial-org/awesome-openclaw-skills

Generate or edit images via Nano Banana Pro using Antigravity OAuth (no API key needed!)

codex-quota

533
from sundial-org/awesome-openclaw-skills

Check OpenAI Codex CLI rate limit status (daily/weekly quotas) using local session logs. Portable Python script.

antigravity-image-gen

533
from sundial-org/awesome-openclaw-skills

Generate images using the internal Google Antigravity API (Gemini 3 Pro Image). High quality, native generation without browser automation.

antigravity-balance

533
from sundial-org/awesome-openclaw-skills

Check Google Antigravity AI model quota/token balance. Use when a user asks about their Antigravity usage, remaining tokens, model limits, quota status, or rate limits. Works by detecting the local Antigravity language server process and querying its API.

portfolio-watcher

533
from sundial-org/awesome-openclaw-skills

Monitor stock/crypto holdings, get price alerts, track portfolio performance

portainer

533
from sundial-org/awesome-openclaw-skills

Control Docker containers and stacks via Portainer API. List containers, start/stop/restart, view logs, and redeploy stacks from git.

portable-tools

533
from sundial-org/awesome-openclaw-skills

Build cross-device tools without hardcoding paths or account names

polymarket

533
from sundial-org/awesome-openclaw-skills

Trade prediction markets on Polymarket. Analyze odds, place bets, track positions, automate alerts, and maximize returns from event outcomes. Covers sports, politics, entertainment, and more.

polymarket-traiding-bot

533
from sundial-org/awesome-openclaw-skills

No description provided.

polymarket-analysis

533
from sundial-org/awesome-openclaw-skills

Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution.

polymarket-agent

533
from sundial-org/awesome-openclaw-skills

Autonomous prediction market agent - analyzes markets, researches news, and identifies trading opportunities

polymarket-5

533
from sundial-org/awesome-openclaw-skills

Query Polymarket prediction markets. Use for questions about prediction markets, betting odds, market prices, event probabilities, or when user asks about Polymarket data.