agentsclimarketplace

Gemini cli

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

🛠️ Curate and enhance your coding skills with Claude Skills Vault, a collection of commands and MCP server guides for efficient development.

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.

One thing to look at

  • 4 stars4 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.

What its author says it does

Copied from the file, not written here

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

SKILL.md

1.4 KB, 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

Keep looking

Skills are one crate of 328,083. 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.