gemini

Run one-shot Q&A, summarization, and text generation via the Gemini CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/clsdavid/autocrab --skill gemini-clsdavid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/clsdavid/autocrab/tree/main/skills/gemini
Command: npx skills add https://github.com/clsdavid/autocrab --skill gemini-clsdavid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface to interact with the Gemini AI model for quick questions, text summarization, and content generation tasks without needing to open a web browser or a complex application.

Core Features & Use Cases

  • One-shot Q&A: Ask direct questions and get immediate answers.
  • Summarization: Condense long texts into concise summaries.
  • Content Generation: Generate text based on provided prompts.
  • Model Selection: Specify different Gemini models for varied outputs.
  • JSON Output: Retrieve results in a structured JSON format.

Quick Start

Use the gemini skill to answer the question "What is the capital of France?".

Frequently Asked Questions about gemini

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

FAQPage Schema
How do I use a CLI for one-shot question answering and text generation with Gemini?

Use a command-line interface to perform one-shot question answering and text generation by submitting direct prompts to the Gemini AI model. This approach allows you to retrieve immediate answers and generate content directly from your terminal without a web browser.

Can I get structured JSON output from a Gemini CLI tool?

Yes, the Gemini CLI supports retrieving results in a structured JSON format. You can use this output formatting feature to easily parse and integrate the generated text or answers into other automated workflows.

Do I need to install and authenticate a separate tool to use the Gemini CLI for summarization?

Yes, you must have the 'gemini-cli' tool installed and authenticated before using this Skill. This prerequisite ensures your command-line interface has secure access to the Gemini AI model for text summarization and generation.

How do I specify different Gemini models for varied outputs in the command line?

You can specify different Gemini models for varied outputs by using the model selection feature within the CLI. This allows you to tailor the text generation and summarization results to match your specific performance or capability requirements.

What is the best way to condense long texts into concise summaries from the terminal?

The best way to condense long texts into concise summaries from the terminal is using the Gemini CLI's summarization feature. It processes lengthy text inputs via the Gemini AI model to output immediate, condensed content directly in your shell.