gemini

Run one-shot Q&A and content generation via the Gemini CLI.

327|85|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/letta-ai/lettabot --skill gemini-letta-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/letta-ai/lettabot/tree/main/.skills/gemini
Command: npx skills add https://github.com/letta-ai/lettabot --skill gemini-letta-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gemini CLI enables fast one-shot Q&A, quick summaries, and generation without requiring interactive sessions, helping you get targeted results from a single prompt.

Core Features & Use Cases

  • One-shot Q&A: Ask a concise question and receive a direct answer in one step.
  • Summaries & Generation: Generate summaries or new content from prompts for quick drafting.
  • Model & Output Control: Use --model and --output-format to tailor results and workflows.
  • Extensions & Workflows: Explore and manage Gemini extensions with gemini extensions <command> and related commands.

Quick Start

  • gemini "Answer this question..."
  • gemini --model <name> "Prompt..."
  • gemini --output-format json "Return JSON"

Frequently Asked Questions about gemini

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

FAQPage Schema
How do I get a one-shot answer from a prompt using the Gemini CLI?

To get a one-shot answer using the Gemini CLI, pass your prompt string directly as an argument, such as `gemini "Your question here"`, which returns a direct result without starting an interactive session.

How do I generate JSON output from a single prompt request?

To generate JSON output from a single prompt request, include the `--output-format json` flag with your command string to structure the generation result as valid JSON.

Do I need to install anything before running one-shot Q&A commands?

Yes, you need the Gemini CLI installed on your system, typically via a package manager like brew, and you may need to complete a first-run authentication prompt to enable usage.

What's the best way to generate quick summaries for development workflows?

The best way to generate quick summaries is passing a targeted prompt to the Gemini CLI for one-shot generation, providing immediate results without requiring an interactive session or complex setup.