🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

AB-Agents-Vision-MiniMax

by @alexburrstudio

πŸ‘οΈ Image analysis via MiniMax VL API. Describe images, extract text from screenshots, analyze photos. Requires MiniMax Token Plan API key (free tier availab...

TERMINAL
clawhub install ab-agents-vision-minimax

πŸ“– About This Skill


name: AB-Agents-Vision-MiniMax description: "πŸ‘οΈ Image analysis via MiniMax VL API. Describe images, extract text from screenshots, analyze photos. Requires MiniMax Token Plan API key (free tier available)." version: 1.0.1 author: AB-Agents homepage: https://github.com/alexburrstudio/ab-agents-vision license: MIT tags: ["vision", "image", "minimax", "minimax-vl", "ocr", "screenshot", "text-extraction", "ab-agents"] acceptLicenseTerms: true

AB Agents Vision (MiniMax) πŸ‘οΈ

Image analysis via MiniMax VL API β€” simple, fast, reliable.

> ⚠️ Requires MiniMax Token Plan API key β€” get free key

What It Does

  • πŸ“Έ Describe images β€” Get detailed scene descriptions
  • πŸ“ Extract text β€” Read from screenshots, photos, documents
  • πŸ” Analyze photos β€” Identify objects, people, settings
  • 🌐 URL support β€” Analyze images from the web
  • Requirements

  • MiniMax Token Plan API key β€” Subscribe free
  • Linux/macOS
  • uvx (auto-installed)
  • Quick Start

    # 1. Install uvx
    curl -LsSf https://astral.sh/uv/install.sh | sh

    2. Get free MiniMax API key

    https://platform.minimax.io β†’ Subscribe β†’ Token Plan (free tier)

    3. Use

    export MINIMAX_API_KEY="sk-cp-your-key" ./vision.sh image.jpg "Describe this image"

    Usage

    # Basic description
    ./vision.sh photo.jpg

    With custom prompt

    ./vision.sh screenshot.png "What text do you see?"

    URL support

    ./vision.sh "https://example.com/image.jpg" "Describe this"

    Examples

    Screenshot analysis:

    Input: screenshot.png + "What text is in the image?"
    Output: "The screenshot shows a code editor with Python code..."
    

    Photo description:

    Input: photo.jpg + "Describe in detail"
    Output: "A person's bare foot and lower leg resting on a brown
    textured waffle-weave blanket. The skin is light-toned..."
    

    Installation

    git clone https://github.com/alexburrstudio/ab-agents-vision.git
    cd ab-agents-vision/skills/vision
    chmod +x vision.sh
    

    Or via ClaWHub:

    clawhub install AB-Agents-Vision-MiniMax
    

    Troubleshooting

    | Error | Solution | |-------|----------| | API Error: 1033 | Retry β€” MiniMax system error | | No response | Check MINIMAX_API_KEY is set correctly | | Slow | Use smaller images (<10MB) |


    AB-Agents πŸ¦€

    Related Skills

    πŸ“Š AB Agents Meter Reader β€” Read meter readings from photos (uses this skill for vision)


    AB-Agents πŸ¦€

    πŸ’‘ Examples

    Screenshot analysis:

    Input: screenshot.png + "What text is in the image?"
    Output: "The screenshot shows a code editor with Python code..."
    

    Photo description:

    Input: photo.jpg + "Describe in detail"
    Output: "A person's bare foot and lower leg resting on a brown
    textured waffle-weave blanket. The skin is light-toned..."
    

    πŸ“‹ Tips & Best Practices

    | Error | Solution | |-------|----------| | API Error: 1033 | Retry β€” MiniMax system error | | No response | Check MINIMAX_API_KEY is set correctly | | Slow | Use smaller images (<10MB) |


    AB-Agents πŸ¦€