askill
imagemagick

imagemagickSafety 75Repository

Process and manipulate images with format conversion (PNG→JPG→WebP→GIF), resizing, cropping, filtering, batch operations, and image metadata extraction. Use for thumbnail generation, image optimization, format conversion, watermarks, and bulk image processing tasks.

10 stars
1.2k downloads
Updated 2/28/2026

Package Files

Loading files...
SKILL.md

ImageMagick Skill

Comprehensive image processing using ImageMagick via FastMCP protocol.

When to Use This Skill

  • Convert between image formats (PNG, JPG, WebP, GIF, TIFF, BMP, SVG, PDF)
  • Resize images for web optimization or thumbnails
  • Crop images to specific regions
  • Apply filters and effects (blur, sharpen, colorize)
  • Batch process multiple images
  • Create image montages and composites
  • Extract image metadata
  • Add watermarks and overlays

Tools

ToolDescription
create_imageCreate new image with specified dimensions and color
convert_imageExecute ImageMagick convert with custom arguments
resize_imageResize to specified dimensions with aspect ratio control
crop_imageCrop to region with offset
composite_imagesOverlay images for watermarks or composites
identify_imageGet image metadata and properties
batch_processBulk process images matching a pattern

Examples

# Resize image to 800x600
resize_image({
    "input_path": "/path/to/image.png",
    "output_path": "/path/to/resized.png",
    "width": 800,
    "height": 600,
    "maintain_aspect": True
})

# Convert PNG to optimized WebP
convert_image({
    "args": ["input.png", "-quality", "85", "output.webp"]
})

# Batch generate thumbnails
batch_process({
    "input_pattern": "/images/*.jpg",
    "output_dir": "/thumbnails",
    "operation": "thumbnail",
    "width": 200
})

Environment Variables

VariableDefaultDescription
IMAGEMAGICK_TIMEOUT300Command timeout in seconds

VisionFlow Integration

This skill exposes imagemagick://capabilities resource for discovery by VisionFlow's MCP TCP client on port 9500.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

74/100Analyzed 3/2/2026

Well-structured ImageMagick skill with clear when-to-use section, organized tools table, and code examples. Covers the main use cases effectively. However, deeply nested in project-specific path (depth 6) indicates internal-only usage. Missing troubleshooting/advanced scenarios and security considerations for untrusted image processing. The MCP/FastMCP protocol binding makes it less universally reusable."

75
85
60
70
75

Metadata

Licenseunknown
Version2.0.0
Updated2/28/2026
Publisherpacphi

Tags

No tags yet.