- name
- vision-analyzer
- description
- |
- metadata
- author
- clawdia
- version
- 1.0.1
Vision Analyzer
Analyze images using Kimi K2.5 multimodal vision capabilities through Ollama Cloud API.
When to Use
- User wants to know what's in an image
- Describing screenshots or photos
- Understanding UI elements, text in images
- Analyzing memes, charts, diagrams
Quick Start
python3 ~/.openclaw/workspace/skills/vision-analyzer/scripts/vision_analyze.py <image_path> [prompt]Examples
Describe an image:
python3 ~/.openclaw/workspace/skills/vision-analyzer/scripts/vision_analyze.py photo.jpgAsk specific question:
python3 ~/.openclaw/workspace/skills/vision-analyzer/scripts/vision_analyze.py screenshot.png "What UI elements do you see?"Common Image Locations
- Downloads:
/mnt/chromeos/MyFiles/Downloads/ - Screenshots:
/mnt/chromeos/MyFiles/Downloads/ - Home directory:
~/
Configuration
Set your Ollama API key as environment variable:
export OLLAMA_API_KEY="your-api-key-here"Get your API key from ollama.com/settings
API Configuration
The skill uses Ollama Cloud API with Kimi K2.5 model. API key is read from OLLAMA_API_KEY environment variable.
Supported Formats
- JPG/JPEG
- PNG
- GIF
- WebP
Output
Returns a natural language description of the image content.