ワンクリックで
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.