ask

Route user queries to Claude, Codex, or Gemini CLI and persist responses as artifacts.

Updated May 30, 2026
One-click install
npx skills add https://github.com/kwt00/oh-my-grok --skill ask-kwt00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask
Source: https://github.com/kwt00/oh-my-grok/tree/main/skills/ask
Command: npx skills add https://github.com/kwt00/oh-my-grok --skill ask-kwt00

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies asking questions to Claude, Codex, or Gemini, capturing answers as reusable artifacts for future reference.

Core Features & Use Cases

  • Local CLI Routing: Directly communicate with Claude, Codex, or Gemini through a local CLI.
  • Artifact Persistence: Store answers as artifacts for easy retrieval and integration.
  • Use Case: For instance, quickly summarize a technical document and save the summary for later use.

Quick Start

To ask Claude to review a patch, use the command: /oh-my-grok:ask claude "review this patch from a security perspective"

Frequently Asked Questions about ask

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

FAQPage Schema
How do I route a prompt to Claude, Codex, or Gemini using a CLI?

You can route a prompt to Claude, Codex, or Gemini using a local CLI command. This Skill directly communicates with the specified model and persists the response as an artifact for future retrieval.

What is the best way to save AI model responses as artifacts for later use?

Saving AI model responses as artifacts is achieved by routing queries through this local CLI. It automatically captures answers from Claude, Codex, or Gemini and stores them for easy retrieval and integration.

Can I use local CLI tools to ask Claude to review a patch?

Yes, you can use the local CLI to ask Claude to review a patch. Executing a simple command routes the query directly to the model and saves the response as a reusable artifact.

Does this approach support prompt design and artifact management simultaneously?

Yes, this approach supports prompt design and artifact management simultaneously. It is optimized to route queries to AI models via CLI while automatically persisting the outputs as accessible artifacts.

How do I retrieve a summarized technical document generated by an AI model?

To retrieve a summarized technical document generated by an AI model, you access the persisted artifacts captured during the CLI session. The Skill stores these responses specifically for easy future retrieval.