ythx-101ythx-101Communityยท1 Agent Skills Included

antigravity-bridge

Free REST API access to premium chat models

Exposes Google's free Antigravity desktop app as a local REST API with six premium chat models. Eliminates paid API subscriptions by routing prompts through the desktop client via Chrome DevTools Protocol. Supports sync and async chat, model switching, and image generation so scripts and agents can call models with simple HTTP requests.
npx skills add ythx-101/antigravity-bridge --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Antigravity Bridge?โ–ผ

Run `npx skills add ythx-101/antigravity-bridge --all -g -y` in your terminal to install this skill globally.

How to use Claude Opus and Gemini Pro for free?โ–ผ

Start the bridge with `python3 scripts/bridge.py`, then send prompts to `http://localhost:19999/chat` to access six models including Claude Opus 4.6 and Gemini 3.1 Pro at no cost.

What are the requirements for Antigravity Bridge?โ–ผ

You need a Mac with the Antigravity app installed, Python 3.8+ with the websockets package, and network access to googleapis.com.

Is Antigravity Bridge safe for my Google account?โ–ผ

No. It violates Antigravity's Terms of Service and can trigger throttling or account bans, so only use a throwaway account for personal research.

Does Antigravity Bridge support async requests?โ–ผ

Yes. POST to `/async` to receive a task ID, then poll `/task/{id}` for results, which avoids timeouts on long-running queries.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’