ImageMagick Operations

v1.0.0

Perform image manipulation tasks like background removal, resizing, format conversion, rounding corners, watermarking, and color adjustments using ImageMagic...

1· 4.7k·38 current·39 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name and files match: SKILL.md, README, and the remove-bg script all implement ImageMagick tasks. Minor inconsistency: the registry metadata shown to you listed no required binaries, but skill.json declares requires.bins ["convert"] (and the docs/scripts expect the ImageMagick 'convert' tool). This is expected for an ImageMagick helper but the registry metadata vs. skill.json mismatch is worth noting.
Instruction Scope
SKILL.md instructs only local ImageMagick operations (convert, simple shell loops, and the included remove-bg.sh). The remove-bg.sh script only reads the specified input file, writes the specified output, and reports sizes; it does not access other files, environment secrets, or remote endpoints. Minor doc-script mismatch: SKILL.md describes tolerance as 0-255 while remove-bg.sh treats tolerance as a percentage (used as -fuzz "${TOLERANCE}%").
Install Mechanism
No custom install mechanism or remote downloads are used — SKILL.md and skill.json recommend installing ImageMagick via standard package managers (brew, apt, dnf). This is low-risk and proportionate to the skill's purpose.
Credentials
The skill requests no environment variables or credentials. Its functionality (local image manipulation) does not require secrets, so requested privileges are proportionate.
Persistence & Privilege
always:false and default model invocation are used. The skill does not request any elevated or persistent system-wide privileges and does not modify other skills or system configs.
Assessment
This skill appears to do only local ImageMagick image editing and includes a small bash script for background removal. Before installing/use: 1) Ensure ImageMagick ('convert') is present on PATH as the skill expects. 2) Note the minor docs mismatch: tolerance is used as a percentage in the script (-fuzz N%) though SKILL.md lists 0–255; test with safe images to confirm behavior. 3) If you will process untrusted images, keep ImageMagick up-to-date and consider running processing in an isolated environment — ImageMagick has had remote-code vulnerabilities historically. 4) No network calls or credentials are requested by the skill, so there is no obvious exfiltration vector in the provided files.

Like a lobster shell, security has layers — review code before you run it.

latestvk97efge0kz3j6mk37avqenk0qs809fkz

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments