antigravity-cli

Operate the Antigravity CLI for coding tasks, plugin management, and sandbox execution.

2|1|Updated Jul 14, 2026
One-click install
npx skills add https://github.com/heysuhas/hermes_cli --skill antigravity-cli-heysuhas
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: antigravity-cli
Source: https://github.com/heysuhas/hermes_cli/tree/main/optional-skills/autonomous-ai-agents/antigravity-cli
Command: npx skills add https://github.com/heysuhas/hermes_cli --skill antigravity-cli-heysuhas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Antigravity CLI (agy) provides a powerful, local-first interface for AI-assisted coding, but its dual-layer architecture (shell wrappers vs. in-session slash commands) can be confusing to navigate. This skill provides the necessary operational procedures to effectively manage plugins, authentication, and sandbox environments without manual trial and error.

Core Features & Use Cases

  • Agentic Workflow Management: Execute one-shot coding tasks or long-running background processes using the agy binary.
  • Plugin & Sandbox Control: Manage plugin lifecycles and configure secure sandbox permissions for isolated code execution.
  • Use Case: Use this skill to perform a complex refactor by launching an autonomous agy session in a background process, allowing the agent to handle multi-file changes while you monitor progress via logs.

Quick Start

Invoke the antigravity cli to perform a non-interactive code review on the current repository by running the agy command with the print flag and your specific prompt.

Frequently Asked Questions about antigravity-cli

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

FAQPage Schema
How do I automate multi-file code refactoring with an AI coding agent?▼

You can launch an autonomous background process using the Antigravity CLI to handle multi-file refactoring autonomously. This allows the coding agent to execute complex changes while you monitor progress via logs.

What do I need to configure before using the Antigravity CLI for autonomous coding?▼

Using the Antigravity CLI requires the agy binary installed on your system path and configured with OS-level keyring authentication. This setup enables secure interaction with AI-driven development agents.

How does sandbox-restricted execution work for AI-assisted coding tasks?▼

Sandbox-restricted execution isolates code execution by configuring secure sandbox permissions through the Antigravity CLI. This ensures plugins and autonomous coding tasks operate within controlled boundaries.

Can I run a non-interactive code review on my current repository using an AI agent?▼

Yes, you can perform a non-interactive code review by running the agy command with the print flag and your specific prompt. This executes a one-shot coding task directly on your repository.

Why are there two different command types in the Antigravity CLI?▼

The Antigravity CLI uses a dual-layer architecture consisting of shell wrappers and in-session slash commands. This design separates local binary execution from in-session orchestration for flexible agentic workflow management.

What is the best way to manage plugin lifecycles in a local-first AI coding environment?▼

Managing plugin lifecycles is handled directly through the Antigravity CLI's plugin control features. You can install, configure, and control plugins alongside sandbox permissions without manual trial and error.