describe-image

Generate Russian text descriptions of charts, diagrams, tables, and screenshots.

112|26|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Wide-Moat/open-computer-use --skill describe-image-wide-moat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: describe-image
Source: https://github.com/Wide-Moat/open-computer-use/tree/main/skills/public/describe-image
Command: npx skills add https://github.com/Wide-Moat/open-computer-use --skill describe-image-wide-moat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

You need readable, structured descriptions of charts, screenshots, and images when you cannot directly extract or interpret the visual content yourself.

Core Features & Use Cases

  • Vision-based image description: Generates accurate text descriptions from images using a Vision AI model.
  • Russian output for easier consumption: Produces descriptions in Russian, including extracted visible text.
  • Batch processing with manifests: Processes folders in pages and writes an LLM-friendly manifest (manifest-<page>.md) you can view and iterate on.
  • Use case: When you have a folder of UI screenshots or scanned charts, run a single batch job to produce per-image descriptions and a manifest you can reference later.

Quick Start

Run the describe-image script on a single file by telling your AI to execute: python /mnt/skills/public/describe-image/scripts/describe.py -i /path/to/image.png.

Frequently Asked Questions about describe-image

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

FAQPage Schema
How do I generate Russian text descriptions from screenshots and charts?

To generate Russian text descriptions from screenshots and charts, run the describe-image script on a single file or folder. It uses a Vision AI model to produce readable text representations of visual content.

Can I process a folder of UI screenshots in a batch?

Yes, you can process a folder of UI screenshots in a batch. The script processes folders in pages and writes an LLM-friendly manifest file for each page, allowing you to view and iterate on the per-image descriptions later.

How does vision AI image description handle batch processing manifests?

Vision AI image description handles batch processing by paginating through folders and generating a markdown manifest for each page. This manifest provides a structured reference of all extracted visible text and descriptions.

Do I need a VISION_API_KEY for chart analysis with Russian output?

Yes, you need a VISION_API_KEY for chart analysis with Russian output. The script requires this authentication to send base64-encoded images to an OpenAI-compatible chat-completions API payload.

What image formats work with vision AI screenshot analysis?

Vision AI screenshot analysis supports common raster image types. The script encodes images as base64 data before sending them to the OpenAI-compatible API for processing.

How do I improve accuracy when generating image descriptions from diagrams?

To improve accuracy when generating image descriptions from diagrams, you can use optional contextual grounding. This feature provides additional context to the Vision AI model, enhancing the precision of the Russian text output.