gemini-consultation

📁 superconductor/superconductor-plugin-marketplace 📅 Feb 9, 2026
3
总安装量
3
周安装量
#59174
全站排名
安装命令
npx skills add https://github.com/superconductor/superconductor-plugin-marketplace --skill gemini-consultation

Agent 安装分布

amp 3
gemini-cli 3
claude-code 3
github-copilot 3
codex 3
kimi-cli 3

Skill 文档

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