From science-skill
Analyzes images to describe content, extract data from scientific figures, plots, experimental setups, and answer general questions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/science-skill:visionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze an image with an image expert.
Analyze an image with an image expert.
Run the script with an image path and a prompt:
python scripts/vision.py <image_path> "<prompt>"
# Describe a plot
python scripts/vision.py spectrum.png "Identify the emission lines in this spectrum"
# Read values from a figure
python scripts/vision.py graph.png "What is the peak wavelength shown in this plot?"
npx claudepluginhub caidish/cai-tools --plugin science-skillAnalyzes images using multimodal vision models: describe content, extract text (OCR), compare images, and answer visual questions. Supports JPG, PNG, GIF, WebP.
Analyzes 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.