using-gemini

Query Google Gemini via CLI for second opinions and brainstorming.

35|5|Updated Jul 5, 2025
One-click install
npx skills add https://github.com/alexei-led/cc-thingz --skill using-gemini-alexei-led
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: using-gemini
Source: https://github.com/alexei-led/cc-thingz/tree/main/plugins/dev-tools/skills-codex/using-gemini
Command: npx skills add https://github.com/alexei-led/cc-thingz --skill using-gemini-alexei-led

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users obtain rapid external input by querying Gemini for second opinions, brainstorming ideas, or web search results.

Core Features & Use Cases

  • Second opinion: Get Gemini's perspective on architecture, design, or code.
  • Web search: Ask Gemini to search for current information.
  • Brainstorming: Generate alternative approaches or ideas.
  • Media analysis: Describe images or analyze content.

Quick Start

Run gemini -p 'your question here' to start a Gemini query.

Frequently Asked Questions about using-gemini

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

FAQPage Schema
How do I get a second opinion on code or architecture from an AI assistant in the CLI?▼

You can get an AI assistant's second opinion on code or architecture by running Gemini in headless mode and querying it directly from the CLI using the -p flag to provide your prompt.

Can I use the Gemini CLI for brainstorming and web search?▼

Yes, you can use the Gemini CLI for brainstorming and web search by passing your questions via the -p flag to generate alternative approaches or retrieve current information.

How do I select a specific AI model when running Gemini in headless mode?▼

To select a specific AI model when running Gemini in headless mode, use the -m flag when executing your CLI command to specify the desired model for your query.

What is the best way to query Gemini directly from the command line?▼

The best way to query Gemini from the command line is by executing `gemini -p 'your question here'`, which allows you to rapidly obtain external input or perform media analysis.

Does the Gemini CLI require any special dependencies to run?▼

The Gemini CLI does not require special dependencies to run, allowing you to directly connect with Google Gemini for software design input, research, or brainstorming without additional setup.