一键导入
antigravity-ask
Control the Antigravity IDE chat UI and inspect headless conversations via the Bridge CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Control the Antigravity IDE chat UI and inspect headless conversations via the Bridge CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | antigravity-ask |
| description | Control the Antigravity IDE chat UI and inspect headless conversations via the Bridge CLI. |
| allowed-tools | Bash, Read, Grep, Glob |
This skill provides a high-level interface to the Antigravity Ask Bridge, allowing external agents and workflows to control the Antigravity IDE, send messages to AI agents inside the IDE, and read their outputs.
# From the published repository
npx skills add ddarkr/antigravity-ask --skill antigravity-ask -a antigravity -y
# For local development
npx skills add . --skill antigravity-ask -a antigravity -y
Always verify connectivity before attempting to send prompts:
npx antigravity-ask ping
npx antigravity-ask ask "Explain the current project structure."
ping, status).ask).send).conversation).artifacts, artifact).action).ask and send intentionally use Antigravity's current default/UI-selected model. The legacy --variant flag is accepted for compatibility, but the bridge does not force old hard-coded model IDs.
Prefer omitting --variant unless you are running an older script that already includes it.
If the bridge is running on a non-standard port, use these flags or environment variables:
--url <baseUrl> (e.g., http://127.0.0.1:5820)--http-port <port> (e.g., 5822)AG_BRIDGE_URL environment variableping before long-running tasks to ensure the bridge hasn't timed out or closed.ask in scripts, capture stderr to see real-time progress indicators.ask, send, artifacts) for maximum clarity, though aliases like status and conversations are supported for backward compatibility.npx antigravity-ask artifacts to see if the agent produced code or reports.packages/cli/src/cli.ts, packages/cli/src/contracts/bridge.ts.