OpenClaw Skillv1.1.0

Antigravity Quota

mukhtharcmby mukhtharcm
Deploy on EasyClawdfrom $14.9/mo

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

How to use this skill

OpenClaw skills run inside an OpenClaw container. EasyClawd deploys and manages yours — no server setup needed.

  1. Sign up on EasyClawd (2 minutes)
  2. Connect your Telegram bot
  3. Install Antigravity Quota from the skills panel
Get started — from $14.9/mo
12stars
5,155downloads
39installs
0comments
2versions

Latest Changelog

Fix NaN display for exhausted quotas, show full date for multi-day bans

Tags

latest: 1.1.0

Skill Documentation

---
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)
```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)

šŸ” [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
- šŸ”“ <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
```
Security scan, version history, and community comments: view on ClawHub