gemini-consultation
SKILL.md
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 togemini-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 |
Weekly Installs
3
Repository
superconductor/…ketplaceGitHub Stars
1
First Seen
Feb 9, 2026
Security Audits
Installed on
amp3
gemini-cli3
claude-code3
github-copilot3
codex3
kimi-cli3