gemini-consultant

Query Gemini 3 Pro with Google Search grounding and vision for second opinions.

7|1|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/stared/gemini-claude-skills --skill gemini-consultant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-consultant
Source: https://github.com/stared/gemini-claude-skills/tree/main/skills/gemini-consultant
Command: npx skills add https://github.com/stared/gemini-claude-skills --skill gemini-consultant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai.

What problem does it solve?

This Skill provides a Gemini 3 Pro-powered second opinion with real-time Google Search grounding and vision analysis to verify facts and offer alternative perspectives.

Core Features & Use Cases

  • Real-time web grounding: Ground responses with current information via Google Search.
  • Image analysis: Analyze single or multiple images for insights.
  • Configurable thinking depth: Adjust reasoning depth for quick answers or deep analysis.
  • Contextual analysis: Pass context and code snippets for precise feedback.

Quick Start

Use uv run consult.py "What's the latest version of Python?" to get Gemini's expert perspective, or attach an image with -i to analyze visuals.

Frequently Asked Questions about gemini-consultant

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

FAQPage Schema
How do I get a second opinion on technical questions with real-time information?

Real-time web grounding provides second opinions by querying Gemini 3 Pro with current Google Search results. This Skill grounds responses in live information for fact verification, alternative perspectives on code problems, and cross-model consultation without relying on static training data.

Can I analyze images alongside text queries for expert feedback?

Image analysis is built in—attach single or multiple images with the -i flag to receive visual insights combined with text analysis. Gemini 3 Pro's vision capability processes both simultaneously for comprehensive feedback on diagrams, screenshots, or visual content.

How do I control the depth of reasoning for different types of queries?

Configurable thinking depth lets you adjust reasoning intensity per query. Quick answers use shallow thinking; complex technical problems benefit from deep analysis. This parameter balances response time against reasoning rigor without changing the model or grounding behavior.

What setup is required to use this consultation Skill?

A valid GEMINI_API_KEY is mandatory. The Skill depends on google-genai and requires no other installation steps. Once the API key is set, you can immediately query Gemini 3 Pro with optional context, images, resolution settings, and thinking-depth adjustments.

Can I pass code snippets and context to get targeted technical feedback?

Contextual analysis accepts code snippets and background information as input alongside your question. This precision targeting helps Gemini 3 Pro deliver alternative technical perspectives specific to your exact problem rather than generic advice.

Does this work for fact-checking and verifying current information?

Fact verification is a core use case enabled by real-time Google Search grounding. Responses are anchored to current web sources, making this Skill suitable for checking the latest software versions, API changes, security advisories, and other time-sensitive technical facts.