resize-magic
⚠Review·Scanned 2/18/2026
This skill provides a Bash entrypoint scripts/resize.sh to resize images with ImageMagick. It runs local shell commands (magick/convert) on user-supplied "$input"/"$output" paths, performing file reads/writes (shell execution, purpose-aligned).
from clawhub.ai·v0.1.0·3.3 KB·0 installs
Scanned from 1.0.0 at d11c8e8 · Transparency log ↗
$ vett add clawhub.ai/pr1vateer/resize-magicReview findings below
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