·omega-claude-cli
</>

omega-claude-cli

使用 Claude Code CLI 進行 shell 調用,以無頭方式調用第二個 Claude 會話。對於交叉驗證、第二意見和獨立分析非常有用,無需共用當前代理上下文。需要人類帳戶。

20安裝·2熱度·@oimiragieo

安裝

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

如何安裝 omega-claude-cli

透過命令列快速安裝 omega-claude-cli AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/oimiragieo/agent-studio --skill omega-claude-cli
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:oimiragieo/agent-studio。

SKILL.md

查看原文

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) |

使用 Claude Code CLI 進行 shell 調用,以無頭方式調用第二個 Claude 會話。對於交叉驗證、第二意見和獨立分析非常有用,無需共用當前代理上下文。需要人類帳戶。 來源:oimiragieo/agent-studio。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/oimiragieo/agent-studio --skill omega-claude-cli
分類
</>開發工具
認證
收錄時間
2026-03-07
更新時間
2026-03-11

Browse more skills from oimiragieo/agent-studio

快速解答

什麼是 omega-claude-cli?

使用 Claude Code CLI 進行 shell 調用,以無頭方式調用第二個 Claude 會話。對於交叉驗證、第二意見和獨立分析非常有用,無需共用當前代理上下文。需要人類帳戶。 來源:oimiragieo/agent-studio。

如何安裝 omega-claude-cli?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/oimiragieo/agent-studio --skill omega-claude-cli 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

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