Ask a local external advisor CLI (Claude or Gemini) and capture a reusable artifact
66
78%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./plugins/oh-my-codex/skills/ask/SKILL.mdUse 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>.mdMinimum artifact sections:
Task: {{ARGUMENTS}}
435d4a9
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.