Image Manipulation Image Magick

🏢Official
by github · vlatest · Repository

Automates image editing tasks like resizing, cropping, format conversion, and applying filters using ImageMagick.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add image-manipulation-image-magick npx -- -y @trustedskills/image-manipulation-image-magick
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "image-manipulation-image-magick": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/image-manipulation-image-magick"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to manipulate images using ImageMagick, a powerful image processing library. It supports tasks like resizing, cropping, rotating, applying filters, and converting between image formats.

When to use it

  • You need to resize or crop images for web or mobile applications.
  • You want to apply visual effects such as blurring or sharpening to enhance image quality.
  • You are working with multiple image formats and need to convert them consistently.

Key capabilities

  • Resize, rotate, and crop images.
  • Apply filters and transformations (e.g., blur, brightness).
  • Convert between different image formats (e.g., PNG to JPEG).

Example prompts

  • "Resize this image to 800x600 pixels."
  • "Convert the image to grayscale and save it as a PNG."
  • "Add a border around the edges of this photo."

Tips & gotchas

  • Ensure that ImageMagick is installed on your system for full functionality.
  • Be mindful of file size limits when processing large images, as performance may degrade.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
github
Installs
4.2k

🏢 Official

Published by the company or team that built the technology.