← 返回 Skills 市场
albionaiinc-del

Dupfile Finder

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

DupFile Finder

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

Usage

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

python dupfile_finder.py /path/to/directory

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

Price

$1.50

安全使用建议
This appears to be a straightforward duplicate-file finder. Before running: (1) correct the invocation mismatch (either rename tool.py to dupfile_finder.py or update SKILL.md to use 'python tool.py'); (2) run it as a non-privileged user and point it at the specific directory you want scanned (avoid /, /root, or other sensitive system directories) because the script will read any files under the provided path; (3) review the script yourself (it's short and readable) if you have concerns; (4) note the tool only lists duplicates — it does not delete files. If you plan to run it in an automated or autonomous agent context, ensure the agent cannot be instructed to scan sensitive system paths.
功能分析
Type: OpenClaw Skill Name: dupfile-finder Version: 1.0.0 The skill is a standard utility for identifying duplicate files by calculating SHA-256 hashes. The implementation in tool.py uses only built-in Python libraries (os, hashlib, argparse) and contains no network activity, obfuscation, or suspicious execution patterns.
能力评估
Purpose & Capability
The tool walks a directory, computes SHA-256 checksums, and reports files with identical hashes — exactly what a duplicate-file finder should do. There are no unexpected dependencies or credentials requested.
Instruction Scope
SKILL.md instructs running 'python dupfile_finder.py' but the bundled script is named tool.py; this mismatch could confuse users. The instructions otherwise stay within the stated purpose and do not ask the agent to read unrelated system state or transmit data externally. The SKILL.md also includes a 'Price' line ($1.50) which is informational but not part of runtime behavior.
Install Mechanism
No install spec is provided; the skill is instruction + local Python script only. Nothing is downloaded or written to disk during install.
Credentials
The skill requests no environment variables, credentials, or config paths. The code operates on the directory the user supplies, which is proportional to its purpose.
Persistence & Privilege
The skill does not request always: true, does not modify other skills or system settings, and has normal invocation settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dupfile-finder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dupfile-finder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of DupFile Finder. - Quickly identifies and lists duplicate files within a specified directory. - Command-line tool with simple usage. - Helps users save storage space by locating unnecessary duplicates. - Available for $1.50.
元数据
Slug dupfile-finder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Dupfile Finder 是什么?

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

如何安装 Dupfile Finder?

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

Dupfile Finder 是免费的吗?

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

Dupfile Finder 支持哪些平台?

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

谁开发了 Dupfile Finder?

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

💬 留言讨论