antigravity-cli

Solid

Operate the Antigravity CLI (agy): plugins, auth, sandbox.

AI & Automation 191,515 stars 33299 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Antigravity CLI (`agy`) Operator guide for the Antigravity CLI, invoked as `agy`. Run all `agy` commands through the Hermes `terminal` tool; inspect its config and logs with `read_file`. This skill is reference + procedure — it does not wrap a network API, so there is nothing to authenticate from Hermes itself. ## When to Use - Installing, updating, or smoke-testing the `agy` binary - Driving non-interactive `agy --print` / `agy -p` one-shots - Debugging Antigravity auth, sandbox, permissions, or plugin state - Reading Antigravity settings, keybindings, conversations, or logs ## Mental model Antigravity has two layers — keep them distinct or the guidance will be wrong: 1. **Shell wrapper commands** — `agy help`, `agy install`, `agy plugin`, `agy update`, `agy changelog`. Run these through the `terminal` tool. 2. **Interactive in-session slash commands** — `/config`, `/permissions`, `/skills`, `/agents`, etc. These only exist inside a running `agy` TUI session, not on the shell wrapper. `agy help` shows the shell wrapper surface, NOT the in-session slash commands. ## Prerequisites - The `agy` binary on PATH. Verify through the `terminal` tool: `command -v agy && agy --version`. - No env vars or API keys required by this skill — Antigravity manages its own auth via the OS keyring / browser sign-in (see Authentication below). ## How to Run Invoke every `agy` command through the `terminal` tool. Examples: ``` terminal(command="agy --version") terminal(c...

Details

Author
NousResearch
Repository
NousResearch/hermes-agent
Created
10 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category