antigravity-cli

Automates Antigravity CLI plugin management and user authentication workflows.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/LynxLabVN/office-agent --skill antigravity-cli-lynxlabvn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: antigravity-cli
Source: https://github.com/LynxLabVN/office-agent/tree/main/agent-core/optional-skills/autonomous-ai-agents/antigravity-cli
Command: npx skills add https://github.com/LynxLabVN/office-agent --skill antigravity-cli-lynxlabvn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The antigravity-cli skill unit addresses the challenges of managing and utilizing the Antigravity CLI, which offers a suite of plugins, authentication, and a sandbox environment.

Core Features & Use Cases

  • CLI Operations: Install, update, and manage the agy binary and its plugins.
  • Authentication: Manages authentication through OS keyring or browser sign-in.
  • Sandbox: Provides a secure environment for running agy commands.
  • Use Case: For a developer looking to automate repetitive tasks like plugin management or to securely interact with the Antigravity CLI within a development workflow.

Quick Start

Use the antigravity-cli to list all installed plugins with the command 'list_plugins'.

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 plugin management in a development workflow?

You can automate Antigravity CLI plugin management by executing command-line operations to install, update, and manage the `agy` binary and its plugins. This skill handles these repetitive tasks for development workflows.

Does Antigravity CLI authentication support OS keyring or browser sign-in?

Yes, Antigravity CLI authentication supports both OS keyring and browser sign-in. This skill manages the authentication process to securely interact with the CLI.

What is the sandbox environment used for when running agy commands?

The sandbox environment provides a secure execution context for running `agy` commands. It ensures that Antigravity CLI operations are isolated during development workflow automation.

Can I list installed plugins using the Antigravity CLI?

Yes, you can list installed plugins using the Antigravity CLI. The skill provides a list_plugins command to quickly display all currently installed plugins.

What are the limitations of automating command-line operations with the Antigravity CLI?

Automating command-line operations with the Antigravity CLI is limited to plugin management, authentication, and sandbox execution. It requires an existing installation of the `agy` binary to function properly.