cavi-ai/
GitHub ↗

Installation

Requirements

  • Node.js 20 or newer.
  • OpenClaw 2026.7 or newer. The npm peer range is

>=2026.7.0, and plugin installation declares >=2026.7.0.

  • Gateway 2026.7.0 or newer.
  • OpenClaw plugin API 2026.7 or newer (declared as

>=2026.7).

  • Google's Antigravity CLI (agy) installed on the Gateway host and already

signed in. Confirm the live session with agy models.

Install the package through OpenClaw:

bash
openclaw plugins install @cavi-ai/antigravity

Or install the same scoped npm package globally:

bash
npm install -g @cavi-ai/antigravity

Enable the plugin and restart the Gateway so discovery reloads:

bash
openclaw config set plugins.entries.antigravity.enabled true

If the plugins configuration is supplied through a $include, edit the included file directly instead of asking the installer to write through it.