ask

Route prompts through a local Gemini or Codex CLI and save responses as artifacts.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/oneforce/oh-my-gemini-cli --skill ask-oneforce
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask
Source: https://github.com/oneforce/oh-my-gemini-cli/tree/main/skills/ask
Command: npx skills add https://github.com/oneforce/oh-my-gemini-cli --skill ask-oneforce

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route a prompt through the local Gemini or Codex CLI and persist the result as an artifact for reuse or auditing.

Core Features & Use Cases

  • Local routing: send prompts to the installed Gemini or Codex CLI without exposing credentials or tokens.
  • Artifact persistence: automatically saves responses as artifacts for traceability and reuse.
  • Compatibility: uses the omg wrapper to ensure correct provider invocation and artifact saving.

Quick Start

Ask the local AI to answer a prompt and save the result 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 a local AI CLI and save the responses?

You can route prompts to a local AI CLI and save responses by using a wrapper to handle provider invocation and automatically persist the generated output as an artifact for later reuse.

Do I need to install Gemini or Codex CLI locally before routing AI prompts?

Yes, you need to install and authenticate a local Gemini or Codex CLI before routing AI prompts. The routing process requires these local providers to execute prompts and generate responses without exposing credentials.

How does artifact persistence work with local AI command line tools?

Artifact persistence with local AI command line tools works by automatically saving the generated responses during prompt routing, ensuring traceability and allowing outputs to be reused or audited across subsequent tasks.

Can I use local prompt routing without exposing my AI provider credentials?

Yes, you can use local prompt routing without exposing credentials. The wrapper invokes the local authenticated CLI directly, ensuring tokens remain secure on your machine while still processing prompts and saving artifacts.

What is the best way to audit local AI responses for later reuse?

The best way to audit local AI responses is to route prompts through a wrapper that automatically persists the output as an artifact, providing a traceable record of the generated AI response for future reference.

Are there limitations when using the omg wrapper for prompt routing and artifact saving?

A limitation of using the omg wrapper for prompt routing is that it depends entirely on a locally installed and authenticated CLI, meaning it cannot process prompts or save artifacts if the local AI environment is unavailable.