Agent Plugins Marketplace
All plugins

antigravity-2

v0.1.0

Google Antigravity Codex Plugin for connecting OpenAI Codex to Antigravity 2.0 through CLI-first headless jobs, MCP, DevTools, and local Windows helper commands.

Codex1 Skill2 MCP serversstdio

By compronoLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
3 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install antigravity-2 for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add antigravity-2@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “antigravity-2” remain stable.

  • Codex: antigravity-2@agent-plugin-marketplaceantigravity-2@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/comprono/antigravity-2-codex-plugin/.

Plugin files

plugins/comprono/antigravity-2-codex-plugin/
├── .codex-plugin/plugin.json
├── skills/antigravity-2/SKILL.md
└── .mcp.json

Included Skills1

antigravity-2skills/antigravity-2/SKILL.md

Connect Codex to local Antigravity 2.0 through a CLI-first low-RAM bridge, plus desktop UI setup checks, model limits, project/chat inspection, and safe conversation handoff when UI state is needed.

MCP servers2

antigravity-devtoolsstdio
command
powershell.exe
args
-ExecutionPolicy Bypass -Command & "$env:USERPROFILE\plugins\antigravity-2\scripts\antigravity-devtools-mcp.ps1"
env.CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS
1
antigravity-localstdio
command
powershell.exe
args
-ExecutionPolicy Bypass -Command & node "$env:USERPROFILE\plugins\antigravity-2\scripts\antigravity-local-mcp.js"

Plugin manifests1

plugins/comprono/antigravity-2-codex-plugin/.codex-plugin/plugin.json
{
  "name": "antigravity-2",
  "version": "0.1.0",
  "description": "Google Antigravity Codex Plugin for connecting OpenAI Codex to Antigravity 2.0 through CLI-first headless jobs, MCP, DevTools, and local Windows helper commands.",
  "repository": "https://github.com/comprono/antigravity-2-codex-plugin",
  "homepage": "https://github.com/comprono/antigravity-2-codex-plugin",
  "license": "MIT",
  "author": {
    "name": "comprono"
  },
  "keywords": [
    "google-antigravity",
    "openai-codex",
    "codex-plugin",
    "codex-mcp-plugin",
    "devtools-mcp",
    "antigravity",
    "antigravity-2",
    "desktop",
    "windows",
    "local"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Antigravity 2.0",
    "shortDescription": "Connect OpenAI Codex to Antigravity 2.0 with CLI-first jobs and UI fallback.",
    "longDescription": "Adds Codex-side helpers for Antigravity 2.0 on Windows. The plugin exposes local MCP tools for compact quick readiness checks, status, low-RAM Antigravity CLI jobs, live readiness, model limit summaries, active chat model switching, durable bridge jobs, full model limits, and privacy scans, plus a DevTools MCP bridge for live UI automation when visible project/chat state is needed. It can verify setup on another user's machine, use the official agy CLI without opening desktop UI, launch the desktop app when needed, report install and process status, read model quota state from Antigravity's local language server, switch the active chat away from exhausted models to an available Flash/Gemini model, create .antigravity-bridge job folders, submit jobs, list/read/cancel/retry jobs, inspect visible projects and chats, continue existing chats, start new chats in existing projects, start new projects, and hand off instructions safely after live UI verification.",
    "developerName": "comprono",
    "websiteURL": "https://github.com/comprono/antigravity-2-codex-plugin",
    "privacyPolicyURL": "https://github.com/comprono/antigravity-2-codex-plugin/blob/main/SECURITY.md",
    "termsOfServiceURL": "https://github.com/comprono/antigravity-2-codex-plugin/blob/main/README.md",
    "composerIcon": "./assets/icon.svg",
    "logo": "./assets/icon.svg",
    "category": "Productivity",
    "capabilities": [
      "Local app launch",
      "Compact quick status",
      "Antigravity CLI jobs",
      "Low-RAM headless bridge",
      "Autonomous setup checks",
      "Local MCP setup tools",
      "Install inspection",
      "Model quota inspection",
      "Active model switching",
      "Durable bridge jobs",
      "Live UI inspection",
      "DevTools bridge",
      "Live DevTools repair",
      "Project and chat inspection",
      "New project and chat handoff",
      "Public repo privacy scan"
    ],
    "defaultPrompt": [
      "Quick check Antigravity 2.0",
      "Open Antigravity 2.0",
      "Repair Antigravity live inspection",
      "Check Antigravity setup",
      "Show Antigravity model limits",
      "Switch Antigravity to Flash Medium",
      "Submit Antigravity bridge job",
      "Submit Antigravity CLI job",
      "Read latest Antigravity job",
      "Inspect Antigravity projects",
      "Start a new Antigravity chat",
      "Continue an Antigravity chat"
    ],
    "brandColor": "#14B8A6"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[antigravity-2 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/antigravity-2)