antigravity-cli

Operate the Antigravity CLI for plugin management, authentication, and sandbox configuration.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/Chensihakniroth/ANAKOT-AGENT --skill antigravity-cli-chensihakniroth
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: antigravity-cli
Source: https://github.com/Chensihakniroth/ANAKOT-AGENT/tree/main/optional-skills/autonomous-ai-agents/antigravity-cli
Command: npx skills add https://github.com/Chensihakniroth/ANAKOT-AGENT --skill antigravity-cli-chensihakniroth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Operating the Antigravity CLI (agy) requires knowing the difference between shell wrapper commands and in-session slash commands, plus where settings, logs, and plugins live. This Skill provides an operator guide so an agent can install, run, debug, and verify agy without guesswork. ## Core Features & Use Cases - CLI Operation: Run wrapper commands like agy help, agy plugin list, and non-interactive agy --print one-shots through the terminal tool. - Configuration & Debugging: Inspect settings.json, keybindings.json, conversation history, and cli-*.log files to diagnose auth, sandbox, and permission issues. - Plugin Management: Import, install, enable, disable, and validate plugins staged under ~/.gemini/antigravity-cli/plugins/. - Use Case: An agent needs to smoke-test a fresh Antigravity install on a server: it verifies the binary with agy --version, lists plugins, reads the latest log file, and confirms settings without opening an interactive TUI. ## Quick Start Ask the agent to verify the Antigravity CLI installation by running agy --version and agy plugin list, then reading the settings file at ~/.gemini/antigravity-cli/settings.json.

Frequently Asked Questions about antigravity-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Antigravity CLI commands non-interactively?▼

Use agy --print or agy -p followed by your prompt for one-shot, non-interactive execution. This is the preferred mode for scripted prompts and smoke tests, since interactive commands like agy version can fail without a real TTY.

How do I manage plugins in the Antigravity CLI?▼

Use the agy plugin subcommands: list, import, install, uninstall, enable, disable, validate, and link. Plugins stage under ~/.gemini/antigravity-cli/plugins/<plugin_name>/ and can bundle skills, agents, rules, MCP servers, and hooks.

How does Antigravity CLI authentication work over SSH?▼

The CLI tries the OS secure keyring first, then falls back to browser-based Google sign-in. Over SSH it prints an authorization URL and expects the auth code pasted back. On WSL, token storage is file-based, so auth issues are usually local session-state problems.

Why does agy help not show slash commands like /config or /permissions?▼

agy help only shows the shell wrapper surface, not in-session slash commands. Commands like /config, /permissions, /skills, and /agents only exist inside a running agy TUI session and cannot be invoked from the shell wrapper.

Where do I look when the Antigravity CLI fails?▼

Check the logs at ~/.gemini/antigravity-cli/log/cli-*.log first, then inspect settings.json and keybindings.json in the same directory. Also verify whether launch-time overrides like --sandbox conflict with persistent JSON settings.