Image Resize Skill
Batch resizes and compresses image files (JPEG, PNG, WebP).
Available Scripts
scripts/resize.py— Resize one or more images to a target width/height; preserves aspect ratio by default
Usage
python3 scripts/resize.py --input ./photos/ --width 800 --output ./resized/