Image magic resizer
v1.0.0Resize images using ImageMagick (CLI). Entrypoint is a Bash script.
⭐ 0· 1.2k·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the code and install: the script simply calls ImageMagick (magick/convert) to resize images; the brew install of imagemagick is appropriate and proportional.
Instruction Scope
SKILL.md and the entrypoint are narrowly scoped to running the resize script. The instructions do not read unrelated files, environment variables, or send data to external endpoints; the script only reads the input file and writes the output file.
Install Mechanism
Install uses a standard Homebrew formula (imagemagick) which is an expected and low-risk way to obtain the required binaries. No arbitrary downloads or extraction from untrusted URLs are used.
Credentials
No credentials, environment variables, or config paths are requested. The required binaries listed (bash, magick/convert) are proportional to the stated purpose.
Persistence & Privilege
The skill is user-invocable and not forced-always; it does not request persistent elevated privileges or modify other skills' configs. Autonomous invocation is allowed (platform default) but not excessive here.
Assessment
This skill appears to do exactly what it says: run ImageMagick to resize a file. Before installing, review and accept that it will run the ImageMagick binary on any file you pass to it. Important cautions: ImageMagick has historically had vulnerabilities (e.g., "ImageTragick") when processing untrusted or maliciously crafted images — keep ImageMagick up to date and consider hardening its policy.xml if you will process files from untrusted sources. The provided script is simple and readable; if you plan to use it in automation, run it with least privilege and test on benign images first. If you have any additional environment or deployment constraints (e.g., no Homebrew on your host), confirm the install step matches your environment.Like a lobster shell, security has layers — review code before you run it.
latestvk97fvsvwkxp53r6df8jyjbypy180j9xv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🖼️ Clawdis
Binsbash
Any binmagick, convert
Install
Install ImageMagick (brew)
Bins: magick, convert
brew install imagemagick