image-processor

Installation
SKILL.md

Image Processor Tool

Description

Process images with resize, format conversion, watermarks, and thumbnail generation.

Trigger

  • /process-image command
  • 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
Related skills
Installs
29
GitHub Stars
79
First Seen
Jan 28, 2026