Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Proxy that exposes Antigravity provided claude / gemini models, so we can use them in Claude Code and OpenClaw (Clawdbot)
| Date | Stars |
|---|---|
| 2026-07-31 | 3868 |
| 2026-08-03 | 3868 |
| 2026-08-06 | 3868 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Antigravity Claude Proxy [](https://www.npmjs.com/package/antigravity-claude-proxy) [](https://www.npmjs.com/package/antigravity-claude-proxy) [](https://opensource.org/licenses/MIT) A proxy server that exposes an **Anthropic-compatible API** backed by **Antigravity's Cloud Code**, letting you use Claude and Gemini models with **Claude Code CLI** and **OpenClaw / ClawdBot**.  > **⚠️ WARNING:** Google has been issuing ToS violation bans on accounts connected to this proxy. Use at your own risk. <details> <summary><strong>⚠️ Terms of Service Warning — Read Before Installing</strong></summary> > [!CAUTION] > Using this proxy may violate Google's Terms of Service. A small number of users have reported their Google accounts being **banned** or **shadow-banned** (restricted access without explicit notification). > > **By using this proxy, you acknowledge:** > - This is an unofficial tool not endorsed by Google > - Your account may be suspended or permanently banned > - You assume all risks associated with using this proxy > > **Recommendation:** Do not use your main account. Use a burner account instead, and optionally add it to your main account's family plan if needed. </details> --- ## How It Works ``` ┌──────────────────┐ ┌─────────────────────┐ ┌────────────────────────────┐ │ Claude Code │────▶│ This Proxy Server │────▶│ Antigravity Cloud Code │ │ (Anthropic │ │ (Anthropic → Google│ │ (daily-cloudcode-pa. │ │ API format) │ │ Generative AI) │ │ sandbox.googleapis.com) │ └──────────────────┘ └─────────────────────┘ └────────────────────────────┘ ``` 1. Receives requests in **Anthropic Messages API format** 2. Uses OAuth tokens from added Google accounts (or Antigravity's local database) 3. Transforms to **Google Generative AI format** with Cloud Code wrapping 4. Sends to Antigravity's Cloud Code API 5. Converts responses back to **Anthropic format** with full thinking/streaming support ## Prerequisites - **Node.js** 18 or later - **Antigravity** installed (for single-account mode) OR Google account(s) for multi-account mode --- ## Installation ### Option 1: npm (Recommended) ```bash # Run directly with npx (no install needed) npx antigravity-claude-proxy@latest start # Or install globally npm install -g antigravity-claude-proxy@latest antigravity-claude-proxy start ``` ### Option 2: Clone Repository ```bash git clone https://github.com/badri-s2001/antigravity-claude-proxy.git cd antigravity-claude-proxy npm install npm start ``` --- ## Quick Start ### 1. Start the Proxy Server ```bash # If installed globally acc start # or: antigravity-claude-proxy start # If using npx npx antigravity-claude-proxy@latest start # If cloned locally npm start ``` The server launches as a **background process** on `http://localhost:8080` by default and survives terminal closure. | Command | Description | | :--- | :--- | | `acc start` | Launch proxy in the background | | `acc stop` | Shut down the proxy | | `acc restart` | Restart the proxy | | `acc status` | Check proxy health and PID | | `acc ui` | Open the web dashboard | | `acc start --log` | Run in foreground with visible logs | ### 2. Link Account(s) Choose one of the following methods to authorize the proxy: #### **Method A: Web Dashboard (Recommended)** 1. With the proxy running, open `http://localhost:8080` in your browser. 2. Navigate to the **Accounts** tab and click **Add Account**. 3. Complete the Google OAuth authorization in the popup window. > **Headless/Remote Servers**: If running on a server without a browser, the WebUI supports a "Manual Authorization" mode. After clicking "Add Account", you can copy the OAuth URL
Excerpt of 11,050 characters
Read on GitHub212
137
26
7
Simon Benedict · Germany
6
Phuc Nguyen Minh · Vietnam
5
4
3
2
2
2
2
1
Haxe18 · Germany
1
Hackoak · Hackoak Inc. · India
1
1
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:d024c3084b832aba, llm:Repository description: 'Proxy that exposes Antigravity provided claude / gemini models, so we can use them in Claude Code and OpenClaw (Clawdbot)'. Topics include 'claude', 'gemini', 'proxy'.