gemini-consultation

Gemini Consultation: Questions and document analysis

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gemini-consultation" with this command: npx skills add superconductor/superconductor-plugin-marketplace/superconductor-superconductor-plugin-marketplace-gemini-consultation

Gemini Consultation: Questions and document analysis

Overview

Ask questions to Google Gemini AI models. Useful for:

  • Getting a second opinion from another frontier AI model

  • Analyzing documents (PDFs up to 50MB or 1000 pages)

  • Analyzing images

  • General questions requiring Gemini's knowledge

File support

Category Extensions

Images .png , .jpg , .jpeg , .gif , .webp

Documents .pdf

Reference: https://ai.google.dev/gemini-api/docs/document-processing

How to use

bash ${CLAUDE_PLUGIN_ROOT}/scripts/gemini.sh "YOUR QUESTION"

Arguments:

  • --file

  • Optional: File path for document/image analysis

  • --model

  • Optional: Model to use (defaults to gemini-3-flash-preview )

Examples:

Simple question

npx -y superconductor-gemini-skills "Explain quantum computing in one sentence"

Get a second opinion

npx -y superconductor-gemini-skills "What's the best approach to implement caching in a Node.js application?"

Analyze a PDF

npx -y superconductor-gemini-skills --file=document.pdf "Extract the key findings from this paper" npx -y superconductor-gemini-skills --file=contract.pdf "Summarize the main terms and conditions"

Analyze an image

npx -y superconductor-gemini-skills --file=diagram.png "Explain what this diagram shows"

API Key

The GEMINI_API_KEY environment variable must be set. Get your key at: https://ai.google.dev/gemini-api/docs/api-key

Models

Model ID Context Window Knowledge Cutoff Pricing (Input / Output)

gemini-3-pro-preview

1M / 64k Jan 2025 $2 / $12 (<200k), $4 / $18 (>200k)

gemini-3-flash-preview

1M / 64k Jan 2025 $0.50 / $3

gemini-2.5-pro

1M / 65k Jan 2025 $1.25 / $10 (<200k), $2.50 / $15 (>200k)

gemini-2.5-flash

1M / 65k Jan 2025 $0.30 / $2.50

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

video-generation

No summary provided by upstream source.

Repository SourceNeeds Review
General

video-understanding

No summary provided by upstream source.

Repository SourceNeeds Review
General

audio-understanding

No summary provided by upstream source.

Repository SourceNeeds Review
General

x-api

No summary provided by upstream source.

Repository SourceNeeds Review