图片智能去重 - 递归全目录·安全回收站版

v1.0.1

递归扫描全目录图片,自定义相似度,安全软删除至回收站,保留高清原图

1· 133·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for onealmeng/deduplicate-images.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "图片智能去重 - 递归全目录·安全回收站版" (onealmeng/deduplicate-images) from ClawHub.
Skill page: https://clawhub.ai/onealmeng/deduplicate-images
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install deduplicate-images

ClawHub CLI

Package manager switcher

npx clawhub@latest install deduplicate-images
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (image deduplication, safe soft-delete, keep high-quality originals) align with the delivered code and runtime instructions. The script scans directories, computes simple image fingerprints, compares similarity, and moves lower-quality duplicates into a local '重复图片回收站' under the target folder — all consistent with purpose.
Instruction Scope
SKILL.md and main.py limit actions to scanning image files in the provided path, skipping the trash folder, and moving files to a local trash subfolder. No instructions or code read unrelated system files, environment variables, network endpoints, or other skills' configs. The tool does perform file moves (not permanent deletion), which is expected behavior but is a destructive file-operation permission the user should authorize.
Install Mechanism
There is no install spec (instruction-only), which keeps risk low. SKILL.md metadata lists a pip dependency ('pillow>=10.0.0') but the registry's top-level requirements did not explicitly list pip packages; users must ensure Pillow is installed in their environment. No downloads or external installers are performed by the skill.
Credentials
The skill requests no environment variables or external credentials. The only runtime requirement is python3 and Pillow (PIL). It operates on the user-specified filesystem path only, which is proportionate to its function.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide changes. It creates a trash folder inside the provided root folder and moves files there (normal for this tool). It does not modify other skills or global agent settings.
Assessment
This skill appears to do what it claims: recursively find duplicate images and move lower-quality copies into a local '重复图片回收站' folder under the path you provide. Before running: (1) back up important photos (the tool moves files, it does not permanently delete them), (2) ensure Python 3 and Pillow (pillow>=10) are installed in the environment, (3) test on a small folder to validate similarity thresholds and behavior (default similarity 99.5), and (4) note the script ignores files smaller than ~10KB and skips the trash folder by name. No network access or credential use was found. If you need stricter guarantees, inspect and run the included main.py locally in a safe test directory first.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🖼️ Clawdis
OSmacOS · Linux · Windows
Binspython3
cleanervk977w8tawzhgwzj5rmzam3q2hn83g83gdeduplicatevk977w8tawzhgwzj5rmzam3q2hn83g83gfilevk977w8tawzhgwzj5rmzam3q2hn83g83gimagevk977w8tawzhgwzj5rmzam3q2hn83g83glatestvk977w8tawzhgwzj5rmzam3q2hn83g83gphotovk977w8tawzhgwzj5rmzam3q2hn83g83grecursivevk977w8tawzhgwzj5rmzam3q2hn83g83gtoolvk977w8tawzhgwzj5rmzam3q2hn83g83g
133downloads
1stars
2versions
Updated 1mo ago
v1.0.1
MIT-0
macOS, Linux, Windows

🖼️ 图片智能去重专业版 | Image Deduplicator Pro

核心功能 | Core Features

✅ 递归深度扫描:根目录+所有子文件夹全量图片检索 ✅ 自定义相似度:支持 0~100% 任意阈值设置 ✅ 安全软删除:仅移动文件,不删除任何源文件 ✅ 智能择优保留:优先留存高分辨率、大体积优质图片 ✅ 全格式兼容:支持 JPG/PNG/WebP/BMP/TIFF ✅ 跨平台运行:macOS / Windows / Linux 全系统适配

✅ Recursive Deep Scan: Scan all images in root and subfolders ✅ Custom Similarity: 0~100% adjustable threshold ✅ Safe Soft-Delete: Only move files, never delete originals ✅ Smart Selection: Keep high-resolution & large-size images ✅ Full Format Support: JPG/PNG/WebP/BMP/TIFF ✅ Cross-Platform: Compatible with macOS/Windows/Linux

使用方法 | Usage

AI 智能调用 | AI Agent

中文:帮我扫描 [文件夹路径] 下所有图片,使用 [相似度] 进行去重 English: Scan all images in [folder path] with [similarity] deduplication

命令行调用 | CLI

# 中文示例
python3 {baseDir}/main.py --path "你的图片目录" --similarity 99.5
# English Example
python3 {baseDir}/main.py --path "Your Image Folder" --similarity 99.5

Comments

Loading comments...