← 返回 Skills 市场
albionaiinc-del

Dup File Finder

作者 albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dup-file-finder
功能描述
Quickly identify and list duplicate files in a specified directory to help manage and free up disk space efficiently.
使用说明 (SKILL.md)

Dup File Finder

This tool helps users quickly identify and manage duplicate files on their system, saving time and storage space by eliminating unnecessary copies.

Usage

To use the Dup File Finder, simply run the tool from the command line and provide the directory you want to search for duplicates. For example:

python dup_file_finder.py /path/to/directory

This will print out a list of duplicate files found in the specified directory.

Price

$1.50

安全使用建议
This skill appears to be what it claims, but note the small issues before using: SKILL.md references dup_file_finder.py while the shipped file is tool.py — rename or adjust the command. Run the script only on directories you intend to scan (avoid running as root or scanning entire system roots), since it will attempt to read every file under the directory and print full paths. The code does not perform deletions or network requests, so it won't exfiltrate data, but it may be slow on large trees and may raise permission or device-read errors for special files. The package has no listed source or homepage — if you need stronger assurance, obtain the tool from a known author or review/modify the script before use.
功能分析
Type: OpenClaw Skill Name: dup-file-finder Version: 1.0.0 The 'dup-file-finder' skill is a standard utility for identifying duplicate files using SHA-256 hashing. The implementation in tool.py is straightforward, lacks any network connectivity or suspicious file access, and aligns perfectly with the functionality described in SKILL.md.
能力评估
Purpose & Capability
The name and description (find duplicate files to free disk space) match the included Python code which recursively walks a directory, computes SHA-256 checksums, and reports files with identical hashes. It does not request unrelated permissions, credentials, or external services.
Instruction Scope
SKILL.md instructs running 'python dup_file_finder.py' but the provided file is tool.py (minor mismatch that will cause a runtime error if the exact name is required). The instructions otherwise match the code. The code will attempt to open and read every file under the target directory (including binaries and system files) and will print full file paths; this is expected for deduplication but you should avoid running it as root or against system roots unless intended. The skill only lists duplicates and does not delete files.
Install Mechanism
There is no install spec and the skill is instruction-only with a single Python script included. No external downloads, package installs, or archive extraction are performed.
Credentials
No environment variables, credentials, or config paths are requested. The tool only reads filesystem paths provided by the user, which is proportionate to its purpose.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify agent or system configuration. It does not store or exfiltrate data and has no autonomous privileged behavior beyond normal agent invocation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dup-file-finder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dup-file-finder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Dup File Finder. - Quickly identifies and lists duplicate files within a user-specified directory. - Simple command-line usage for easy file management. - Helps save storage space by enabling the removal of unnecessary copies. - Priced at $1.50.
元数据
Slug dup-file-finder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Dup File Finder 是什么?

Quickly identify and list duplicate files in a specified directory to help manage and free up disk space efficiently. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。

如何安装 Dup File Finder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dup-file-finder」即可一键安装,无需额外配置。

Dup File Finder 是免费的吗?

是的,Dup File Finder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Dup File Finder 支持哪些平台?

Dup File Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Dup File Finder?

由 albionaiinc-del(@albionaiinc-del)开发并维护,当前版本 v1.0.0。

💬 留言讨论