From aidotnet-moyucode
Resizes images, converts formats, adds watermarks, and generates thumbnails using Pillow. Activate via /process-image command or when image manipulation is needed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidotnet-moyucode:image-processorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Process images with resize, format conversion, watermarks, and thumbnail generation.
Process images with resize, format conversion, watermarks, and thumbnail generation.
/process-image command# 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
# Add watermark
python scripts/process_image.py watermark --input photo.jpg --output marked.jpg --text "© 2024"
# Generate thumbnails
python scripts/process_image.py thumbnail --input photo.jpg --sizes 64,128,256
image, resize, convert, thumbnail, watermark
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeGuides ImageMagick image manipulation: format conversion, resizing, batch processing, quality adjustment, and thumbnail generation.
Processes web images: resize, crop, trim whitespace, convert PNG/WebP/JPG, optimize size, generate thumbnails/OG cards via Python Pillow CLI or scripts.
Provides instructions and examples for using sharp to resize, convert, and manipulate images (JPEG, PNG, WebP, AVIF, TIFF) in Node.js.