remove-similar-image
Installation
SKILL.md
Remove Similar Image
Core Goal
- Scan one local image or a directory tree of local images.
- Use ImageHash to cluster exact duplicates and near-duplicates.
- Use OpenCV variance-of-Laplacian blur scoring to flag blurry shots.
- Preview actions first, then permanently delete or move candidates to a trash folder when requested.
Required Script
- Use
scripts/remove_similar_images.py. - Start with
doctorif dependency availability is unknown. - Treat
analyzewithout--applyas the safe default. - Prefer
--trash-dirbefore permanent deletion so the user can review results.
Dependency
- This skill requires Pillow, ImageHash, numpy, and OpenCV: