Skip to main content
在 Manus 中运行任何 Skill
一键导入

antigravity-autoaccept

星标1
分支0
更新时间2026年4月15日 11:10

This skill documents how to integrate a Go/Wails application (LazyGravity) with the AntiGravity AutoAccept VS Code extension via an IPC HTTP bridge, eliminating CDP WebSocket competition for the workbench.html target. Trigger this skill when: - Setting up LazyGravity bot CDP integration with Antigravity IDE - Diagnosing "CDP WebSocket conflict" or "connection kicked" errors - Implementing IPC delegation between a Go process and the AutoAccept plugin - Verifying port usage on :9222, :9333, :27182 - Adding /inject, /eval, /ping endpoints to a VS Code extension - Adapting a Go CDP client to use IPC instead of direct WebSocket - Debugging ipcEval timeout during long AI generation (see Gotcha #1) - IDE launch race conditions on startup - Concurrent message processing with mutex vs IPC path

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

文件资源管理器
7 个文件
SKILL.md
readonly