Back to Skills

vision

verified

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

View on GitHub

Marketplace

cAI-tools

caidish/cAI-tools

Plugin

science-skill

Repository

caidish/cAI-tools
24stars

plugins/science-skill/skills/vision/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/caidish/cAI-tools/blob/main/plugins/science-skill/skills/vision/SKILL.md -a claude-code --skill vision

Installation paths:

Claude
.claude/skills/vision/
Powered by add-skill CLI

Instructions

# Vision Skill

Analyze an image with an image expert. 

## Usage

Run the script with an image path and a prompt:

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

### Examples

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

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
408 chars