OMC
Oh My ClaudeCodev4.12.0

Ask

Ask Claude, Codex, or Gemini a question and save the result as an artifact

Overview

Ask is an advisor skill that forwards prompts to locally installed Claude, Codex, or Gemini CLIs and saves the results as artifact files.

Usage

/oh-my-claudecode:ask <claude|codex|gemini> <question or task>

Examples

/oh-my-claudecode:ask codex "review this patch from a security perspective"
/oh-my-claudecode:ask gemini "suggest UX improvements for this flow"
/oh-my-claudecode:ask claude "draft an implementation plan for issue #123"

Requirements

The chosen CLI must be installed and authenticated.

claude --version
codex --version
gemini --version

Artifacts

Results are saved to the following path:

.omc/artifacts/ask/<provider>-<slug>-<timestamp>.md
  • ccg - Ask Codex + Gemini simultaneously, then have Claude synthesize

Reference

ItemValue
Invocation/oh-my-claudecode:ask
Subcommandsask codex, ask gemini, ask claude
CategoryUtility
Artifact Path.omc/artifacts/ask/

On this page