ImageMagick Moltbot Skill for Openclaw

A comprehensive suite of ImageMagick operations designed to automate complex image manipulation, format conversion, and background removal within AI agent workflows.

kesslerio
v1.0.0
Jan 31, 2026
1
5.1k
42

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install imagemagick

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install imagemagick using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is ImageMagick Moltbot Skill?

The ImageMagick Moltbot Skill brings professional-grade image editing capabilities to your automated environment. By integrating the industry-standard ImageMagick library, this skill allows users to programmatically handle everything from simple resizing to complex geometric distortions and batch processing. These Openclaw Skills are particularly valuable for developers who need their agents to manage visual assets without manual intervention.

This implementation includes specialized scripts for sophisticated tasks like smart background removal using color tolerance and fuzz factors. Whether you are optimizing images for web performance or generating specific asset sets for mobile development, this skill provides the necessary technical bridge between raw image files and your AI agent's logic.

ImageMagick Moltbot Skill Use Cases

  • Creating transparent PNGs from flat icons or logos with solid backgrounds.
  • Automating the generation of full iOS app icon sets across multiple resolutions.
  • Converting high-resolution photos into optimized WebP formats for faster web loading.
  • Applying watermarks or branding overlays to batches of images automatically.
  • Batch generating thumbnails for media galleries or file explorers.

How ImageMagick Moltbot Skill Works

  1. The AI agent receives an image processing request and identifies the appropriate ImageMagick operation.
  2. For background removal, the system utilizes the specialized remove-bg.sh script which applies a fuzz factor to handle anti-aliased edges.
  3. The skill executes CLI commands to modify the image buffer, applying transformations like resizing, color modulation, or grayscale conversion.
  4. Advanced operations like iOS-style rounded corners are achieved through viewport distortion and alpha channel blurring.
  5. The processed file is written to the disk, optionally stripped of metadata to minimize file size, and made available for the next step in the workflow.

ImageMagick Moltbot Skill Setup

First, ensure ImageMagick is installed on your host system.

macOS:

brew install imagemagick

Linux:

sudo apt install imagemagick  # Debian/Ubuntu
sudo dnf install ImageMagick  # Fedora

Verify Installation:

convert --version

ImageMagick Moltbot Skill Data Schema & Taxonomy

The skill interacts with the file system and uses the following parameter schema for its primary helper script:

Parameter Role Logic
input.png Source The file to be processed.
output.png Destination The path for the resulting file.
tolerance Fuzzing Integer (0-255) determining color matching sensitivity.
color Hex Code The specific background color to target for transparency.

ImageMagick Moltbot Skill Advanced Features

  • Smart background removal with adjustable tolerance levels for high-precision transparency.
  • Programmatic iOS-style rounded corner application using alpha channel thresholding.
  • Multi-format conversion support including PNG, JPG, and WebP with quality optimization.
  • Automated batch processing patterns for directory-wide transformations using Openclaw Skills scripts.
  • Metadata stripping capabilities to reduce asset footprint for production environments.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*