gemini-vision

Automate image generation, analysis, OCR, editing, and comparison via gemini-3-pro-image-preview.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/PytaichukBohdan/AndriiPresentation --skill gemini-vision-pytaichukbohdan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-vision
Source: https://github.com/PytaichukBohdan/AndriiPresentation/tree/main/.claude/skills/image-generation
Command: npx skills add https://github.com/PytaichukBohdan/AndriiPresentation --skill gemini-vision-pytaichukbohdan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates image generation, analysis, and editing tasks.

Core Features & Use Cases

  • Generate images from prompts using a unified toolkit for rapid visual ideation.
  • Analyze, OCR, edit, and compare multiple images in batch workflows for design QA and asset creation.
  • Use case: when you need consistent visuals across a campaign, run batch analysis to describe differences and extract text from screenshots.

Quick Start

Generate an image from the prompt 'a futuristic cityscape at dusk' using gemini-vision.

Frequently Asked Questions about gemini-vision

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

FAQPage Schema
How do I automate batch image analysis and text extraction across multiple screenshots?

Batch image analysis and text extraction can be automated by running analyze-batch and ocr commands on multiple screenshots. This processes visual data in media workflows, describes visual differences, and extracts text content directly to stdout or files.

Can I generate and edit images from text prompts in a single workflow?

Image generation and editing from text prompts is supported within a single workflow using generate and edit commands. You provide a prompt and optional reference images to create new visuals or modify existing assets for creative ideation.

Does this image editing toolkit require specific model dependencies to function?

The image editing toolkit requires the gemini-3-pro-image-preview dependency to function. This specific model dependency is necessary to execute the generate, analyze, ocr, edit, and compare commands across your media assets.

What is the best way to compare multiple images for design QA?

Comparing multiple images for design QA is best handled using the compare command. It evaluates design differences across visual assets in batch workflows, ensuring consistent visuals across a campaign by outputting descriptive comparison results.

How do I extract text from images using OCR for design asset creation?

Extracting text from images using OCR is done by executing the ocr command with your target image files. This automates text extraction from screenshots and creative visuals, outputting the recognized text content to stdout or files.