image_editing

Automate batch image editing with ImageMagick convert commands.

4|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/GeneralReasoning/env-skillsbench --skill image-editing-generalreasoning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image_editing
Source: https://github.com/GeneralReasoning/env-skillsbench/tree/main/mario-coin-counting/environment/skills/image_editing
Command: npx skills add https://github.com/GeneralReasoning/env-skillsbench --skill image-editing-generalreasoning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates basic image editing tasks via the command line using ImageMagick to modify and optimize images.

Core Features & Use Cases

  • Batch resizing, cropping, blurring, and format conversion of images from the command line.
  • Apply common image adjustments such as auto-orient, color adjustments, and color space changes for quick image preparation.
  • Use Case: Normalize a folder of photos by resizing to 1024x768, applying a slight blur, and converting to JPEG for web publishing.

Quick Start

Resize an image to 512x512 using a single convert command.

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 convert images from the command line?

Batch resize and convert images using ImageMagick's convert tool to automate resizing, cropping, and format conversion for multiple files in scripting workflows.

Can I apply blur and color adjustments to photos with ImageMagick?

Yes, ImageMagick can apply blur, auto-orient, and color adjustments to photos, allowing you to prepare images for web publishing by modifying color space and applying effects.

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

Yes, command-line image editing requires ImageMagick's convert tool to be installed, as it exposes common editing operations such as resize, blur, crop, and color space changes.

What's the best way to normalize a folder of photos for web publishing?

Normalize a folder of photos by scripting ImageMagick commands to resize images to 1024x768, apply a slight blur, and convert them to JPEG format for web publishing.

Does command-line image editing support auto-orient and color space changes?

Command-line image editing supports auto-orient and color space changes, providing quick image preparation through common adjustments like auto-orient and color space modifications.