Command reference ยท Antigravity CLI
agy plugin import gemini
Automatically converts legacy Gemini CLI extensions into native Antigravity CLI plugins.
agy plugin import gemini scans local Gemini CLI directories, reads the extension manifests, and converts them into the native plugin layout. Legacy commands get converted to skills, existing skills are carried over, and mcpServers entries migrate into a dedicated mcp_config.json; for remote servers you then need to rename the url/httpUrl schema key to serverUrl manually. The output lists per extension exactly what was converted, e.g. 'commands: 4 legacy commands converted to skills'.
โ WHEN TO USE IT?
Automatically bring over existing extensions when switching from Gemini CLI
Run agy plugin import gemini right after installing Antigravity CLI
โ WHEN NOT TO?
You want to install a single, brand-new plugin from scratch
import gemini only converts existing legacy Gemini CLI extensions, not new plugins.
Better: Use agy plugin install <path>
SOURCES
- Antigravity CLI Doku: Gemini CLI Migration โ antigravity.google