Use when the user asks questions, seeks help, or requests instructions related to installing, setting up, or migrating to Antigravity CLI. This skill provides t
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-antigravity-support-1e149d910201 ,按照其中的说明把「antigravity-support」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
This skill provides up-to-date information on how to install, configure, use, and migrate to Antigravity CLI, sourced from the official documentation at https://antigravity.google/docs/cli-getting-started.
Antigravity CLI is a next-generation terminal interface for collaborating with autonomous agents on local codebases. It is designed to be highly interactive and agent-driven, launching a Terminal User Interface (TUI) to coordinate code generation, reasoning, and workspace tasks.
Key Features:
To install the Antigravity CLI on your machine:
Run the following standard curl command in your terminal:
curl -fsSL https://antigravity.google/cli/install.sh | bash
This script downloads, verifies, and installs the latest version of Antigravity,
and automatically registers the agy binary in your PATH.
For Windows environments, install via the official PowerShell setup command:
irm https://antigravity.google/cli/install.ps1 | iex
Once installed, navigate to any project or workspace directory and run:
agy
This command starts the Antigravity CLI. The first time you launch it, the interactive TUI will guide you through:
If you are transitioning or migrating from another tool (such as Gemini CLI) to Antigravity CLI, follow these steps:
agy
command globally available.agy --version or
launching agy in an empty or sample directory.agy directly inside your project workspace
root. The initial setup assistant will guide you to import or configure trust
policies, similar to those you might have used previously.If you need more details or have advanced configuration/migration needs, please visit the official documentation: