ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

resize-magic

Resize images using ImageMagick (CLI). Entrypoint is a Bash script.

Why use this skill?

Automate image resizing tasks easily with the OpenClaw resize-magic skill. Use ImageMagick to standardize image dimensions efficiently.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/pr1vateer/image-resize
Or

What This Skill Does

The resize-magic skill provides a streamlined interface for image manipulation tasks within the OpenClaw ecosystem. By leveraging the industry-standard ImageMagick suite via a Bash script entrypoint (scripts/resize.sh), this skill allows the agent to programmatically adjust dimensions, aspect ratios, and resolution of image files. It acts as a bridge between the agent's natural language understanding and robust command-line image processing capabilities, making it ideal for tasks that require standardized image outputs for web or document publishing.

Installation

You can install this skill manually by copying the directory into your local OpenClaw skills path. Use the following command in your terminal: cp -r resize-magic ~/.openclaw/skills/resize-magic

Alternatively, for a seamless experience, utilize the OpenClaw package manager: clawhub install openclaw/skills/skills/pr1vateer/image-resize Ensure that you have ImageMagick installed on your host system before execution, as the script relies on the presence of the magick or convert command to function correctly.

Use Cases

This skill is highly versatile for automation workflows. Common use cases include:

  • Batch processing profile pictures to a uniform size for a user database.
  • Generating thumbnail versions of large high-resolution source assets to improve website load speeds.
  • Formatting images to specific dimensions required by social media platforms or CMS upload requirements.
  • Preparing dataset images for machine learning pipelines that require standardized resolution.

Example Prompts

  1. "OpenClaw, please take the product_shot.jpg file and resize it to a width of 800 pixels while maintaining the aspect ratio."
  2. "I have a folder of images, can you resize all of them to be exactly 1024x1024 for my project?"
  3. "Downscale the image banner.png to 50% of its current size and save it as banner_small.png."

Tips & Limitations

To get the best results, ensure your image paths are relative to your working directory or provide absolute paths for clarity. Keep in mind that ImageMagick is a powerful tool; always verify that you have write permissions in the directory where the images are located, as the skill will attempt to modify or create files in those locations. Because the skill relies on a Bash script, it is currently optimized for Linux and macOS environments. If you are using Windows, ensure you are running this through WSL2 for maximum compatibility.

Metadata

Author@pr1vateer
Stars1217
Views0
Updated2026-02-20
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-pr1vateer-image-resize": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#imagemagick#image-processing#automation#resize#graphics
Safety Score: 4/5

Flags: file-read, file-write, code-execution