gemini

Run one-shot Q&A, summarization, and content generation via the gemini-cli.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill gemini-storyclaw-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/storyclaw-official/storyclaw-assistant/tree/main/skills/gemini
Command: npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill gemini-storyclaw-official

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: Get direct answers to questions.
  • Summarization: Condense large texts into shorter summaries.
  • Content Generation: Create text based on prompts.
  • Use Case: Quickly get a summary of a long article by running gemini "Summarize this article...".

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 to get one-shot Q&A and text summarization from the Gemini AI model?

You can use a command-line interface to interact with the Gemini AI model for one-shot Q&A and text summarization. By executing a command like `gemini "Summarize this article..."`, you provide a prompt directly in your terminal to receive generated content or answers.

Do I need to install and authenticate the gemini-cli tool before using this command-line interface?

Yes, you must install and authenticate the gemini-cli tool before using this command-line interface. Authentication is a required prerequisite to enable the terminal to successfully send prompts to and receive responses from the Gemini AI model.

Can I specify models and output formats like JSON when generating content with the Gemini CLI?

Yes, you can specify models and output formats like JSON when generating content with the Gemini CLI. This allows you to tailor the AI's response structure to fit your downstream data processing or automation requirements directly within your terminal workflow.

What is the best way to condense large texts into shorter summaries using a command-line AI tool?

The best way to condense large texts into shorter summaries using a command-line AI tool is to pass your text prompt to the Gemini CLI. It processes the input directly in your terminal to deliver concise text summarization without needing a graphical interface.

What are the limitations of using a CLI for AI content generation compared to other tools in the same category?

Using a CLI for AI content generation limits interaction to text-based input and output within the terminal environment. It lacks graphical interfaces for visualizing complex conversations, relying entirely on command-line arguments to specify models, formats like JSON, and prompts.