🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

CLIProxy Media

by @bencoremans

Analyze images (jpg, png, gif, webp) and PDFs via CLIProxyAPI — a Claude Max proxy that routes requests through your subscription at zero extra cost. Use thi...

Versionv1.0.3
💡 Examples

# Analyze an image
python3 skills/cliproxy-media/scripts/analyze.py /path/to/image.jpg "What is in this image?"

Read a PDF

python3 skills/cliproxy-media/scripts/analyze.py /path/to/document.pdf "Give a summary"

Compare multiple images

python3 skills/cliproxy-media/scripts/analyze.py img1.jpg img2.jpg "Compare these images"

With streaming (output appears immediately)

python3 skills/cliproxy-media/scripts/analyze.py --stream image.jpg "Describe in detail"

With system prompt

python3 skills/cliproxy-media/scripts/analyze.py --system "You are a medical expert" scan.jpg "What do you see?"

With higher token limit

python3 skills/cliproxy-media/scripts/analyze.py --max-tokens 4096 document.pdf "Extensive analysis"

⚙️ Configuration

Set the endpoint to your CLIProxy instance:

export CLIPROXY_URL=http://your-host:8317/v1/messages

For Docker setups, replace your-host with your container hostname (e.g. cliproxyapi, localhost, or the container IP).

View on ClawHub
TERMINAL
clawhub install cliproxy-media

🧪 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 →