Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Image Processor

  • 40 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

image-processor is a Claude Code skill that resizes, converts, watermarks, and generates thumbnails for images using Pillow.

About

image-processor is a Claude Code skill that processes images using a bundled Python script based on Pillow. A developer uses it to resize images, convert formats, add text watermarks, and generate thumbnails at multiple sizes. It is useful for preparing image assets for web or apps.

  • Resizes and converts image formats (e.g. PNG to WebP)
  • Adds text watermarks
  • Generates multiple thumbnail sizes

Image Processor by the numbers

  • 40 all-time installs (skills.sh)
  • Ranked #927 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

image-processor capabilities & compatibility

Capabilities
image resize · format conversion · watermarking · thumbnail generation
Use cases
image generation
Pricing
Free
From the docs

What image-processor says it does

Process images with resize, format conversion, watermarks, and thumbnail generation.
SKILL.md
python scripts/process_image.py thumbnail --input photo.jpg --sizes 64,128,256
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill image-processor

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs40
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Resize, convert, watermark, or generate thumbnails from an image file.

When should I use this skill?

A developer needs to resize, convert, or watermark images.

What you get

The developer produces resized, converted, watermarked, or thumbnailed image files.

By the numbers

  • 4 operations: resize, convert, watermark, thumbnail

Files

SKILL.mdMarkdownGitHub ↗

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

# 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

Tags

image, resize, convert, thumbnail, watermark

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.