mit einem Klick
omega-claude-cli
// Use when the user wants to use Claude (Claude Code CLI) for analysis or brainstorming. Triggers on "use Claude", "ask Claude", "analyze with Claude", "brainstorm with Claude".
// Use when the user wants to use Claude (Claude Code CLI) for analysis or brainstorming. Triggers on "use Claude", "ask Claude", "analyze with Claude", "brainstorm with Claude".
Use when the user wants to use Claude (Claude Code CLI) for analysis, codebases, or brainstorming from another agent. Uses headless Claude Code CLI scripts (no MCP). Triggers on "use Claude", "analyze with Claude", "ask Claude", "brainstorm with Claude".
Use when the user wants to use Claude (Claude Code CLI) for analysis, codebases, or brainstorming. Runs headless Claude Code CLI via a Node script (no MCP). Triggers on "use Claude", "ask Claude", "analyze with Claude", "brainstorm with Claude". Do not use for general code edits that do not require Claude; use for tasks that benefit from Claude's context or a second model.
| name | omega-claude-cli |
| description | Use when the user wants to use Claude (Claude Code CLI) for analysis or brainstorming. Triggers on "use Claude", "ask Claude", "analyze with Claude", "brainstorm with Claude". |
Runs the Claude Code CLI in headless mode so Antigravity can call Claude from the project. No MCP required.
From the project root, run:
node .claude/skills/omega-claude-cli/scripts/ask-claude.mjs "USER_PROMPT"
Optional: --model sonnet or --model haiku (CLI has 3 models: Default/Opus 4.6, Sonnet 4.5, Haiku 4.5), --json, --sandbox, --timeout-ms N. Build the prompt from the user's request and any @ file refs; return the script output.
If the script fails, run node .claude/skills/omega-claude-cli/scripts/verify-setup.mjs and see references/installation.md and references/auth.md. Scripts are shared at .claude/skills/omega-claude-cli/scripts/.