gemini

Run Gemini CLI one-shot prompts for text or JSON output.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Polealpha/XINNIAN_PI --skill gemini-polealpha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/Polealpha/XINNIAN_PI/tree/main/app%20windows/vendor/openclaw-runtime/skills/gemini
Command: npx skills add https://github.com/Polealpha/XINNIAN_PI --skill gemini-polealpha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of needing quick, non-interactive answers, summaries, or text generation without setting up a full chat workflow.

Core Features & Use Cases

  • One-shot Q&A: Produce direct responses from a single positional prompt.
  • Summarization & Generation: Turn a prompt into concise summaries or generated content for common writing tasks.
  • Structured output: Retrieve results in JSON using output formatting for downstream processing.

Quick Start

Run Gemini in one-shot mode by asking: Gemini "Answer this question..."

Frequently Asked Questions about gemini

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

FAQPage Schema
How do I get quick one-shot answers from a command-line prompt?

One-shot question answering executes a single positional prompt via command-line interface to return direct text responses without starting an interactive session. This approach provides immediate outputs for single-turn queries.

Can I format command-line text generation output as JSON?

Yes, JSON output formatting is supported via command flags during text generation. This allows you to retrieve structured results from your positional prompt for immediate downstream processing.

What is the best way to summarize text without an interactive chat workflow?

Non-interactive summarization applies a single positional prompt to generate concise summaries directly from the command line. This bypasses full chat workflows for rapid text condensing.

Does one-shot question answering require setting up a continuous chat session?

No, one-shot question answering does not require an interactive session. It executes single positional prompts via command-line to provide immediate natural-language answers or summaries.

How do I select different models for command-line text generation?

Command-line text generation supports model selection via command flags. This allows you to specify different models when executing your positional prompt for varied outputs.

Are there limitations to using one-shot mode for command-line research and drafting?

One-shot mode is limited to single-turn positional prompts and does not maintain conversational context. It is designed for rapid drafting and summarization rather than continuous interactive research.