Resize images using ImageMagick (CLI). Entrypoint is a Bash script.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill resize-images-with-imagemagick --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Resize Images With Imagemagick?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-resize-images-with-imagemagick)More formats (shields.io, HTML) on the badges page.
---
name: resize-images-with-imagemagick
description: "Resize images using ImageMagick (CLI). Entrypoint is a Bash script."
category: "Media"
author: community
version: "0.1.0"
icon: image
---
## 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.:
```bash
cp -r resize-magic ~/.openclaw/skills/resize-magic
# or install via CLI if available
openclaw skill install ./resize-magic
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!