gemini

Run Gemini CLI conversations with model selection and search grounding.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/junoh-moon/skills --skill gemini-junoh-moon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/junoh-moon/skills/tree/main/skills/gemini
Command: npx skills add https://github.com/junoh-moon/skills --skill gemini-junoh-moon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Gemini CLI wrapper provides instant access to Gemini for cross-model reasoning and grounding, enabling quick, corroborated insights without leaving the terminal.

Core Features & Use Cases

  • Cross-LLM validation: Retrieve Gemini's perspective to verify results from other models.
  • Grounded reasoning: Utilize Gemini's Google search grounding for up-to-date context.
  • Session-based conversations: Maintain context across prompts for coherent multi-turn dialogues.

Quick Start

Start a new Gemini conversation using the wrapper: ~/.agents/skills/gemini/gemini-chat.sh "Explain this function" To continue a previous session, use: ~/.agents/skills/gemini/gemini-chat.sh --resume <session_id> "Follow-up prompt"

Frequently Asked Questions about gemini

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access Gemini from the CLI for multi-turn conversations?

Access Gemini from the CLI by running a shell wrapper script that maintains session state across prompts, enabling coherent multi-turn conversations directly in the terminal.

What is cross-LLM validation and when do I need it?

Cross-LLM validation retrieves Gemini's perspective to verify results from other models. You need it when developers or data scientists require corroborated insights without leaving the terminal.

Can I use Google search grounding with Gemini through a terminal wrapper?

Yes, the Gemini CLI wrapper supports grounded reasoning by utilizing Google search grounding, providing up-to-date context for queries directly from your terminal session.

How do I resume a previous Gemini session in the CLI?

Resume a previous Gemini session by executing the wrapper script with the --resume flag and your session ID, followed by your new prompt to continue the conversation.

Does the Gemini CLI wrapper support model selection and streaming outputs?

Yes, the Gemini CLI wrapper supports model selection and streaming outputs, allowing developers to customize their reasoning requests and receive real-time responses.

What are the limitations of using a CLI wrapper for Gemini cross-validation?

The Gemini CLI wrapper is limited to terminal-based interactions and requires manual session management via session IDs to maintain multi-turn context across prompts.