antigravity-cli

Automate Antigravity CLI setup, authentication, and plugin management workflows.

150|25|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill antigravity-cli-devsoul2026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: antigravity-cli
Source: https://github.com/Devsoul2026/Hermes-One-Click/tree/main/hermes-agent/optional-skills/autonomous-ai-agents/antigravity-cli
Command: npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill antigravity-cli-devsoul2026

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill centralizes and streamlines the setup, authentication, and plugin management workflow for the Antigravity CLI to accelerate testing and reliable deployments.

Core Features & Use Cases

  • Wrapper commands for common operations like install, help, plugin, and update.
  • In-session and plugin-management workflows for configuring authentication, plugins, and sandboxed runs in local or CI environments.
  • Use Case: A developer can verify a fresh agy install, configure a plugin, and run a sandboxed session to validate behavior without affecting their main environment.

Quick Start

Install the agy CLI, verify its version, view help, and begin plugin management via the terminal to ensure it is ready.

Frequently Asked Questions about antigravity-cli

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

FAQPage Schema
How do I automate Antigravity CLI setup and authentication for CI environments?

Automate Antigravity CLI setup by using wrapper commands to install, configure authentication, and manage plugins across CI environments. The workflow reads and writes to the user's home config under ~/.gemini/antigravity-cli to streamline testing and deployment.

Can I run sandboxed executions with the agy CLI to isolate test behavior?

Yes, you can run sandboxed executions with the agy CLI. The skill supports in-session slash commands and sandboxed runs, allowing developers and testers to validate behavior without affecting their main local or CI environment.

What is the best way to manage plugins for the Antigravity CLI?

The best way to manage plugins for the Antigravity CLI is through dedicated plugin subcommands. The skill centralizes plugin management workflows, allowing you to configure and update plugins directly via terminal commands.

Do I need the agy binary on PATH to configure Antigravity CLI workflows?

Yes, you need the agy binary on PATH to configure Antigravity CLI workflows. The skill requires this binary to execute wrapper commands, manage plugins, and read or write configurations under the ~/.gemini/antigravity-cli directory.

Why does my Antigravity CLI configuration fail to persist between sessions?

Antigravity CLI configuration persists between sessions by writing to the user's home config directory at ~/.gemini/antigravity-cli. If this path lacks write permissions or the agy binary is missing from PATH, configuration data will fail to save.

What wrapper commands are available for common Antigravity CLI operations?

Available wrapper commands for common Antigravity CLI operations include install, help, plugin, and update. These commands streamline the process of verifying a fresh agy install, viewing help, and beginning plugin management via the terminal.