gemini

Answer questions, summarize text, and generate content via the Gemini CLI.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/caiazzop/clawdbot-personal-assistant --skill gemini-caiazzop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/caiazzop/clawdbot-personal-assistant/tree/main/skills/gemini
Command: npx skills add https://github.com/caiazzop/clawdbot-personal-assistant --skill gemini-caiazzop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface to interact with Google's Gemini models for quick questions, text summarization, and content generation tasks.

Core Features & Use Cases

  • One-shot Q&A: Get direct answers to your questions without engaging in a back-and-forth conversation.
  • Summarization: Condense long texts into concise summaries.
  • Content Generation: Create text content based on provided prompts.
  • Use Case: Quickly get an explanation of a complex topic by running gemini "Explain quantum entanglement in simple terms."

Quick Start

Use the gemini skill to get an answer to 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 get one-shot answers from the command line using Gemini CLI?

One-shot command line Q&A uses Gemini models to directly answer questions without back-and-forth conversation. You pass your prompt, like asking for an explanation of a complex topic, to receive immediate text output.

Can I get structured JSON output from Gemini models in the terminal?

Yes, you can retrieve structured JSON output from Gemini models in the terminal. The CLI supports specifying output formats like JSON to provide structured data retrieval for your queries and generated text.

Do I need interactive login to use the Gemini CLI for text summarization?

Yes, interactive login is required to use the Gemini CLI for text summarization. You must authenticate via interactive login for API access before generating summaries or asking questions.

What is the best way to condense long texts into concise summaries via a CLI?

The best way to condense long texts into concise summaries via a CLI is using one-shot text summarization. This approach processes your provided text with AI models to generate a direct, condensed summary.

Does the Gemini CLI support content generation based on provided prompts?

Yes, the Gemini CLI supports content generation based on provided prompts. You can create text content by passing your specific prompt to the CLI for immediate generation without needing conversational context.