imagemagick

Execute ImageMagick image manipulation commands inside a Docker sandbox.

16|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/kubiyabot/skill --skill imagemagick-kubiyabot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imagemagick
Source: https://github.com/kubiyabot/skill/tree/main/examples/docker-runtime-skills/imagemagick-skill
Command: npx skills add https://github.com/kubiyabot/skill --skill imagemagick-kubiyabot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables secure, containerized image processing by running ImageMagick inside a Docker sandbox, avoiding local tool installation and ensuring isolation.

Core Features & Use Cases

  • Containerized Execution: Run ImageMagick commands inside a Docker container with strict resource limits and no network access.
  • Format Conversion & Editing: Convert between JPEG, PNG, GIF, TIFF, WebP, PDF; resize, crop, watermark, and batch process.
  • Safe Automation: Easily script repeated image processing tasks for large collections or pipelines.

Quick Start

Use the imagemagick skill to convert input.png to output.jpg: skill run imagemagick -- convert input.png output.jpg

Frequently Asked Questions about imagemagick

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

FAQPage Schema
How do I convert PNG to JPEG without installing image processing tools locally?

You can convert PNG to JPEG securely by running ImageMagick commands inside a Docker container. This approach isolates the image processing environment, preventing local tool installation while executing format conversions safely.

Can I batch resize and watermark images using a Docker sandbox?

Yes, you can batch resize and watermark images inside a Docker sandbox. The containerized ImageMagick environment executes these operations across large collections of images while enforcing strict memory limits and network restrictions.

What image formats are supported for conversion in a containerized ImageMagick workflow?

Containerized ImageMagick workflows support format conversion between JPEG, PNG, GIF, TIFF, WebP, and PDF. This allows you to handle diverse image processing tasks like resizing and cropping across various file types securely.

Does Docker-based image processing restrict network access during execution?

Docker-based image processing restricts network access entirely during execution. The container is configured with strict resource limits, mounted volumes, and no network connectivity to ensure safe and repeatable image manipulation.

How do I automate cropping and format conversion for project files?

You automate cropping and format conversion by scripting repeated ImageMagick commands within the Docker container. This enables safe automation of image processing tasks for large collections and project pipelines.