gemini

Interact with the Gemini AI model via command-line for Q&A, summarization, and text generation.

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

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.

Core Features & Use Cases

  • One-shot Q&A: Ask questions and get direct answers.
  • Summarization: Condense large amounts of text into concise summaries.
  • Content Generation: Create new text based on prompts.
  • Use Case: Quickly get a summary of a long article or generate a draft for an email by using the Gemini CLI directly from your terminal.

Quick Start

Use the gemini command 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 AI model for text generation in the terminal?

You can perform text generation in the terminal by using the Gemini CLI to submit prompts directly. It provides a command-line interface for one-shot interactions to quickly create drafts or generate text.

What's the best way to summarize large text via a command-line interface?

To summarize large text via a command-line interface, you can pass your text to the Gemini CLI. It condenses input into concise summaries using the Gemini AI model.

Do I need to install and authenticate the Gemini CLI separately before use?

Yes, you must install and authenticate the Gemini CLI separately before use. This Skill requires the underlying CLI to be set up to interact with the Gemini AI model.

Can I select different AI models and output formats from the terminal?

Yes, you can select different AI models and manage output formatting directly from the terminal. The CLI supports model selection and extension management for flexible interaction.

Does the Gemini CLI support one-shot question answering without a session?

Yes, the Gemini CLI supports one-shot question answering without an active session. You can ask questions and receive direct answers in a single command execution.

What are the limitations of using a CLI for AI summarization and generation?

Using a CLI for AI summarization and generation is limited to text-based input and output. It requires local installation and authentication, making it less visual than web interfaces.