ask-gemini

Query Gemini via OMX CLI and save responses as markdown artifacts.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/YeaChan05/Remittance --skill ask-gemini-yeachan05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-gemini
Source: https://github.com/YeaChan05/Remittance/tree/main/.codex/skills/ask-gemini
Command: npx skills add https://github.com/YeaChan05/Remittance --skill ask-gemini-yeachan05

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to consult Gemini locally via the OMX CLI to brainstorm, get design feedback, and obtain second opinions, capturing actionable artifacts for reuse.

Core Features & Use Cases

  • Local Gemini CLI routing for quick, private AI guidance without cloud latency.
  • Artifact-driven outputs: save a structured markdown artifact summarizing user task, Gemini response, and recommended actions.
  • Use Case: A product designer runs a design critique prompt through Gemini and stores the evaluation for reference in a design review.

Quick Start

Run the local Gemini CLI to pose your question and save the resulting artifact to .omx/artifacts/gemini-<slug>-<timestamp>.md.

Frequently Asked Questions about ask-gemini

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

FAQPage Schema
How do I get local AI design feedback and save it as a markdown artifact?

To get local AI design feedback, you query Gemini locally through the OMX CLI, which captures the response and saves it as a structured markdown artifact for later reference.

Can I run Gemini locally through a CLI for private brainstorming sessions?

Yes, you can run Gemini locally through the OMX CLI for private brainstorming sessions, ensuring quick AI guidance without cloud latency while capturing results as reusable artifacts.

What is the best way to capture AI design critiques as reusable artifacts?

The best way to capture AI design critiques is by querying Gemini locally, which automatically saves the evaluation, user task, and recommended actions as a markdown artifact under .omx/artifacts.

Do I need a locally installed Gemini CLI to use this artifact generation feature?

Yes, this artifact generation feature requires a locally installed Gemini CLI to route queries privately, generate AI advice, and save the output markdown under the .omx/artifacts path.

Where are markdown artifacts stored when querying a local AI assistant for ideation?

When querying a local AI assistant for ideation, markdown artifacts are saved under the .omx/artifacts path, specifically named gemini-<slug>-<timestamp>.md, containing the final output and summary.