OpenClaw · Skill
Image Magik Resize
This skill provides a single executable script scripts/resize.sh that the agent (or the openclaw CLI) can call to resize an image with ImageMagick.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install pr1vateer/image-magik-resizeClawHub installer
npx clawhub@latest install pr1vateer/image-magik-resizeOpenClaw CLI
openclaw skills install pr1vateer/image-magik-resizeDirect OpenClaw install
openclaw install pr1vateer/image-magik-resizeWhat this skill does
This skill provides a single executable script scripts/resize.sh that the agent (or the openclaw CLI) can call to resize an image with ImageMagick.
Why it matters
Lets agents resize images without the user knowing ImageMagick geometry flag syntax.
Typical use cases
- Resize product photos to a standard width before uploading to a store
- Scale down screenshots to 50% for use in documentation
- Shrink large images before attaching them to emails
- Resize a profile photo to exact pixel dimensions required by a platform
- Reduce oversized photos without upscaling smaller ones
Source instructions
Overview
This skill provides a single executable script scripts/resize.sh that the agent (or the openclaw CLI) can call to resize an image with ImageMagick.
Installation (manual)
Copy the folder into your OpenClaw skills directory, e.g.:
cp -r resize-magic ~/.openclaw/skills/resize-magic
# or install via CLI if available
openclaw skill install ./resize-magic