SkillHub

image-resize

v1.0.0

Resize an image using ImageMagick. Geometry examples: - 800x -> width 800, preserve aspect ratio - 800x600 -> exact geometry (may change aspect) - 50% -> scale to 50% of original - 800x800> -> resize only if larger than 800x800

Sourced from ClawHub, Authored by pr1vateer

Installation

Please help me install the skill `image-resize` from SkillHub official store. npx skills add pr1vateer/image-resize

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