image-magik-resize

Image & Video Generation
v1.0.0
Benign

Resize images using ImageMagick (CLI)

1K downloads1K installsby @pr1vateer

Setup & Installation

Install command

clawhub install pr1vateer/image-magik-resize

If the CLI is not installed:

Install command

npx clawhub@latest install pr1vateer/image-magik-resize

Or install with OpenClaw CLI:

Install command

openclaw skills install pr1vateer/image-magik-resize

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/pr1vateer/image-magik-resize

What This Skill Does

Resizes images using ImageMagick via a Bash script. Supports width-only scaling, exact dimensions, percentage scaling, and conditional resizing. Called by the agent or openclaw CLI with a simple geometry string.

Lets agents resize images without the user knowing ImageMagick geometry flag syntax.

When to Use It

  • Resize product photos to a standard width before uploading to a store
  • Scale down screenshots to 50% for use in documentation
  • Shrink large images before attaching them to emails
  • Resize a profile photo to exact pixel dimensions required by a platform
  • Reduce oversized photos without upscaling smaller ones
View original SKILL.md file
## 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
```

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Resize product photos to a standard width before uploading to a store

AGENT
  1. 1Resize product photos to a standard width before uploading to a store
  2. 2Scale down screenshots to 50% for use in documentation
  3. 3Shrink large images before attaching them to emails
  4. 4Resize a profile photo to exact pixel dimensions required by a platform
  5. 5Reduce oversized photos without upscaling smaller ones
OUTPUT
Resize images using ImageMagick (CLI)

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 26, 2026