gemini-vision

Analyze images and PDFs with Gemini Vision for captions, classifications, and object data.

1|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/AIA-11-HN-MIB/MIB-MockInterviewAIBot --skill gemini-vision-aia-11-hn-mib
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-vision
Source: https://github.com/AIA-11-HN-MIB/MIB-MockInterviewAIBot/tree/main/.claude/skills/gemini-vision
Command: npx skills add https://github.com/AIA-11-HN-MIB/MIB-MockInterviewAIBot --skill gemini-vision-aia-11-hn-mib

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables Claude to leverage Google's Gemini Vision API to analyze images at scale—providing captions, content classification, visual question answering, object detection, segmentation, and multi-image analysis, including document understanding for PDFs.

Core Features & Use Cases

  • Captioning & Classification: Generate descriptive captions and categorize image content to automate tagging and organization.
  • Visual Question Answering: Answer natural-language questions about image content for quick insights.
  • Object Detection & Segmentation: Identify and locate objects with bounding boxes and pixel-level masks for precise scene understanding.
  • Document Understanding: Process PDFs (up to 1,000 pages) to extract text and structure for automation and analysis.
  • Multi-Image Analysis: Compare and analyze up to 3,600 images to surface trends and changes.

Quick Start

Use the Gemini Vision skill to analyze an image, for example: python scripts/analyze-image.py image.jpg "Describe this image?"

Frequently Asked Questions about gemini-vision

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

FAQPage Schema
How do I analyze images and extract captions with Gemini Vision?

Image analysis with Gemini Vision generates descriptive captions and classifications by sending images to Google's Gemini API. Provide an image file and a query; the Skill returns text captions, structured metadata, and content classifications for automated tagging and organization.

Can I process multiple images at once and compare them?

Yes, multi-image analysis supports up to 3,600 images per request, enabling trend detection and change comparison across image sets. The Skill processes batches and returns aggregated insights alongside individual image results.

Does Gemini Vision handle PDF documents and extract text from them?

Document understanding for PDFs processes files up to 1,000 pages, extracting text, layout structure, and semantic content. This automates document analysis and information retrieval workflows without manual transcription.

What API key or configuration do I need to get started?

You need a valid Gemini API key or Vertex AI configuration to authenticate requests. The Skill supports model selection across gemini-2.5-pro, gemini-2.5-flash, gemini-2.5-flash-lite, gemini-2.0-flash, and related variants depending on your setup.

How do I identify and locate objects within images?

Object detection and segmentation identify objects and return bounding boxes plus pixel-level masks for precise spatial understanding. This enables scene analysis, inventory tracking, and automated visual inspection at object granularity.

What image and file size limits should I know about?

Images and PDFs must stay within defined size limits enforced by the Gemini API. Check your Gemini or Vertex AI documentation for exact thresholds; the Skill validates inputs before processing and returns structured metadata on processing success.