gemini

Run one-shot Q&A, summarization, and content generation via the Gemini CLI.

3|1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/SeanHogg/coderClaw --skill gemini-seanhogg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/SeanHogg/coderClaw/tree/main/product/skills/gemini
Command: npx skills add https://github.com/SeanHogg/coderClaw --skill gemini-seanhogg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface to interact with the Gemini AI model for quick questions, text summarization, and content generation without needing to open a web browser or IDE.

Core Features & Use Cases

  • One-shot Q&A: Ask questions directly from your terminal.
  • Content Generation: Generate text, code, or other content based on prompts.
  • Summarization: Quickly get summaries of long texts.
  • Model Selection: Specify different Gemini models for varied outputs.
  • Output Formatting: Request output in JSON format for programmatic use.

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 AI model for command-line question answering?

Use the Gemini CLI tool to perform one-shot question answering directly from your terminal, bypassing the need for a web browser or IDE. It interacts with the Gemini AI model to provide immediate responses to your prompts.

Can I format Gemini AI output as JSON for workflow integration?

Yes, you can request JSON output formatting when generating content or summarizing text with the Gemini CLI. This allows you to programmatically integrate the generated responses directly into your automated workflows.

Do I need to authenticate the gemini-cli tool before generating text?

Yes, the gemini-cli tool must be installed and properly authenticated before use. This prerequisite ensures secure access to the Gemini AI model for executing tasks like content generation and summarization.

How do I get a quick summary of long text using an AI CLI?

The Gemini CLI provides a summarization feature that quickly condenses long texts. By passing your text via the command-line interface, you can receive concise summaries without manual reading or processing.

Can I select different Gemini models for varied content generation?

Yes, the Gemini CLI supports model selection, allowing you to specify different Gemini AI models. This feature helps you tailor the content generation and Q&A outputs to meet varied requirements.