ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

AB-Agents-Vision-MiniMax

👁ïļ Image analysis via MiniMax VL API. Describe images, extract text from screenshots, analyze photos. Requires MiniMax Token Plan API key (free tier available).

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alexburrstudio/ab-agents-vision-minimax
Or

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

ErrorSolution
API Error: 1033Retry — MiniMax system error
No responseCheck MINIMAX_API_KEY is set correctly
SlowUse smaller images (<10MB)

AB-Agents ðŸĶ€

Related Skills

📊 AB Agents Meter Reader — Read meter readings from photos (uses this skill for vision)


AB-Agents ðŸĶ€

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alexburrstudio-ab-agents-vision-minimax": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#vision#image#minimax#minimax-vl#ocr#screenshot#text-extraction#ab-agents
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.