
Gemini Image
- 1.2k installs
- 24 repo stars
- Updated December 19, 2025
- johnlindquist/claude
gemini-image is an agent skill for analyze images using gemini's vision capabilities. use for image analysis, text extraction from screenshots, and visual content understanding.
About
The gemini-image skill is designed for analyze images using Gemini's vision capabilities. Use for image analysis, text extraction from screenshots, and visual content understanding. Gemini Image Analysis Analyze images using Gemini Pro's vision capabilities. Ask specific questions - Vague prompts get vague answers 4. Invoke when the user asks about gemini image or related SKILL.md workflows.
- Use Tailwind CSS for styling.
- Make it responsive.
- Include proper TypeScript types.
- Add appropriate accessibility attributes".
- What this screen is for.
Gemini Image by the numbers
- 1,219 all-time installs (skills.sh)
- +5 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #340 of 1,880 Design & UI/UX skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Aug 4, 2026 (Skillselion catalog sync)
gemini-image capabilities & compatibility
- Capabilities
- use tailwind css for styling · make it responsive · include proper typescript types · add appropriate accessibility attributes"
- Use cases
- frontend
What gemini-image says it does
Analyze images using Gemini's vision capabilities. Use for image analysis, text extraction from screenshots, and visual content understanding.
Analyze images using Gemini's vision capabilities. Use for image analysis, text extraction from screenshots, and visual content understanding.
npx skills add https://github.com/johnlindquist/claude --skill gemini-imageAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.2k |
|---|---|
| repo stars | ★ 24 |
| Security audit | 3 / 3 scanners passed |
| Last updated | December 19, 2025 |
| Repository | johnlindquist/claude ↗ |
How do I analyze images using gemini's vision capabilities. use for image analysis, text extraction from screenshots, and visual content understanding?
Analyze images using Gemini's vision capabilities. Use for image analysis, text extraction from screenshots, and visual content understanding.
Who is it for?
Developers using gemini image workflows documented in SKILL.md.
Skip if: Skip when the task falls outside gemini-image scope or needs a different stack.
When should I use this skill?
User asks about gemini image or related SKILL.md workflows.
What you get
Completed gemini-image workflow with documented commands, files, and expected deliverables.
- Image analysis report
- Extracted screenshot text
- Visual comparison summary
Files
Gemini Image Analysis
Analyze images using Gemini Pro's vision capabilities.
Prerequisites
pip install google-generativeai
export GEMINI_API_KEY=your_api_keyCLI Reference
Basic Image Analysis
# Analyze an image
gemini -m pro -f /path/to/image.png "Describe this image in detail"
# With specific question
gemini -m pro -f screenshot.png "What error message is shown?"
# Multiple images
gemini -m pro -f image1.png -f image2.png "Compare these two images"Analysis Operations
General Description
gemini -m pro -f image.png "Describe this image comprehensively:
1. Main subject/content
2. Colors and composition
3. Text visible (if any)
4. Context and purpose
5. Notable details"Extract Text (OCR)
gemini -m pro -f screenshot.png "Extract all text from this image.
Format as plain text, preserving layout where possible.
Include any text in buttons, labels, or UI elements."Code from Screenshot
gemini -m pro -f code-screenshot.png "Extract the code from this screenshot.
Provide as properly formatted code with correct indentation.
Note any parts that are unclear or partially visible."UI Analysis
gemini -m pro -f ui-screenshot.png "Analyze this UI:
1. What application/website is this?
2. What page/screen is shown?
3. Main UI elements and their purpose
4. User flow/actions available
5. Any UX issues or suggestions"Error Analysis
gemini -m pro -f error-screenshot.png "Analyze this error:
1. What error is shown?
2. What is the likely cause?
3. How to fix it?
4. Any related information visible?"Diagram Understanding
gemini -m pro -f diagram.png "Explain this diagram:
1. What type of diagram is this?
2. Main components and their relationships
3. Data/process flow
4. Key takeaways"Specific Use Cases
Debug Screenshot
gemini -m pro -f debug-screen.png "I'm debugging an issue. From this screenshot:
1. What is the current state?
2. What errors or warnings are visible?
3. What should I look at?
4. Suggested next steps"Compare Before/After
gemini -m pro -f before.png -f after.png "Compare these before and after images:
1. What changed?
2. Is this an improvement?
3. Any issues in the 'after' version?
4. Anything missing?"Design Feedback
gemini -m pro -f design.png "Provide design feedback:
1. Visual hierarchy
2. Color usage
3. Typography
4. Spacing and alignment
5. Accessibility concerns
6. Suggestions for improvement"Data Extraction
gemini -m pro -f chart.png "Extract data from this chart:
1. Chart type
2. Data series and values
3. Axes labels and ranges
4. Key trends or insights
5. Output as structured data if possible"Form Analysis
gemini -m pro -f form.png "Analyze this form:
1. Form purpose
2. Fields and their types
3. Required vs optional
4. Validation rules visible
5. UX suggestions"Workflow Patterns
Screenshot to Issue
# Capture screenshot (macOS)
screencapture -i /tmp/bug.png
# Analyze and format as issue
gemini -m pro -f /tmp/bug.png "Create a bug report from this screenshot:
## Summary
[One-line description]
## Steps to Reproduce
[Inferred from screenshot]
## Expected Behavior
[What should happen]
## Actual Behavior
[What the screenshot shows]
## Environment
[Any visible system info]"UI to Code
gemini -m pro -f ui-design.png "Generate React component code that recreates this UI:
- Use Tailwind CSS for styling
- Make it responsive
- Include proper TypeScript types
- Add appropriate accessibility attributes"Documentation
gemini -m pro -f app-screen.png "Write user documentation for this screen:
- What this screen is for
- How to use each feature
- Common tasks
- Tips and notes"Image Types Supported
- PNG, JPEG, GIF, WebP
- Screenshots
- Photos
- Diagrams and charts
- UI mockups
- Code snippets
- Documents
Best Practices
1. Use clear images - Higher quality = better analysis 2. Crop to relevant area - Remove unnecessary context 3. Ask specific questions - Vague prompts get vague answers 4. Provide context - Tell Gemini what you're looking for 5. Verify extracted text - OCR isn't perfect 6. Multiple angles - Use multiple images for complex subjects
Related skills
How it compares
Choose gemini-image for Gemini Pro CLI vision in agent workflows; use native IDE screenshot tools when no programmatic image analysis is needed.
FAQ
What does gemini-image do?
Analyze images using Gemini's vision capabilities. Use for image analysis, text extraction from screenshots, and visual content understanding.
When should I use gemini-image?
User asks about gemini image or related SKILL.md workflows.
Is gemini-image safe to install?
Review the Security Audits panel on this page before installing in production.