ask-gemini

Query Gemini via the OMX CLI and save session output as a markdown artifact.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/RJJJJ/project2 --skill ask-gemini-rjjjj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-gemini
Source: https://github.com/RJJJJ/project2/tree/main/.codex/skills/ask-gemini
Command: npx skills add https://github.com/RJJJJ/project2 --skill ask-gemini-rjjjj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Query Gemini locally via the OMX CLI and persist a reusable artifact containing the session output.

Core Features & Use Cases

  • Local Gemini CLI execution: Run Gemini through the canonical OMX CLI path to get expert input without remote calls.
  • Artifact capture: Automatically save a markdown artifact at .omx/artifacts/gemini-<slug>-<timestamp>.md for auditing and reuse.
  • Fast feedback loop: Use Gemini for brainstorming, design feedback, and second opinions within a local, repeatable workflow.

Quick Start

Ask Gemini a question locally via the OMX CLI and persist a reusable artifact containing the session output.

Frequently Asked Questions about ask-gemini

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

FAQPage Schema
How do I query Gemini locally and save the output for later use?

You can query Gemini locally by executing it via the OMX CLI, which automatically captures the session output and persists it as a reusable markdown artifact in your local .omx/artifacts directory.

Do I need the Gemini CLI installed to use this local workflow?

Yes, this local workflow requires the Gemini CLI to be installed in your development environment. It executes Gemini directly through the canonical OMX CLI path without making any remote API calls.

What is the best way to get design feedback or brainstorm ideas using Gemini?

The best way to get design feedback or brainstorm ideas is to query Gemini locally via the OMX CLI. This provides a fast feedback loop and saves a reusable markdown artifact for auditing and future reference.

Where are Gemini session artifacts saved on my local machine?

Gemini session artifacts are saved locally as markdown files. They are automatically persisted to the .omx/artifacts directory, named using a gemini-<slug>-<timestamp>.md format for easy tracking and reuse.

Can I use this approach to get a second opinion on product workflows?

Yes, you can use this approach to get a second opinion on product workflows. By querying Gemini locally through the CLI, you receive expert input and generate an artifact for repeatable local development processes.

Does querying Gemini locally through the CLI require remote calls?

No, querying Gemini locally through the OMX CLI does not require remote calls. It executes directly in your local environment, ensuring privacy and generating a persistent artifact for your session output.