Files
agency-agents/integrations/antigravity/README.md
Ryanba 30f6f18d41 文档: 同步 OpenClaw 安装与集成说明 (#432)
Syncs OpenClaw install docs and integration paths. Aligns README examples with current script behavior.
2026-04-10 18:54:58 -05:00

50 lines
1009 B
Markdown

# Antigravity Integration
Installs the full Agency roster as Antigravity skills. Each agent is prefixed
with `agency-` to avoid conflicts with existing skills.
## Install
```bash
./scripts/install.sh --tool antigravity
```
This copies files from `integrations/antigravity/` to
`~/.gemini/antigravity/skills/`.
## Activate a Skill
In Antigravity, activate an agent by its slug:
```
Use the agency-frontend-developer skill to review this component.
```
Available slugs follow the pattern `agency-<agent-name>`, e.g.:
- `agency-frontend-developer`
- `agency-backend-architect`
- `agency-reality-checker`
- `agency-growth-hacker`
## Regenerate
After modifying agents, regenerate the skill files:
```bash
./scripts/convert.sh --tool antigravity
```
## File Format
Each skill is a `SKILL.md` file with Antigravity-compatible frontmatter:
```yaml
---
name: agency-frontend-developer
description: Expert frontend developer specializing in...
risk: low
source: community
date_added: '2026-03-08'
---
```