A comprehensive suite of ImageMagick operations designed to automate complex image manipulation, format conversion, and background removal within AI agent workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install imagemagick
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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. |
Loading
A sophisticated automation skill for sending and receiving SMS/RCS messages through the Google Messages web interface.

An advanced health integration for Openclaw Skills that automates Fitbit data retrieval, trend analysis, and personalized health reporting.

An AI-driven financial news aggregator and briefing generator designed to keep investors updated via automated delivery channels.

A comprehensive communication skill for sending batch SMS and making programmatic voice calls with Text-to-Speech integration.

An advanced browser automation skill designed to bypass aggressive anti-bot protections like Cloudflare and Datadome using stealth-patched browsers.

An advanced financial integration that enables AI agents and developers to interact with Klutch programmable credit cards through a secure GraphQL API.








































