Gemini

Run Gemini model queries from the command line for Q&A, summarization, and content generation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface to interact with Gemini models for quick questions, text summarization, and content generation without needing to open a web browser or use an interactive chat interface.

Core Features & Use Cases

  • One-shot Q&A: Ask questions directly from the terminal.
  • Summarization: Quickly get summaries of text.
  • Content Generation: Generate text based on prompts.
  • Use Case: You have a long article and want a quick summary. You can use gemini "Summarize this article: [article text]" to get a concise overview.

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 the Gemini CLI for text generation and question answering?

To get text summaries from the terminal, you use the Gemini CLI by passing your prompt and text directly in the command line. This allows you to quickly generate concise overviews of long articles without leaving your terminal environment.

Can I use Gemini CLI to summarize long articles directly in the terminal?

To get text summaries from the terminal, you use the Gemini CLI by passing your prompt and text directly in the command line. This allows you to quickly generate concise overviews of long articles without leaving your terminal environment.

Do I need to install and authenticate the gemini-cli tool to use this Skill?

Yes, this Skill requires the gemini-cli tool to be installed and authenticated. Once your command-line environment is set up, you can access Gemini models for single-turn question answering and content generation tasks.

Does the Gemini CLI support specifying different models and output formats?

Yes, the Gemini CLI supports specifying different Gemini models and output formats like JSON. This allows you to customize your command-line question answering and content generation tasks according to your structural requirements.

What is the best way to generate JSON output using a Gemini command line tool?

The best way to generate JSON output is by using the Gemini CLI and specifying JSON as your desired output format. This enables structured content generation and single-turn question answering directly from the terminal.