ask

Route prompts to local AI providers via omc and save responses as artifacts.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Pryma-Tech/iris --skill ask-pryma-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask
Source: https://github.com/Pryma-Tech/iris/tree/main/cli/skills/ask
Command: npx skills add https://github.com/Pryma-Tech/iris --skill ask-pryma-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route prompts to local AI providers (Claude, Codex, or Gemini) via the omc wrapper and persist the results as artifacts.

Core Features & Use Cases

  • Advisor routing: directs prompts through the omc ask flow to the chosen provider without exposing raw CLI commands.
  • Artifact persistence: automatically saves each response under .omc/artifacts/ask with a timestamped slug.
  • Safe automation: enforces provider authentication and version compatibility through the omc wrapper.

Quick Start

Ask a question to Claude, Codex, or Gemini using omc ask and have the result saved 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 local AI providers like Claude, Codex, or Gemini?

You can route prompts to local AI providers by using the omc wrapper, which directs your queries to Claude, Codex, or Gemini without exposing raw CLI commands. This ensures safe automation and consistent artifact paths.

Do I need to install and authenticate local CLI tools before routing AI prompts?

Yes, routing AI prompts requires the chosen local CLI to be installed and authenticated. The omc wrapper enforces provider authentication and version compatibility to ensure safe automation before generating responses.

How are AI prompt responses saved as artifacts automatically?

AI prompt responses are automatically saved as artifacts under the .omc/artifacts/ask directory. Each response is persisted with a timestamped slug, ensuring consistent artifact paths for later review.

What is the best way to automate advisory and triage tasks using multiple AI models?

The best way to automate advisory and triage tasks is using the omc ask flow, which routes decision-support prompts to specified AI providers locally. It handles version compatibility and saves the outputs as timestamped artifacts.

Why does the omc wrapper hide raw CLI commands when interacting with AI providers?

The omc wrapper hides raw CLI commands to enforce safe automation and ensure correct versions are used. By abstracting the CLI, it directs prompts cleanly to the chosen provider while managing authentication and artifact persistence.

Can I use this prompt routing approach for decision-support tasks without managing CLI versions manually?

Yes, you can use the omc wrapper for decision-support tasks without managing CLI versions manually. It enforces version compatibility through the wrapper, allowing you to route prompts to providers and save results safely.