·omega-claude-cli
</>

omega-claude-cli

Shell out to Claude Code CLI to invoke a second Claude session headlessly. Useful for cross-validation, second opinions, and isolated analysis without sharing current agent context. Requires Anthropic account.

19Installs·1Trend·@oimiragieo

Installation

$npx skills add https://github.com/oimiragieo/agent-studio --skill omega-claude-cli

How to Install omega-claude-cli

Quickly install omega-claude-cli AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/oimiragieo/agent-studio --skill omega-claude-cli
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: oimiragieo/agent-studio.

SKILL.md

View raw

Headless wrapper for Claude Code CLI. Invokes a separate Claude session via claude -p "PROMPT" --dangerously-skip-permissions. Provides isolated second opinions without sharing the current agent's context window.

| ask-claude.mjs | Core headless wrapper — prompt as positional arg to -p | | parse-args.mjs | Argument parser (--model, --json, --sandbox, --timeout-ms) | | verify-setup.mjs | Availability check with npx fallback | | format-output.mjs | Output normalization with extractJsonResponse() |

| --model MODEL | opus (Opus 4.6), sonnet (4.5), haiku (4.5), or full model ID | | --json | JSON output (strips conversational text via extractJsonResponse) | | --sandbox | Code execution sandbox mode | | --timeout-ms N | Timeout in milliseconds (exit code 124 on expiry) |

Shell out to Claude Code CLI to invoke a second Claude session headlessly. Useful for cross-validation, second opinions, and isolated analysis without sharing current agent context. Requires Anthropic account. Source: oimiragieo/agent-studio.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/oimiragieo/agent-studio --skill omega-claude-cli
Category
</>Dev Tools
Verified
First Seen
2026-03-07
Updated
2026-03-10

Browse more skills from oimiragieo/agent-studio

Quick answers

What is omega-claude-cli?

Shell out to Claude Code CLI to invoke a second Claude session headlessly. Useful for cross-validation, second opinions, and isolated analysis without sharing current agent context. Requires Anthropic account. Source: oimiragieo/agent-studio.

How do I install omega-claude-cli?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/oimiragieo/agent-studio --skill omega-claude-cli Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/oimiragieo/agent-studio