🖼️ Image Resize OpenClaw Skill - ClawHub
Do you want your AI agent to automate Image Resize workflows? This free skill from ClawHub helps with image & video generation tasks without building custom tools from scratch.
What this skill does
Resize images using ImageMagick (CLI). Entrypoint is a Bash script.
Install
npx clawhub@latest install image-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 |
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