From agi-super-team
Analyzes images using multimodal vision models: describe content, extract text (OCR), compare images, and answer visual questions. Supports JPG, PNG, GIF, WebP.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:image-visionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze images using the built-in vision capabilities of multimodal AI models.
Analyze images using the built-in vision capabilities of multimodal AI models.
Describe what's in an image:
# The agent will automatically use vision when you provide an image path
image("/path/to/image.jpg", prompt="Describe what's in this image")
Extract text from images:
image("/path/to/document.png", prompt="Extract all text from this image")
Compare or analyze multiple images:
images(["/path/to/image1.jpg", "/path/to/image2.jpg"],
prompt="Compare these two images and describe the differences")
Ask specific questions about image content:
image("menu.jpg", prompt="What are the prices of the main courses?")
image("chart.png", prompt="What trend does this graph show?")
image("screenshot.png", prompt="What error message is displayed?")
Check image content:
image("upload.jpg", prompt="Is this image appropriate for a professional setting?")
Extract structured data from visual content:
image("receipt.jpg", prompt="Extract the date, total amount, and items purchased")
image("business_card.png", prompt="Extract name, phone, email, and company")
image("form.jpg", prompt="Extract all filled fields as key-value pairs")
Compare images:
images(["before.jpg", "after.jpg"],
prompt="What changes were made between these two images?")
npx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamAnalyzes images using MiniMax vision MCP tool to describe content, extract text (OCR), and review UI mockups, charts, and photos.
Analyzes media files (PDFs, images, diagrams, screenshots) using a vision backend to extract structured data, descriptions, or summaries instead of literal file reading.
Analyzes images to describe content, extract data from scientific figures, plots, experimental setups, and answer general questions.