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 | |
tools
Generate hosted voiceover variants and short jingles
tools
Generate premium video highlight packages with clip plans, captions, thumbnails, chapter markers, social copy, edit decisions, and manifest metadata.
testing
Generate high-quality articles using parallel AI agents. Supports research, writing, and optional cover image generation. Write single articles or batch process multiple topics with configurable parallelism.
testing
Generate videos using OpenAI Sora, Minimax Hailuo, Gemini Veo, or Seedance through the hosted Skills runtime with provider-cost pricing.