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 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 |
More from superconductor/superconductor-plugin-marketplace
video-understanding
Analyze and understand video content using Google Gemini. Supports local video files (mp4, mov, webm, avi, mkv) and YouTube links up to an hour long. Use this skill when you need to understand, summarize, or extract information from video content.
9video-generation
Generate videos using Google Veo models. Create 4-8 second videos from text prompts, with optional image-to-video and video extension capabilities. Veo 3.1 supports native audio generation including dialogue and sound effects.
5audio-understanding
Transcribe and analyze audio content using Google Gemini. Supports local audio files (mp3, wav, m4a, ogg, flac) and YouTube links up to 9.5 hours long. Use this skill when you need to transcribe, summarize, or extract information from audio content.
5x-api
Interact with the X (Twitter) API v2 using curl commands. Use this skill to look up user profiles, search recent posts, retrieve tweets, get user timelines, and explore other public X API v2 endpoints.
4image-generation
Generate high-quality images using Google Gemini's Nano Banana Pro image model. Use this skill when you need to create images from text descriptions or transform existing images/videos into new artwork.
4text-to-speech
Convert text to natural-sounding speech using Google Gemini TTS models. Supports 30 different voices and 24 languages. Use this skill when you need to generate audio narration, voiceovers, or spoken content from text.
4