← Back to Skills Marketplace
pr1vateer

Image Magic resizer

by pr1vateer · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1695
Downloads
1
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install image-resize
Description
Resize images using ImageMagick (CLI). Entrypoint is a Bash script.
README (SKILL.md)

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
Usage Guidance
This skill appears to do exactly what it claims — a small Bash wrapper that calls ImageMagick. Before installing, consider: (1) ImageMagick has had vulnerabilities that can be triggered by specially crafted images — avoid processing untrusted images or run the tool in a sandbox/ephemeral container. (2) The script can create/overwrite output files and will create directories as needed, so ensure the agent's filesystem permissions limit where it can write. (3) Verify the system ImageMagick installation is up to date (brew formula is standard). If you need to process untrusted files, run this skill in a restricted environment (container, chroot, or VM) and audit ImageMagick's version/patch level.
Capability Analysis
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill Suspicious High-Entropy/Eval files: 1 The skill is designed to resize images using ImageMagick, as described in SKILL.md. The core script, `scripts/resize.sh`, properly handles input files and arguments. Crucially, it includes a robust sanitization check for the user-provided 'geometry' argument, preventing common shell injection characters (`[;|`$&<>]`) before passing it to the ImageMagick commands (`magick` or `convert`). All arguments are correctly quoted, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent.
Capability Assessment
Purpose & Capability
Name/description ask for an ImageMagick-based resizer and the skill requires bash plus magick/convert and offers a brew install for imagemagick — these requirements match the stated purpose.
Instruction Scope
The SKILL.md and scripts/resize.sh are straightforward: they validate argument count, check input exists, choose magick/convert, compute output path, create output dirs, and run ImageMagick. The script disallows a set of characters in the geometry string to reduce shell-injection risk. Note: ImageMagick historically has had vulnerabilities when processing untrusted image content (e.g., path/url/protocol handling), and the script does not sandbox processing or restrict output paths (it can overwrite arbitrary filesystem targets if the agent is allowed to write there). These are operational cautions rather than incoherence with purpose.
Install Mechanism
Install spec uses Homebrew formula 'imagemagick', a standard package source that provides the expected binaries (magick, convert). This is a low-risk, proportionate install mechanism for the stated function.
Credentials
No environment variables, credentials, or config paths are requested. The lack of secrets or unrelated env access is proportionate to a local CLI image-resize tool.
Persistence & Privilege
Skill is user-invocable and not forced-always. It does not request persistent system-wide configuration or modify other skills. Autonomous invocation is allowed by default but is not combined with other red flags here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install image-resize
  3. After installation, invoke the skill by name or use /image-resize
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of resize-magic (v0.1.0). - Provides a Bash script for resizing images using ImageMagick. - Supports flexible geometry options (fixed width, percentage scaling, conditional resizing). - User-invocable via the "resize" command. - CLI and manual installation instructions included.
Metadata
Slug image-resize
Version 1.0.0
License
All-time Installs 4
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Image Magic resizer?

Resize images using ImageMagick (CLI). Entrypoint is a Bash script. It is an AI Agent Skill for Claude Code / OpenClaw, with 1695 downloads so far.

How do I install Image Magic resizer?

Run "/install image-resize" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Image Magic resizer free?

Yes, Image Magic resizer is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Image Magic resizer support?

Image Magic resizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Image Magic resizer?

It is built and maintained by pr1vateer (@pr1vateer); the current version is v1.0.0.

💬 Comments