Image Manipulation Image Magick
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.
Run in terminal (recommended)
claude mcp add image-manipulation-image-magick npx -- -y @trustedskills/image-manipulation-image-magick
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.