ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

resize-magic

Resize images using ImageMagick (CLI). Entrypoint is a Bash script.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/pr1vateer/image-magik-resize
Or

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

Metadata

Author@pr1vateer
Stars1217
Views1
Updated2026-02-20
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-pr1vateer-image-magik-resize": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.