media-imagemagick

Automate image manipulation tasks with ImageMagick scripts.

15|4|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/damionrashford/media-os --skill media-imagemagick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-imagemagick
Source: https://github.com/damionrashford/media-os/tree/main/skills/media-imagemagick
Command: npx skills add https://github.com/damionrashford/media-os --skill media-imagemagick

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Image editing and preparation tasks (resize, format conversion, compositing, batching) are repetitive and error-prone when done manually via the command line. This Skill provides a script-based wrapper around ImageMagick to simplify common image processing workflows.

Core Features & Use Cases

  • Resize and thumbnail generation for websites and social media.
  • Batch-convert formats and apply simple edits like cropping, annotating, or watermarking.
  • Compose overlays, montage grids, and batch-resave images with consistent quality.

Quick Start

Run the image.py script with a sample command to batch-resize a folder of images to a target width/height.

Frequently Asked Questions about media-imagemagick

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch resize images and generate thumbnails for a web gallery?

Batch resize images and generate thumbnails by running the Python image scripts that drive ImageMagick operations, targeting a specific width and height for web gallery media pipelines.

What is the best way to batch convert image formats and apply watermarks?

Batch convert formats and apply watermarks by using the script-based ImageMagick wrapper to automate compositing overlays and batch-resaving images with consistent quality across media pipelines.

Do I need ImageMagick installed to automate image manipulation workflows?

Yes, automating image manipulation requires ImageMagick 7+ installed on the host with a compatible PATH, alongside the Python scripts that drive common operations like resize and crop.

Can I compose montage grids and crop images in batch processing?

Yes, you can compose montage grids and crop images in batch processing by executing the skill scripts that wrap ImageMagick commands for overlaying and batch-resaving media files.

Why use a script wrapper for ImageMagick instead of command line directly?

A script wrapper simplifies repetitive and error-prone command line tasks, providing a structured way to batch-convert, resize, and apply overlays consistently without manual CLI errors.

What are the limitations of using ImageMagick for batch image editing?

Batch image editing with ImageMagick is limited to supported image formats and requires local host installation with correct PATH configuration, lacking built-in cloud rendering or remote execution.