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-proxyResumen de Tools
Lo que la gente pregunta sobre antigravity-claude-proxy
¿Qué es badrisnarayanan/antigravity-claude-proxy?
+
badrisnarayanan/antigravity-claude-proxy es tools para el ecosistema de Claude AI. Proxy that exposes Antigravity provided claude / gemini models, so we can use them in Claude Code and OpenClaw (Clawdbot) Tiene 3.8k estrellas en GitHub y se actualizó por última vez 4d ago.
¿Cómo se instala antigravity-claude-proxy?
+
Puedes instalar antigravity-claude-proxy clonando el repositorio (https://github.com/badrisnarayanan/antigravity-claude-proxy) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar badrisnarayanan/antigravity-claude-proxy?
+
Nuestro agente de seguridad ha analizado badrisnarayanan/antigravity-claude-proxy y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene badrisnarayanan/antigravity-claude-proxy?
+
badrisnarayanan/antigravity-claude-proxy es mantenido por badrisnarayanan. La última actividad registrada en GitHub es de 4d ago, con 13 issues abiertos.
¿Hay alternativas a antigravity-claude-proxy?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega antigravity-claude-proxy en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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