gemini

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface to interact with Google's Gemini models for various AI tasks, streamlining AI-powered operations directly from the terminal.

Core Features & Use Cases

  • One-shot Q&A: Get quick answers to questions.
  • Summarization: Condense large amounts of text.
  • Content Generation: Create text based on prompts.
  • Use Case: Quickly get a summary of a long article by piping its content to the Gemini CLI, or generate code snippets for a specific task.

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 get one-shot answers or summarize text using the Gemini CLI?

You can generate content and get one-shot answers by piping prompts or text directly to the Gemini CLI in your terminal. This Skill supports various models and output formats to streamline terminal-based AI generation tasks.

Can I use terminal commands to generate code snippets with Gemini models?

Yes, you can use terminal commands to generate code snippets with Gemini models. This Skill provides a command-line interface to interact with Google's AI, enabling direct content generation based on your specific prompts from the terminal.

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

Yes, you need to authenticate the Gemini binary before using this CLI for AI tasks. The Skill requires the 'gemini' binary to be explicitly installed and properly authenticated to perform one-shot Q&A and content generation.

What is the best way to summarize a long article from the terminal?

The best way to summarize a long article from the terminal is by piping its content directly to the Gemini CLI. This Skill leverages Google's Gemini models to condense large amounts of text quickly without leaving your command line environment.

Does this CLI approach work with different output formats for content generation?

Yes, this CLI approach works with different output formats for content generation. The Skill supports various models and output formats, allowing you to customize how Google's Gemini models return text, summaries, or answers directly in your terminal.