openclaw/extensions/google-antigravity-auth
alexesipenko f4c35815c5 feat: Add OAuth auto-refresh for Google Antigravity and Gemini CLI
- Add refresh.ts modules for both providers with automatic token refresh logic
- Export refresh functions from main module files
- Follows existing patterns from qwen-portal-auth
- Tokens auto-refresh when expired without manual re-authentication
2026-01-28 05:02:55 +03:00
..
clawdbot.plugin.json fix: enforce plugin config schemas (#1272) (thanks @thewilloftheshadow) 2026-01-20 11:03:17 +00:00
index.ts feat: Add OAuth auto-refresh for Google Antigravity and Gemini CLI 2026-01-28 05:02:55 +03:00
package.json chore: prep 2026.1.27-beta.1 release 2026-01-28 01:35:58 +01:00
README.md feat: bundle provider auth plugins 2026-01-17 09:38:53 +00:00
refresh.ts feat: Add OAuth auto-refresh for Google Antigravity and Gemini CLI 2026-01-28 05:02:55 +03:00

Google Antigravity Auth (Clawdbot plugin)

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

Enable

Bundled plugins are disabled by default. Enable this one:

clawdbot plugins enable google-antigravity-auth

Restart the Gateway after enabling.

Authenticate

clawdbot 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.