From aidotnet-moyucode
Processes images by resizing, converting formats, adding watermarks, and generating thumbnails using Pillow-based Python CLI scripts. Useful for image manipulation requests or /process-image command.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Process images with resize, format conversion, watermarks, and thumbnail generation.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
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