AgySafe banner
qiufeng662 qiufeng662

AgySafe

Development community

Description

Use your Antigravity benefits inside any coding agent. Official AGY CLI, agent-agnostic, local-first, safe by default.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🛡️ AgySafe

Use the Antigravity benefits you already have — inside the coding agent you already use.

**Official AGY CLI · Agent-agnostic · Local-first · Safe by default**

[![Release](https://img.shields.io/badge/release-v1.0.0-2ea44f?style=flat-square)](CHANGELOG.md) [![Windows](https://img.shields.io/badge/Windows-PowerShell%205.1%2B-0078D4?style=flat-square&logo=windows)](#requirements) [![AGY](https://img.shields.io/badge/runtime-official%20agy-4285F4?style=flat-square)](#how-it-works) [![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE) [![Security](https://img.shields.io/badge/security-local--first-success?style=flat-square)](SECURITY.md)

[中文说明](README_CN.md) · [Docs](docs/README.md) · [Quick Start](docs/QUICKSTART.md) · [Architecture](docs/ARCHITECTURE.md) · [Troubleshooting](docs/TROUBLESHOOTING.md) · [Agent Setup](docs/AGENT_SETUP.md)


Why AgySafe?

You may already pay for Google AI / Antigravity access, while spending most of your day in **OpenCode, Codex, Claude Code, Gemini CLI, Cursor, or another coding agent**.

AgySafe connects those two worlds without turning itself into another heavy framework.

flowchart LR
    U["You"] --> A["Your coding agent"]
    A --> S["agysafe"]
    S --> I["Filtered isolated workspace"]
    I --> G["Official agy CLI"]
    G --> V["Antigravity"]

    style S stroke-width:3px
    style I stroke-dasharray: 5 5

**AgySafe is intentionally small at the core.** One stable local CLI, one safety layer, many agent entry points.


What problem does it solve?

Without AgySafe With AgySafe
Your preferred agent cannot directly use your AGY workflow Any terminal-capable agent can call agysafe
Every agent needs a different custom integration All adapters call the same universal CLI
Real project paths may be handed directly to another tool Review/edit tasks use a filtered isolated copy
Secret fi