image_editing

Modify images via ImageMagick command-line tools for batch resizing, cropping, blurring, and format conversion.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/KaiserWhoLearns/skillsbench --skill image-editing-kaiserwholearns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image_editing
Source: https://github.com/KaiserWhoLearns/skillsbench/tree/main/tasks/mario-coin-counting/environment/skills/image_editing
Command: npx skills add https://github.com/KaiserWhoLearns/skillsbench --skill image-editing-kaiserwholearns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Editing images via the command line can be time-consuming and error-prone when performing repetitive tasks like resizing, cropping, and filtering across large batches.

Core Features & Use Cases

  • Resize, crop, blur, and convert images using ImageMagick from scripts or CLI
  • Batch processing of multiple images with deterministic transformations
  • Use case: Prepare product images for websites, catalogs, or portfolios with consistent results

Quick Start

Run the image editing tool from the command line to resize and adjust your images.

Frequently Asked Questions about image_editing

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

FAQPage Schema
How do I batch resize and crop images from the command line?

To batch resize and crop images from the command line, use ImageMagick within scripts to apply deterministic transformations across multiple files, ensuring consistent visual edits for large batches.

What is the best way to automate image format conversion for multiple files?

Automating image format conversion for multiple files is best handled via command-line scripting with ImageMagick, which processes batches of images with deterministic transformations to streamline repetitive visual editing tasks.

Do I need ImageMagick installed to automate command-line image editing?

Yes, you need ImageMagick installed to automate command-line image editing, as this Skill relies on its CLI tools to execute scripts for batch processing, resizing, cropping, and blurring.

Can I use command-line scripting for deterministic image transformations?

Yes, you can use command-line scripting for deterministic image transformations by leveraging ImageMagick, which guarantees consistent and repeatable visual edits like resizing and blurring across large image batches.