gemini

Run one-shot Q&A, summaries, and generation via Gemini CLI.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/RaoXuntian/azurevm-openclaw-backup --skill gemini-raoxuntian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/RaoXuntian/azurevm-openclaw-backup/tree/main/skills/gemini
Command: npx skills add https://github.com/RaoXuntian/azurevm-openclaw-backup --skill gemini-raoxuntian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gemini enables quick, non-interactive Q&A, summaries, and content generation by using a simple CLI prompt, reducing setup overhead and back-and-forth.

Core Features & Use Cases

  • One-shot Q&A, summaries, and generation from a single prompt.
  • Lightweight, zero-interaction workflow with clear command-line options like --model and --output-format.
  • Extensions and plugin-like capabilities through Gemini's subcommands for extensions management.

Quick Start

Run gemini "Answer this question..." to get an immediate answer from a single, non-interactive prompt.

Frequently Asked Questions about gemini

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

FAQPage Schema
How do I perform one-shot Q&A and text generation from the command line?

One-shot Q&A and generation is performed by passing a positional prompt directly to the Gemini CLI, which processes the request without requiring interactive setup and returns an immediate answer.

Can I specify a different model or output format for my CLI generation tasks?

Yes, you can specify models and output formats for CLI generation tasks by parsing command-line flags like --model and --output-format, ensuring consistent interface control over your non-interactive prompts.

What is the best way to generate summaries quickly without an interactive session?

Generating summaries quickly without an interactive session is achieved by using a single, non-interactive CLI prompt, which reduces setup overhead and eliminates back-and-forth interaction.

Does the Gemini CLI support extensions management for coding workflows?

Yes, the Gemini CLI supports extensions management by exposing subcommands for plugin-like capabilities, allowing you to manage extensions through a consistent command-line interface.

When should I use a non-interactive CLI prompt instead of an interactive chat session?

You should use a non-interactive CLI prompt when you need rapid answers, summaries, or content generation in coding, research, and content workflows without the back-and-forth of an interactive session.

How does command-line flag parsing work for positional prompts in this tool?

Command-line flag parsing works by accepting positional prompts directly while supporting specific flags like --model and --output-format, exposing extension management via a consistent interface for one-shot tasks.