gemini

Runs a command-line interface for Gemini AI one-shot Q&A, text generation, and summarization.

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

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 directly to Gemini.
  • Content Generation: Generate text based on prompts.
  • Summarization: Condense large amounts of text.
  • Use Case: Quickly get an answer to a technical question or generate a draft for an email.

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 a CLI for one-shot question answering with the Gemini AI model?

To perform one-shot Q&A with Gemini, use the command-line interface to submit your question directly to the AI model. The CLI requires interactive login authentication and supports output formatting for the generated responses.

Can I generate text and summarize content from the command line using Gemini?

Text generation and summarization are supported natively by the Gemini CLI. You provide a text prompt, and the CLI processes it to generate drafts or condense large amounts of text into a summary.

Do I need to authenticate before using the Gemini CLI for AI tasks?

Authentication via interactive login is required before using the Gemini CLI for AI tasks. This secures your access to the Gemini model for question answering, text generation, and summarization.

Does the Gemini CLI support model selection and output formatting?

The Gemini CLI supports model selection and output formatting. This allows you to choose the specific Gemini AI model and format the generated text or summaries according to your CLI environment needs.

What are the limitations of using a CLI for Gemini AI text generation?

The Gemini CLI is designed for one-shot tasks like Q&A, text generation, and summarization. It requires interactive login for authentication and may not support continuous conversational context or multi-turn dialogue.