gemini

Run one-shot question answering, summarization, and text generation via the Gemini CLI.

386k|81.1k|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/openclaw/openclaw --skill gemini-openclaw
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/openclaw/openclaw/tree/main/skills/gemini
Command: npx skills add https://github.com/openclaw/openclaw --skill gemini-openclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface to interact with the Gemini AI model for various natural language processing tasks, streamlining AI-powered operations directly from the terminal.

Core Features & Use Cases

  • One-shot Q&A: Get direct answers to questions without needing an interactive session.
  • Content Generation: Generate text, summaries, or code based on provided prompts.
  • Customizable Models: Specify different Gemini models for varied task requirements.
  • Use Case: Quickly get a summary of a long article by running gemini --model gemini-pro "Summarize the following text: [paste text here]".

Quick Start

Use the gemini CLI 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 generate text or summarize content from the command line using Gemini?▼

To generate text or summarize content from the command line using Gemini, you can use the gemini CLI for one-shot question answering, summarization, and text generation with customizable models and output formatting.

Do I need to install any specific tools to use Gemini for terminal-based AI tasks?▼

Yes, you need to install and authenticate the 'gemini-cli' tool before using Gemini for terminal-based AI tasks, ensuring direct command-line interactions are properly authorized.

Can I select different Gemini models for varied natural language processing tasks?▼

Yes, you can select different Gemini models for varied natural language processing tasks by specifying your desired model during the command-line interaction to meet specific task requirements.

What is the best way to get a direct answer to a question without an interactive AI session?▼

The best way to get a direct answer without an interactive AI session is one-shot question answering via the Gemini CLI, which processes single prompts and returns results directly in the terminal.

How does command-line AI summarization handle long text inputs?▼

Command-line AI summarization handles long text inputs by passing the text directly in the prompt, such as using `gemini --model gemini-pro "Summarize the following text: [paste text here]"` to generate concise outputs.