Free Claude image skill

Use Claude to compress images

Give Claude a reliable compression recipe instead of asking it to guess an API. Start in the browser, install the plain-text skill, or connect MCP for a native tool call.

Quick answer: Install compress-image/SKILL.md. Claude sends the file to POST /api/compress-image, reads the measured savings, and follows the temporary downloadUrl.

Install the skill

  1. Download the skill file above or copy it from the Agent Skills hub.
  2. Add it to Claude project instructions, Claude skills, Claude Code context, or another agent’s instructions.
  3. Ask: “Compress this product photo at quality 72 and tell me the size saved.”

Use the API directly

curl -F "image=@photo.jpg" -F "quality=72" \
  https://agentmediatools.com/api/compress-image

The response is JSON, not raw image bytes. It includes originalSize, compressedSize, savingsPercent, and downloadUrl. Compression preserves the source format; use Convert Image when you also need WebP or another format.

What Claude should verify

Need a complete product-image batch?

Use the Claude product-image skill guide for repeatable sizing, framing, format, filenames, and one ZIP.