Skip to main content
Generalcaidish

vision

Use when you want to analyze, describe, or extract information from an image. Handles scientific figures, plots, experimental setups, and general image Q&A.

Stars
40
Source
caidish/cAI-tools
Updated
2026-05-28
Slug
caidish--cAI-tools--vision
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/caidish/cAI-tools/HEAD/plugins/science-skill/skills/vision/SKILL.md -o .claude/skills/vision.md

Drops the SKILL.md into .claude/skills/vision.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Vision Skill

Analyze an image with an image expert.

Usage

Run the script with an image path and a prompt:

python scripts/vision.py <image_path> "<prompt>"

Examples

# 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?"