← Back to Plugins
Tools

Antigravity

Oceanswave By Oceanswave 👁 20 views ▲ 0 votes

Rescued OpenClaw Google Antigravity OAuth provider plugin

GitHub

Install

openclaw plugins install ./openclaw-antigravity-plugin

README

# Antigravity Plugin (OpenClaw)

> **USE AT YOUR OWN RISK.** Google has banned users — including paying AI Pro and Ultra subscribers — for routing requests through third-party tools like OpenClaw via Antigravity OAuth. Read the [warnings below](#warnings) before using this plugin.

OAuth provider plugin for **Google Antigravity** (Cloud Code Assist).

Rescued from [openclaw/openclaw](https://github.com/openclaw/openclaw) after removal in commit `382fe80` ("refactor!: remove google-antigravity provider support").

---

## Warnings

### Google is actively banning accounts that use this

In February 2026, Google began a sweeping enforcement wave against users who connected third-party tools (including OpenClaw) to Google Antigravity via OAuth. Affected users received **403 Terms of Service violation** errors and had their access to Antigravity, Gemini CLI, and Cloud Code Assist permanently revoked — with no refunds for paid subscribers.

Google Antigravity lead **Varun Mohan** stated:

> "We've been seeing a massive increase in malicious usage of the Antigravity backend that has tremendously degraded the quality of service for our users."
>
> "We needed to find a path to quickly shut off access to these users that are not using the product as intended."
>
> "We understand that a subset of these users were not aware that this was against our ToS and will get a path for them to come back on but we have limited capacity and want to be fair to our actual users."

### What you should know

- **Injecting an Antigravity OAuth token into a third-party tool violates Google's Terms of Service**, even if you stay within your allocated token limits.
- **Bans affect Antigravity, Gemini CLI, and Cloud Code Assist access** — not your full Google account, but your AI/developer services.
- **Paid subscribers ($20/mo AI Pro, $250/mo AI Ultra) have been banned with no refunds.**
- **Appeals are slow and uncertain.** Google directs affected users to email `[email protected]`, but outcomes are not guaranteed.
- **This plugin was removed from OpenClaw itself** for these reasons (commit `382fe80`).

### Sources

- [Gemini API Access Disabled (403 ToS) After Using OpenClaw Agent](https://discuss.ai.google.dev/t/gemini-api-access-disabled-403-tos-after-using-openclaw-agent-appeal-pending/122810) — Google AI Developers Forum
- [Account Disabled (403 ToS) After Unknowingly Using OpenClaw](https://discuss.ai.google.dev/t/account-disabled-403-tos-after-unknowingly-using-openclaw-new-subscriber-seeking-account-restoration/125862) — Google AI Developers Forum
- [Antigravity/Gemini Code Assist Disabled (403 ToS) – Appeal Submitted](https://discuss.ai.google.dev/t/antigravity-gemini-code-assist-disabled-403-tos-appeal-submitted-need-escalation/125649) — Google AI Developers Forum
- [Google clamps down on Antigravity 'malicious usage', cutting off OpenClaw users](https://venturebeat.com/orchestration/google-clamps-down-on-antigravity-malicious-usage-cutting-off-openclaw-users) — VentureBeat
- [Google Bans AI Subscribers Over OpenClaw, Skips Refunds](https://winbuzzer.com/2026/02/23/google-bans-ai-subscribers-openclaw-no-refunds-xcxwbn/) — WinBuzzer
- [Bans Hit OpenClaw Users After Overloading Google's Antigravity Backend](https://www.trendingtopics.eu/bans-hit-openclaw-users-after-overloading-googles-antigravity-backend-massive-increase-in-malicious-usage/) — TrendingTopics

---

## Install

Clone the repo and install from the local path:

```bash
git clone https://github.com/Oceanswave/openclaw-antigravity-plugin.git
openclaw plugins install ./openclaw-antigravity-plugin
openclaw plugins enable antigravity-plugin
```

Or link it for development (no copy):

```bash
openclaw plugins install -l ./openclaw-antigravity-plugin
```

Restart the Gateway after enabling.

## Configure

1. Create Google OAuth credentials at [Google Cloud Console](https://console.cloud.google.com/apis/credentials)
2. Set the environment variables before starting the Gateway:

```bash
export ANTIGRAVITY_CLIENT_ID="your-client-id.apps.googleusercontent.com"
export ANTIGRAVITY_CLIENT_SECRET="your-client-secret"
```

See `.env.example` for all available options.

## Authenticate

```bash
openclaw models auth login --provider google-antigravity --set-default
```

## Notes

- Antigravity uses Google Cloud project quotas.
- If requests fail, ensure Gemini for Google Cloud is enabled.

## Disclaimer

This plugin is provided **as-is** for archival and research purposes. The maintainers are not responsible for any account suspensions, service restrictions, or financial losses resulting from its use. By using this plugin, you acknowledge that you understand the risks described above and accept full responsibility for any consequences.
tools

Comments

Sign in to leave a comment

Loading comments...