gemini

Generate summaries and Q&A responses from the Linux command line via Gemini AI.

117|8|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/geezerrrr/motive --skill gemini-geezerrrr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/geezerrrr/motive/tree/main/Motive/Resources/Skills.bundle/gemini
Command: npx skills add https://github.com/geezerrrr/motive --skill gemini-geezerrrr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gemini CLI provides a fast, non-interactive way to perform one-shot Q&A, generate summaries, and content using Gemini from the command line, reducing context switching.

Core Features & Use Cases

  • One-shot Q&A: pose a question and receive a concise answer without interactive prompts.
  • Summarization: generate short or long summaries of text or documents.
  • Content generation: produce concise text or draft content from prompts.
  • Use Case: quickly obtain a brief answer to a technical question, summarize meeting notes, or generate a short draft.

Quick Start

Invoke gemini with a plain prompt to get an instant answer or summary.

Frequently Asked Questions about gemini

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

FAQPage Schema
How do I get a quick one-shot answer from Gemini without an interactive prompt?▼

To get a quick one-shot answer, you can use the Gemini CLI to pass a non-interactive prompt and receive a concise output instantly. It reduces context switching by providing direct terminal-based Q&A.

Can I summarize meeting notes using the Gemini CLI?▼

Yes, you can summarize meeting notes using the Gemini CLI by passing the text as a non-interactive prompt. It generates short or long summaries directly in your terminal without requiring interactive commands.

Does the Gemini CLI support content generation for software development?▼

The Gemini CLI supports content generation for software development by applying non-interactive prompts to produce concise text or drafts. It works well for quick content creation and research notes.

Do I need authentication to use Gemini for one-shot Q&A in the terminal?▼

Authentication is optional for one-shot Q&A via the Gemini CLI. The skill handles an optional authentication flow when needed, allowing you to execute non-interactive prompts with or without credentials.

What is the best way to generate concise text from the command line?▼

The best way to generate concise text is using a non-interactive CLI tool like Gemini. By invoking it with a plain prompt, you can instantly produce drafts or summaries without navigating interactive menus.