Installation
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "baoyu-compress-image" skill by following the instructions at https://skill123.me/install/baoyu-compress-image.
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/baoyu-compress-image.sh | bash
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 4 KBAbout this skill
Overview
Compresses images to WebP (default) or PNG with automatic tool selection. Use when user asks to "compress image", "optimize image", "convert to webp", or reduce image file size.
Source
- Repo: https://github.com/JimLiu/baoyu-skills
- Path: skills/baoyu-compress-image
Evaluation
AI-evaluated 2026-09-03: Concise, complete CLI contract with clear options table, examples, expected output, and tool-selection fallback chain (sips, cwebp, ImageMagick, Sharp). Common drop-in need; however the default replaces the original file (keep-original is opt-in), which is a mild data-loss risk if compression goes wrong.
