image-resize
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Image Resize
Process images from the shared volume at {{SHARED_VOLUME}}.
Resize
convert {{SHARED_VOLUME}}/input/photo.jpg -resize 800x600 {{SHARED_VOLUME}}/output/resized.jpg
convert {{SHARED_VOLUME}}/input/photo.jpg -resize 50% {{SHARED_VOLUME}}/output/half.jpg
Crop
convert {{SHARED_VOLUME}}/input/photo.jpg -crop 400x300+100+50 {{SHARED_VOLUME}}/output/cropped.jpg