ask-gemini

Query Gemini via local CLI and save a Markdown artifact.

2|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/chrisxue90/oh-my-qwencode --skill ask-gemini-chrisxue90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-gemini
Source: https://github.com/chrisxue90/oh-my-qwencode/tree/main/skills/ask-gemini
Command: npx skills add https://github.com/chrisxue90/oh-my-qwencode --skill ask-gemini-chrisxue90

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Use Gemini's local CLI as an external advisor for brainstorming, design feedback, and second opinions, while capturing a reusable artifact for future reference.

Core Features & Use Cases

  • Local CLI execution through the canonical OMQ path: omq ask gemini to get expert input directly from Gemini.
  • Artifact preservation: saves a Markdown artifact under .omq/artifacts/gemini-<slug>-<timestamp>.md containing task, final prompt, Gemini output, concise summary, and next steps.
  • Graceful handling when Gemini CLI is missing: prompts for installation and provides a quick verification command.

Quick Start

Install Gemini CLI locally and run omq ask gemini with your task to generate an artifact.

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 for brainstorming and design feedback?

Run the Gemini CLI locally via the omq command path to query Gemini directly for brainstorming, design feedback, and second opinions, capturing the output as a reusable Markdown artifact.

What is a reusable artifact in AI-assisted workflows?

A reusable artifact is a Markdown file saved under .omq/artifacts containing your task, final prompt, Gemini output, concise summary, and next steps for future reference.

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

Yes, the Gemini CLI must be installed locally. If missing, the workflow prompts for installation and provides a quick verification command to ensure proper setup.

Can I use local CLI execution to get second opinions from AI?

Yes, you can execute the Gemini CLI locally through the canonical OMQ path to obtain expert second opinions and preserve the structured output as a Markdown artifact.

What happens if the Gemini CLI is missing when I run the prompt?

The workflow handles the missing CLI gracefully by prompting for installation and providing a quick verification command to confirm the environment is ready.