← 返回 Skills 市场
duanc-chao

Antigravity

作者 wow · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
437
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install antigravity
功能描述
Provides a comprehensive introduction and usage guide for Google Antigravity IDE, focusing on its Agent-First design, multi-model support, and Skills system.
使用说明 (SKILL.md)

Antigravity 介绍与使用指南


name: antigravity-introduction

description: 提供关于 Google Antigravity IDE 的全面介绍、核心功能解析及最佳实践指南。当用户询问“什么是 Antigravity”、“如何使用 Antigravity”或需要了解其 Agent 优先理念时使用。 keywords: ["antigravity", "google ide", "ai coding", "agent-first", "gemini", "vibe coding"]

Antigravity 深度指南

目标 帮助用户理解并掌握 Google Antigravity 的核心概念,使其能够从传统 IDE 思维转变为 Agent-First(智能体优先)的开发模式。

核心概念解析

Antigravity 是 Google 于 2025 年末发布的 Agent-First IDE(智能体优先集成开发环境)。它不仅仅是代码编辑器,更是一个让 AI 代理(Agent)作为核心开发者的平台。

  • Agent-First 理念:不同于传统 IDE 将 AI 作为辅助插件,Antigravity 将 AI 置于工作流的中心。用户通过自然语言描述需求,由 Agent 负责规划、编写代码、调试和测试。
  • 多模型支持:原生支持 Google Gemini 3 Pro、Deep Think、Flash 以及 Anthropic 的 Claude Sonnet 4.5 和 Opus 4.5。
  • Mission Control:内置面板,允许用户同时管理和监控多个并行工作的智能体。
  • Skills 系统:允许用户通过简单的文件结构(SKILL.md)扩展 Agent 的能力,实现工作流的标准化和复用。

使用场景与最佳实践

  1. Vibe Coding(氛围编程)
  • 描述:用户专注于逻辑和创意,将具体的语法实现、样板代码交给 Agent。
  • 操作:在对话框中输入自然语言需求,例如“创建一个响应式的登录页面,使用 Tailwind CSS”。
  1. Skills 的应用
  • 项目专属技能:将团队规范、特定框架的最佳实践封装在 .agent/skills/ 目录下。
  • 全局技能:将通用的开发工具(如 Git 提交规范、代码审查流程)封装在 ~/.gemini/antigravity/skills/ 目录下。
  1. 异步反馈
  • 利用浏览器截图功能,直接在视觉层面上给 Agent 提供反馈,例如“把这个按钮的颜色调暗一点”。

常见问题解答

  • Q: Antigravity 和 VS Code 有什么区别?
  • A:Antigravity 基于 VS Code 分支,但深度集成了 Agent 能力,底层架构针对异步 AI 任务进行了优化(参考了 Windsurf 的技术)。
  • Q: 如何安装 Skills?
  • A:通常通过 Git Clone 官方或社区的 Skills 仓库到指定目录,或者手动创建包含 SKILL.md 的文件夹。

示例对话

用户:“帮我介绍一下 Antigravity 的 Skill 系统。” Agent:“Antigravity 的 Skill 系统是一套开放标准,允许你通过 Markdown 文件教 Agent 学习新技能。比如你可以创建一个 Skill 来规范 Git 提交信息。只需在项目中创建 .agent/skills/my-skill/SKILL.md,写入指令,Agent 就会自动识别并执行。”

安全使用建议
This skill is documentation-only and low-risk, but exercise normal caution: only clone or copy community Skill repositories from sources you trust; review any SKILL.md before placing it into project or global skill directories (~/.gemini/... or .agent/skills/) because skills stored globally can affect multiple projects/agents; never put secrets or credentials in SKILL.md files; if your agent platform supports sandboxing or a review workflow for skills, use those protections when installing third-party skills.
功能分析
Type: OpenClaw Skill Name: antigravity Version: 1.0.0 The skill bundle is purely informational, providing documentation and guidance for an AI agent to explain the 'Google Antigravity' IDE. It contains no executable code, shell commands, or network requests, and the instructions in SKILL.md are strictly aligned with its descriptive purpose without any signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
The name/description claim a guide for Google Antigravity IDE and the SKILL.md is exactly that: explanatory content and usage guidance. The skill requests no binaries, env vars, installs, or other capabilities beyond documentation.
Instruction Scope
The runtime instructions are purely informational: describing Agent-First concepts, usage patterns, and where to place Skill files (e.g., .agent/skills/ or ~/.gemini/antigravity/skills/). It does not instruct the agent to read arbitrary user files or exfiltrate data, but it does recommend global config paths — be aware that placing third-party SKILL.md files into global directories grants those skills broad visibility to your agents.
Install Mechanism
No install spec or code is present. This is the lowest-risk category (instruction-only), nothing will be written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are required by the skill beyond the explanatory suggestion of where to store skills. There is no disproportionate request for secrets or unrelated credentials.
Persistence & Privilege
always is false and the skill does not request any persistent or elevated platform privileges. It does recommend locations for global skills, which is a normal usage note rather than a privilege escalation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install antigravity
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /antigravity 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Antigravity skill, introducing comprehensive guides and best practices for Google Antigravity IDE. - Explains the Agent-First development philosophy and how it differs from traditional IDEs. - Details core features: AI agent integration, support for multiple AI models, Mission Control panel, and extensible Skills system. - Provides practical usage scenarios, including Vibe Coding, team and global Skills, and asynchronous visual feedback. - Includes FAQ highlighting distinctions from VS Code and instructions for installing Skills. - Supplies sample user–agent conversations for onboarding and clarification.
元数据
Slug antigravity
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Antigravity 是什么?

Provides a comprehensive introduction and usage guide for Google Antigravity IDE, focusing on its Agent-First design, multi-model support, and Skills system. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 437 次。

如何安装 Antigravity?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install antigravity」即可一键安装,无需额外配置。

Antigravity 是免费的吗?

是的,Antigravity 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Antigravity 支持哪些平台?

Antigravity 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Antigravity?

由 wow(@duanc-chao)开发并维护,当前版本 v1.0.0。

💬 留言讨论