npx skills add ...
npx skills add reason-machines/trending-skills --skill antigravity-manager
AI coding agent skill for Antigravity Manager — a Tauri v2 + Rust desktop app and Docker service that manages multiple Google/Anthropic accounts and proxies them as standard OpenAI/Anthropic/Gemini API endpoints with intelligent account rotation.
npx skills add reason-machines/trending-skills --skill antigravity-manager
Skill by ara.so — Daily 2026 Skills collection.
Antigravity Manager is a professional AI account manager and proxy gateway. It takes Google (Gemini) and Anthropic (Claude) web session tokens and exposes them as standard API endpoints (OpenAI-compatible, Anthropic-native, and Gemini-native formats) with intelligent multi-account rotation, quota tracking, and automatic failover.
Key capabilities:
Install a specific version:
Dry run (preview without installing):
Docker Compose:
Download from GitHub Releases:
.dmg (Apple Silicon + Intel).msi or portable .zip.deb, .rpm, or .AppImageAntigravity uses two separate credentials:
| Credential | Env var | Config key | Purpose |
|---|---|---|---|
| API Key | API_KEY | api_key | Authenticates AI API calls (Authorization: Bearer ...) |
| Web Password | WEB_PASSWORD | admin_password | Logs into the management web UI |
Scenario A — only API_KEY set:
API_KEYAPI_KEYScenario B — both set (recommended):
WEB_PASSWORD only (API Key rejected for login)API_KEY onlyRecover credentials:
The proxy server runs on port 8045 by default.
Claude Code uses the Anthropic protocol. Point it at Antigravity:
Or create a .env in your project root:
http://localhost:8045/v1ANTIGRAVITY_API_KEYIn Cursor settings, set:
http://localhost:8045/v1ANTIGRAVITY_API_KEYConfig is stored at ~/.antigravity_tools/gui_config.json:
| Variable | Description | Default |
|---|---|---|
API_KEY | API key for authenticating proxy requests | required |
WEB_PASSWORD | Web UI admin password | falls back to API_KEY |
ABV_MAX_BODY_SIZE | Max request body in bytes (for image uploads) | 104857600 (100MB) |
Antigravity's model router lets you remap incoming model names to actual upstream models. This is useful when clients hard-code model names like gpt-4.
Configuration via Web UI (API Proxy → Model Router) or gui_config.json:
Tiered routing (automatic): Antigravity prioritizes accounts by type (Ultra → Pro → Free) and quota reset frequency, consuming fast-reset accounts first.
Background task demotion (automatic): Requests detected as background tasks (e.g., Claude CLI title generation) are automatically redirected to Flash-tier models to preserve premium quota.
http://localhost:8045)Export from another tool and import in the Accounts page:
Antigravity auto-detects and migrates v1 database format on first launch — no manual steps needed.
The dashboard shows live quota across all accounts:
Smart Recommendation: The dashboard algorithmically selects the account with the most headroom and offers one-click switching.
403 detection: Accounts banned upstream are automatically flagged and skipped during rotation.
The account has been flagged upstream. In the Accounts view it will be marked with a 403 badge and automatically skipped. Add a fresh account and remove/re-authorize the banned one.
Antigravity handles this automatically (rotates to next account within milliseconds). If all accounts are exhausted, add more accounts or wait for quota reset. Check the dashboard for per-account quota status.
Ensure the volume mount is correct: