gemini-cli

Run Google's Gemini CLI locally to obtain AI responses.

27|9|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/georgekhananaev/claude-skills-vault --skill gemini-cli-georgekhananaev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-cli
Source: https://github.com/georgekhananaev/claude-skills-vault/tree/main/.claude/skills/gemini-cli
Command: npx skills add https://github.com/georgekhananaev/claude-skills-vault --skill gemini-cli-georgekhananaev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to run Google's Gemini CLI locally to obtain AI responses, compare results with Claude, and delegate tasks to Gemini when appropriate.

Core Features & Use Cases

  • Run queries against the Gemini CLI locally to obtain responses for quick decision making.
  • Compare Gemini results with Claude outputs to validate accuracy and choose the best path.
  • Delegate specific tasks to Gemini when its capabilities are better suited, improving workflow efficiency.

Quick Start

Use the Gemini CLI to run a query and compare it with Claude's response.

Frequently Asked Questions about gemini-cli

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

FAQPage Schema
How do I run a local Gemini CLI query and compare the output with Claude?

Run a local Gemini CLI query and compare its output with Claude by executing the Gemini command with supported flags, then validating accuracy against Claude's response to choose the best path.

What do I need to install to query Gemini locally from the command line?

You need the Gemini CLI installed and authenticated on your host machine to query Gemini locally from the command line, enabling local AI responses and task delegation.

When should I delegate tasks to Gemini instead of Claude?

Delegate tasks to Gemini instead of Claude when Gemini's capabilities are better suited for the specific workflow, improving efficiency by running queries locally and comparing results.

Does the Gemini CLI support command-line flags for prompt configuration?

Yes, the Gemini CLI supports command-line flags including -m, -o, -y, -d, -s, -r, and -i for prompt configuration, allowing you to run queries locally and obtain tailored AI responses.

What is the best way to validate Claude responses using another AI model?

The best way to validate Claude responses using another AI model is to run the same query against the local Gemini CLI, compare the outputs, and choose the most accurate result for quick decision making.