ask

Routes prompts to Claude, Codex, or Gemini via omc ask and captures responses as artifacts.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/jimmi2051/oh-my-copilot --skill ask-jimmi2051
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask
Source: https://github.com/jimmi2051/oh-my-copilot/tree/main/plugins/omc-copilot/skills/ask
Command: npx skills add https://github.com/jimmi2051/oh-my-copilot --skill ask-jimmi2051

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Traditional AI prompt routing often requires manual CLI work or fragile pipelines; this skill routes prompts to Claude, Codex, or Gemini through the omc ask wrapper and captures the results as artifacts.

Core Features & Use Cases

  • Wraps provider prompts with omc ask to ensure correct flag usage and artifact persistence.
  • Supports multiple providers (Claude, Codex, Gemini) and stores outputs under .omc/artifacts/ask for auditing.
  • Validates that the local provider CLIs are installed and authenticated before invocation.

Quick Start

Use omc ask to route a prompt to a chosen provider and automatically save the response as an artifact.

Frequently Asked Questions about ask

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route prompts to multiple AI providers and save the responses?

You can route prompts to Claude, Codex, or Gemini using the omc ask wrapper, which automatically captures and saves responses as artifacts under .omc/artifacts/ask for auditing.

What is the best way to ensure AI prompt artifacts are persisted locally?

Using the omc ask wrapper enforces artifact persistence by storing outputs under .omc/artifacts/ask, preventing data loss compared to direct CLI calls.

Do I need to install provider CLIs before routing prompts with omc ask?

Yes, the skill validates that local provider CLIs like Claude, Codex, or Gemini are installed and authenticated before invocation to ensure successful prompt routing.

Why does direct CLI invocation fail to save AI prompt responses?

Direct CLI calls bypass the omc ask wrapper, which guarantees artifact persistence and enforces correct flag usage for auditing responses from providers like Claude and Codex.

Can I use omc ask to dispatch prompts to Gemini for local auditing?

Yes, omc ask dispatches prompts to Gemini and other supported providers, storing the captured responses as artifacts locally for later auditing and review.