A high-performance tool for detecting and managing duplicate or visually similar images using perceptual hashing.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install image-deduplicator
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 image-deduplicator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Image Deduplicator is a robust utility designed to streamline image management by identifying redundant files. By leveraging both MD5 hashing for byte-for-byte matches and perceptual hashing (pHash) for visual similarity, this Openclaw Skills contribution allows developers and content creators to clean up large datasets efficiently. It handles various formats like JPG, PNG, and BMP, ensuring your storage remains optimized without requiring manual inspection of every file.
To use this tool within the Openclaw Skills ecosystem, install the necessary Python dependencies:
pip install pillow imagehash
Ensure the script is executable within your environment to begin scanning your directories.
| Property | Description |
|---|---|
| Threshold | Integer (0-100) determining similarity sensitivity (default 100 for exact) |
| Actions | Supported operations: list, delete, move |
| Extensions | Default scanned formats: jpg, jpeg, png, bmp |
| Hash Types | Employs MD5 for exact bits and pHash for perceptual similarity |
Loading
A high-performance utility for extracting specific objects from image datasets based on standard bounding box annotation formats.

An automated quality control tool for validating, scoring, and visualizing image annotation accuracy in computer vision datasets.

A robust utility for automatically partitioning image datasets and annotations into training, validation, and testing subsets.

A specialized agent for querying traditional Chinese Almanac data, providing daily auspicious and inauspicious guidance.

An automated computer vision tool designed to detect and filter out blurry, poorly lit, or low-resolution images from datasets.

An AI-powered calculation tool for Nine Palace Flying Star Feng Shui to determine auspicious and inauspicious directions based on time cycles.








































