원클릭으로
ask
Ask a local external advisor CLI (Claude or Gemini) and capture a reusable artifact
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Ask a local external advisor CLI (Claude or Gemini) and capture a reusable artifact
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run a comprehensive code review
Create and execute durable repo-native multi-goal plans over Codex goal mode artifacts.
Parallel execution engine for high-throughput task completion
Ecomode deprecated shim
[OMX] Strict autonomous loop: $deep-interview -> $ralplan -> $ultragoal (+ $team if needed) -> $code-review -> $ultraqa
Alias for $plan --consensus
| name | ask |
| description | Ask a local external advisor CLI (Claude or Gemini) and capture a reusable artifact |
Use a locally installed external advisor CLI for focused questions, reviews, brainstorming, or second opinions. This skill replaces the separate ask-claude and ask-gemini skills.
$ask claude <question or task>
$ask gemini <question or task>
omx ask claude "<question or task>"
omx ask gemini "<question or task>"
claude when the user asks for Claude, Anthropic, or the previous $ask-claude behavior.gemini when the user asks for Gemini or the previous $ask-gemini behavior.Claude:
omx ask claude "{{ARGUMENTS}}"
claude -p "{{ARGUMENTS}}"
Gemini:
omx ask gemini "{{ARGUMENTS}}"
gemini -p "{{ARGUMENTS}}"
If needed, adapt to the user's installed CLI variant while keeping local execution as the default path. Do not silently switch to an MCP or remote provider when the local binary is missing.
After local execution, save a markdown artifact to:
.omx/artifacts/ask-<backend>-<slug>-<timestamp>.md
Minimum artifact sections:
Task: {{ARGUMENTS}}