🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ 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...

Versionv1.0.1
Downloads388
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

  • 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  [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

  • 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.

    ⚑ When to Use

    TriggerAction
    - Describing screenshots or photos
    - Understanding UI elements, text in images
    - Analyzing memes, charts, diagrams

    πŸ’‘ 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