# 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".

- Skill: `oimiragieo/omega-claude-cli-3` (Agent Skill, multi-file: 14 files)
- Install (CLI): `npx skillmds@latest add oimiragieo/omega-claude-cli-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/oimiragieo/omega-claude-cli-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: oimiragieo (https://skillmd.com/u/oimiragieo)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/oimiragieo/omega-claude-cli-3

---


# Omega Claude CLI (headless)

Runs the **Claude Code CLI in headless mode** so Antigravity can call Claude from the project. No MCP required.

From the **project root**, run:

```bash
node .claude/skills/omega-claude-cli/scripts/ask-claude.mjs "USER_PROMPT"
```

Optional: `--model opus|sonnet|haiku|fable|best|opusplan|sonnet[1m]|opus[1m]`, `--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/`.

