Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
.claude/skills/sundial-org-antigravity-balance/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 26% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 192% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -19% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -34% | 0% |
Check your Antigravity AI model quota and token balance.
bash# Check quota (auto-detects local Antigravity process) node scripts/agquota.js # JSON output for parsing node scripts/agquota.js --json # Verbose output (debugging) node scripts/agquota.js -v
language_server_macos_arm (or platform equivalent) process--extension_server_port and --csrf_token from process argshttps://127.0.0.1:{port}/exa.language_server_pb.LanguageServerService/GetUserStatusDefault output shows:
JSON output (--json) returns structured data:
json{ "user": { "name": "...", "email": "...", "tier": "..." }, "models": [ { "label": "Claude Sonnet 4.5", "remainingPercent": 80, "resetTime": "..." } ], "timestamp": "2026-01-28T01:00:00.000Z" }
https module)If the script fails:
ps aux | grep language_server--app_data_dir antigravity in its args (distinguishes from other Codeium forks)| Platform | Process Name | |----------|--------------| | macOS (ARM) | language_server_macos_arm | | macOS (Intel) | language_server_macos | | Linux | language_server_linux | | Windows | language_server_windows_x64.exe |
Other measured skills in the registry, with their headline benchmark lift.