gemini

Run one-shot Gemini AI interactions from the command line.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/xxrenzhe/autobb --skill gemini-xxrenzhe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/xxrenzhe/autobb/tree/main/openclaw-prebuilt/skills/gemini
Command: npx skills add https://github.com/xxrenzhe/autobb --skill gemini-xxrenzhe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface to interact with the Gemini AI model for quick, one-shot tasks without needing to enter an interactive chat session.

Core Features & Use Cases

  • One-Shot Q&A: Ask questions directly from the command line.
  • Summarization: Generate summaries of provided text.
  • Content Generation: Create text content based on prompts.
  • JSON Output: Request output in JSON format for programmatic use.
  • Use Case: Quickly get an answer to a technical question by typing gemini "Explain the concept of quantum entanglement." in your terminal.

Quick Start

Use the gemini CLI 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 a quick AI text summary directly from the command line?

To get a quick AI text summary directly from the command line, you can use a CLI tool for one-shot interactions with the Gemini AI model. This allows you to generate summaries and content instantly without entering an interactive chat session.

Can I request JSON output from a Gemini model query in the terminal?

Yes, you can request JSON output from a Gemini model query in the terminal for programmatic use. The CLI supports specifying AI models and output formats like JSON to facilitate direct integration into scripts.

What is the best way to ask an AI a technical question without opening a chat session?

The best way to ask an AI a technical question without opening a chat session is using a one-shot CLI command. Typing your prompt directly in the terminal returns quick answers, summarizations, or generated text instantly.

Do I need to authenticate or manage extensions for terminal-based AI content generation?

For terminal-based AI content generation, the CLI handles optional extension management and authentication. This ensures secure access to the Gemini AI model while allowing quick content generation directly from your command line.

Does the Gemini CLI support specifying different AI models for one-shot tasks?

Yes, the Gemini CLI supports specifying different AI models for one-shot tasks. This allows you to customize your question answering, text summarization, and content generation based on the specific model you select.