🖼️ Image Magik Resize OpenClaw Plugin & Skill | ClawHub
Looking to integrate Image Magik Resize into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate image & video generation tasks instantly, without having to write custom tools from scratch.
What this skill does
Resize images using ImageMagick (CLI). Entrypoint is a Bash script.
Install
openclaw skills install @pr1vateer/image-magik-resizenpx clawhub@latest install image-magik-resizeFull SKILL.md
Open original| name | version | description | user invocable |
|---|---|---|---|
| resize-magic | 0.1.0 | Resize images using ImageMagick (CLI). Entrypoint is a Bash script. | true |
SKILL.md content below is scrollable.
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