skills/read-image/SKILL.md
Analyze an image from a local path or URL with Claude vision. Supports prompt-controlled description, OCR, object counting, and brand/visual extraction.
npx skillsauth add hasna/skills read-imageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze an image with Claude vision and return structured JSON containing the prompt, model, and extracted analysis.
ANTHROPIC_API_KEY must be available in the environment# Describe a local image
read-image --input ./product-shot.jpg
# OCR a receipt from a URL
read-image \
--input https://example.com/receipt.png \
--prompt "Extract every line item, subtotal, tax, and total."
# Return plain text only
read-image --input ./wireframe.webp --text
| Option | Description | Default |
|--------|-------------|---------|
| -i, --input <path-or-url> | Local image path or image URL | required |
| -p, --prompt <text> | What Claude should extract or describe | detailed description + OCR |
| -m, --model <name> | Anthropic model to call | ANTHROPIC_MODEL or built-in default |
| --max-tokens <n> | Maximum response tokens | 1200 |
| -o, --output <path> | Save result to a file | stdout |
| --text | Emit only Claude's text response | false |
| --help | Show usage | |
| --version | Show version | |
testing
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
development
Generate premium performance audit reports for web apps, APIs, or SaaS surfaces with metrics, findings, budgets, remediation plans, and manifest metadata.
data-ai
Generate premium customer feedback reports from reviews, support tickets, surveys, call notes, or raw feedback with clusters, sentiment, root causes, roadmap recommendations, evidence, and manifest metadata.
development
Generate high-quality PDF documents from markdown, HTML, or templates