🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Crazyrouter Ocr

by @xujfcn

Image-to-text and OCR via Crazyrouter API using vision models (GPT-4o, Gemini, Claude). Extract text from images, describe images, analyze screenshots. Use w...

Versionv1.1.0
πŸ’‘ Examples

# Describe image
node ${SKILL_DIR}/scripts/main.mjs --image photo.jpg --prompt "Describe this image"

Extract text (OCR)

node ${SKILL_DIR}/scripts/main.mjs --image receipt.png --prompt "Extract all text from this image"

Analyze screenshot

node ${SKILL_DIR}/scripts/main.mjs --image screenshot.png --prompt "What errors are shown in this screenshot?"

Use specific model

node ${SKILL_DIR}/scripts/main.mjs --image chart.png --prompt "Analyze this chart" --model gemini-2.5-flash

Save output

node ${SKILL_DIR}/scripts/main.mjs --image document.jpg --prompt "Extract text" --output text.md

Options

| Option | Description | Default | |--------|-------------|---------| | --image | Image file (required) | β€” | | --prompt | What to do with the image | Describe this image in detail | | --model | Vision model | gpt-4o | | --output | Save to file | stdout |

βš™οΈ Configuration

| Option | Description | Default | |--------|-------------|---------| | --image | Image file (required) | β€” | | --prompt | What to do with the image | Describe this image in detail | | --model | Vision model | gpt-4o | | --output | Save to file | stdout |

View on ClawHub
TERMINAL
clawhub install crazyrouter-ocr

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’