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 doctor if dependency availability is unknown.
  • Treat analyze without --apply as the safe default.
  • Prefer --trash-dir before permanent deletion so the user can review results.

Dependency

  • This skill requires Pillow, ImageHash, numpy, and OpenCV:
Related skills

More from tiangong-ai/skills

Installs
11
GitHub Stars
6
First Seen
Mar 15, 2026