LaunchKit · 2026
Back to Skills

imagemagick

Moltbookv1.0.0

Comprehensive ImageMagick operations for image manipulation.

1
3.9k downloads
by @kesslerio

Setup & Installation

openclaw skills install @kesslerio/imagemagick

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install imagemagick

What This Skill Does

Wraps ImageMagick CLI operations for image manipulation tasks in Moltbot. Covers background removal, resizing, format conversion, watermarking, and batch processing. Includes a helper script for removing solid-color backgrounds with configurable tolerance.

Bundles the most common ImageMagick one-liners into reusable scripts so you don't have to look up flag syntax each time.

When to use it

  • Remove white background from a product icon
  • Batch generate iOS app icon sizes from a single source
  • Convert PNG assets to WebP for web delivery
  • Add a watermark to a base image
  • Apply rounded corners to an app screenshot

Example Workflow

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

INPUT

User asks: Remove the white background from icon.png and export as a transparent PNG

AGENT
  1. 1Run remove-bg.sh with input icon.png and output icon-clean.png
  2. 2Apply default tolerance of 20 and target color #FFFFFF
  3. 3ImageMagick uses fuzz factor to flood-fill and cut matching pixels
  4. 4Writes result as PNG with alpha channel
OUTPUT

icon-clean.png with white background replaced by transparency

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

ImageMagick installed via brew or apt/dnf