vision-analyzer

Identify objects, scenes, text, colors, and composition in images.

2|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/zunyiqingfeng-code/skills --skill vision-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vision-analyzer
Source: https://github.com/zunyiqingfeng-code/skills/tree/main/vision-analyzer
Command: npx skills add https://github.com/zunyiqingfeng-code/skills --skill vision-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, httpx, Pillow, and includes scripts (resource) components.

What problem does it solve?

OpenCode users often need to quickly understand visual information from images in chat, such as screenshots, charts, or photos, but manual analysis is time-consuming and error-prone. This skill provides automatic image understanding, text extraction, and multi-language descriptions to accelerate decision-making.

Core Features & Use Cases

  • Automatic image triggering from chat messages to start analysis
  • Multilingual support (zh, en, ja, ko, fr, es, de) for descriptions and results
  • Rich analysis including object recognition, scene understanding, text extraction, color and layout insights
  • OCR and offline analysis fallback with robust error handling
  • Use cases: UI screenshot analysis for product design, document inspection, and dashboards interpretation

Quick Start

Install the vision-analyzer, then simply mention an image path or URL in your chat to trigger an automatic visual analysis.

Frequently Asked Questions about vision-analyzer

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

FAQPage Schema
How do I extract text and analyze images from a remote URL?

Image analysis from a remote URL involves fetching the visual data, recognizing objects and scenes, and extracting text via OCR. This skill processes both local files and remote URLs, returning multilingual descriptions with configurable detail levels.

Can I get multilingual output for visual analysis of UI screenshots?

Multilingual visual analysis for UI screenshots supports output in zh, en, ja, ko, fr, es, and de. The skill identifies objects, scenes, text, colors, and composition, translating these visual insights into your configured language.

Does OpenAI Vision API work with local image files for data extraction?

OpenAI Vision API integration supports local image files for data extraction and visual analysis. The skill uses an OpenAI-based Vision API with a local-fallback option, enforcing image size and format constraints while caching results.

What are the limitations of using automated image analysis for dashboards?

Automated image analysis for dashboards enforces strict image size and format constraints, requiring valid local files or accessible remote URLs. The skill includes robust error handling and an offline OCR fallback when the primary Vision API is unavailable.

How to trigger automatic visual analysis from chat messages?

Triggering automatic visual analysis from chat messages requires mentioning an image path or URL directly in the conversation. The skill automatically detects the reference, fetches the image, and returns rich multilingual analysis including text extraction and scene understanding.