image-processor
Installation
SKILL.md
Image Processor Tool
Description
Process images with resize, format conversion, watermarks, and thumbnail generation.
Trigger
/process-imagecommand- User requests image manipulation
- User needs to resize or convert images
Usage
# Resize image
python scripts/process_image.py resize --input photo.jpg --output resized.jpg --width 800
# Convert format
python scripts/process_image.py convert --input photo.png --output photo.webp