gemini

Run one-shot Q&A, summarization, and text generation via the gemini-cli command-line interface.

5.1k|1.2k|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill gemini-linuxhsj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/linuxhsj/openclaw-zero-token/tree/main/skills/gemini
Command: npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill gemini-linuxhsj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface to interact with Gemini models for quick questions, text summarization, and content generation without needing to use an interactive chat session.

Core Features & Use Cases

  • One-shot Q&A: Ask questions directly from the command line.
  • Content Generation: Generate text based on prompts.
  • Model Selection: Specify different Gemini models for varied outputs.
  • Use Case: Quickly get an answer to a technical question or generate a short piece of marketing copy by running a single command.

Quick Start

Use the gemini command 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 ask a one-shot question to an LLM from the command line?

To ask a one-shot question from the command line, you can use a CLI tool to interact with Gemini models for direct question answering, summarization, and text generation without starting an interactive chat session.

What do I need to generate text with a Gemini CLI tool?

To generate text with a Gemini CLI tool, you need the 'gemini-cli' tool installed on your system and authenticated via a browser login to access the models for one-shot generation tasks.

Can I select different Gemini models for text generation in a CLI workflow?

Yes, you can select different Gemini models for text generation in a CLI workflow by specifying the desired model within your command, allowing varied outputs for direct integration into your processes.

Does command line text generation support output formatting for workflows?

Command line text generation supports output formatting, enabling you to directly integrate the results of one-shot Q&A and summarization into your existing automated workflows seamlessly.

What is the best way to summarize text without an interactive AI chat session?

The best way to summarize text without an interactive AI chat session is using a command line interface to send prompts to Gemini models, which processes the request and returns formatted output directly.