Proxy that exposes Antigravity provided claude / gemini models, so we can use them in Claude Code and OpenClaw (Clawdbot)
Antigravity Claude Proxy is a JavaScript proxy server, installable via npm or npx, that sits between Claude Code CLI (or OpenClaw/ClawdBot) and Antigravity's Cloud Code backend. It accepts requests in Anthropic Messages API format, translates them to Google Generative AI format, forwards them to Antigravity's Cloud Code endpoint at daily-cloudcode-pa.sandbox.googleapis.com, and converts responses back to Anthropic format, including streaming and thinking support. This lets developers point Claude Code at a local server on port 8080 instead of Anthropic's official API, effectively routing requests through Google accounts rather than a paid Anthropic subscription. Account management is handled through a web dashboard, CLI commands, or automatic detection of an existing Antigravity installation. A notable detail is that the README explicitly warns Google has been banning accounts linked to this proxy and recommends using a dedicated burner account. The tool targets developers who want to use Claude Code or ClawdBot without a direct Anthropic subscription.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/badrisnarayanan/antigravity-claude-proxyTools overview
What people ask about antigravity-claude-proxy
What is badrisnarayanan/antigravity-claude-proxy?
+
badrisnarayanan/antigravity-claude-proxy is tools for the Claude AI ecosystem. Proxy that exposes Antigravity provided claude / gemini models, so we can use them in Claude Code and OpenClaw (Clawdbot) It has 3.8k GitHub stars and was last updated 4d ago.
How do I install antigravity-claude-proxy?
+
You can install antigravity-claude-proxy by cloning the repository (https://github.com/badrisnarayanan/antigravity-claude-proxy) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is badrisnarayanan/antigravity-claude-proxy safe to use?
+
Our security agent has analyzed badrisnarayanan/antigravity-claude-proxy and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains badrisnarayanan/antigravity-claude-proxy?
+
badrisnarayanan/antigravity-claude-proxy is maintained by badrisnarayanan. The last recorded GitHub activity is from 4d ago, with 13 open issues.
Are there alternatives to antigravity-claude-proxy?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy antigravity-claude-proxy to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/badrisnarayanan-antigravity-claude-proxy)<a href="https://claudewave.com/repo/badrisnarayanan-antigravity-claude-proxy"><img src="https://claudewave.com/api/badge/badrisnarayanan-antigravity-claude-proxy" alt="Featured on ClaudeWave: badrisnarayanan/antigravity-claude-proxy" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies