agentsclimarketplace

Gemini cli

Skill hackermanishackerman/claude-skills-vault/.claude/skills/gemini-cli

Run Gemini CLI for AI queries. Use when user asks to "run/ask/use gemini", compare Claude vs Gemini, or delegate tasks to Gemini.From its SKILL.md

Install
npx -y skills add hackermanishackerman/claude-skills-vault --skill gemini-cli

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

4 things to look at

  • skips confirmationTells the agent to proceed without asking first, 2 times: "YOLO mode (auto-approve)" and 1 more.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 7 commands, including `gemini` and 6 more.
  • fetches URLsInstructs the agent to fetch 1 URL, including https://github.com/google-gemini/gemini-cli.

SKILL.md

1.4 KB, 349 tokens by cl100k_base, as published. Nobody here has run it

Gemini CLI

Interact w/ Google's Gemini CLI locally. Run queries, get responses, compare outputs.

Prerequisites

Gemini CLI must be installed & configured:

  1. Install: https://github.com/google-gemini/gemini-cli
  2. Auth: Run gemini & sign in w/ Google account
  3. Verify: gemini --version

When to Use

  • User asks to "run/ask/use gemini"
  • Compare Claude vs Gemini responses
  • Get second AI opinion
  • Delegate task to Gemini

Usage

# One-shot query
gemini "Your prompt"

# Specific model
gemini -m gemini-3-pro-preview "prompt"

# JSON output
gemini -o json "prompt"

# YOLO mode (auto-approve)
gemini -y "prompt"

# File analysis
cat file.txt | gemini "Analyze this"

Comparison Workflow

  1. Provide Claude's response first
  2. Run same query via Gemini CLI
  3. Present both for comparison

CLI Options

FlagDesc
-mModel (gemini-3-pro)
-oOutput: text/json/stream-json
-yAuto-approve (YOLO)
-dDebug mode
-sSandbox mode
-rResume session
-iInteractive after prompt

Best Practices

  • Quote prompts w/ double quotes
  • Use -o json for parsing
  • Pipe files for context
  • Specify model for specific capabilities

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.