π¦ ClawHub
Vision Analyzer
by @kawummuwe-stack
Analyze images using Ollama Cloud's Kimi K2.5 vision capabilities. Use when user wants to describe, understand, or get information about an image. Works with...
TERMINAL
clawhub install vision-analyzerπ About This Skill
name: vision-analyzer description: | Analyze images using Ollama Cloud's Kimi K2.5 vision capabilities. Use when user wants to describe, understand, or get information about an image. Works with local image files, screenshots, or downloaded images. Supports JPG, PNG, GIF, WebP formats. 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
Quick Start
python3 ~/.openclaw/workspace/skills/vision-analyzer/scripts/vision_analyze.py [prompt]
Examples
Describe an image:
python3 ~/.openclaw/workspace/skills/vision-analyzer/scripts/vision_analyze.py photo.jpg
Ask specific question:
python3 ~/.openclaw/workspace/skills/vision-analyzer/scripts/vision_analyze.py screenshot.png "What UI elements do you see?"
Common Image Locations
/mnt/chromeos/MyFiles/Downloads//mnt/chromeos/MyFiles/Downloads/~/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
Output
Returns a natural language description of the image content.
β‘ When to Use
π‘ Examples
Describe an image:
python3 ~/.openclaw/workspace/skills/vision-analyzer/scripts/vision_analyze.py photo.jpg
Ask specific question:
python3 ~/.openclaw/workspace/skills/vision-analyzer/scripts/vision_analyze.py screenshot.png "What UI elements do you see?"
βοΈ 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