Install any skill in seconds. Free to start, no credit card required.
Get Started Free →How to automate Antigravity using OpenCLI
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -71% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -38% | 0% |
This skill allows AI agents to control the Antigravity desktop app (and any Electron app with CDP enabled) programmatically via OpenCLI.
opencli automatically detects, launches (with --remote-debugging-port=9234), and connects to Antigravity. If Antigravity is already running without CDP, opencli will prompt to restart it.
If the endpoint exposes multiple inspectable targets, set: \\\bash export OPENCLI_CDP_TARGET="antigravity" \\\
opencli antigravity send <message>): Type and send a message directly into the chat UI.opencli antigravity read): Scrape the raw chat transcript from the main UI container.opencli antigravity extract-code): Automatically isolate and extract source code text blocks from the AI's recent answers.opencli antigravity model <name>): Instantly toggle the active LLM (e.g., \gemini\, \claude\).opencli antigravity new): Start a fresh conversation.\\\bash opencli antigravity send "Write a python script to fetch HN top stories"
opencli antigravity extract-code > hn_fetcher.py \\\
Agents can run long-running streaming watch instances: \\\bash opencli antigravity watch \\\
Other measured skills in the registry, with their headline benchmark lift.