image-convert

Installation
SKILL.md

Image Convert

Convert image formats from the shared volume at {{SHARED_VOLUME}}.

Convert Formats

convert {{SHARED_VOLUME}}/input/photo.png {{SHARED_VOLUME}}/output/photo.jpg
convert {{SHARED_VOLUME}}/input/photo.jpg -quality 80 {{SHARED_VOLUME}}/output/photo.webp

Batch Convert

for f in {{SHARED_VOLUME}}/input/*.png; do
  convert "$f" "${f%.png}.webp"
done
Installs
2
GitHub Stars
58
First Seen
Apr 18, 2026
image-convert — bidewio/better-openclaw