Jump to related tools in the same category or review the original source on GitHub.

Image & Video Generation @pr1vateer Updated 2/26/2026

🖼️ 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-resize

Full SKILL.md

Open original
nameversiondescriptionuser invocable
resize-magic0.1.0Resize 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
Original URL: https://github.com/openclaw/skills/blob/main/skills/pr1vateer/image-resize

Related skills

If this matches your use case, these are close alternatives in the same category.