← 返回 Skills 市场
albionaiinc-del

Dup Finder

作者 albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
73
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dup-finder
功能描述
Identifies and lists duplicate files in a directory to help users easily clean up and save storage space.
使用说明 (SKILL.md)

Dup Finder

This tool quickly identifies and lists duplicate files in a given directory, saving users time and storage space by allowing them to easily remove unnecessary duplicates.

Usage

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

python dup_finder.py /path/to/directory

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

Price

$1.50

安全使用建议
This appears coherent and low-risk, but before installing: (1) note the SKILL.md references dup_finder.py while the bundle contains tool.py — rename or correct the invocation before running; (2) review the script locally (it is short and readable) and run it on a non-sensitive test directory first; (3) avoid running it with elevated privileges or targeting system/root directories unless you intend to scan them; (4) be aware hashing large directories can be slow and I/O intensive; and (5) the SKILL.md lists a price — verify payment/checkout details from the publisher before paying.
功能分析
Type: OpenClaw Skill Name: dup-finder Version: 1.0.0 The skill is a standard duplicate file finder that uses SHA256 hashing to identify identical files within a user-specified directory. The implementation in tool.py is straightforward, uses only Python standard libraries (os, hashlib, argparse), and contains no indicators of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The included Python script computes SHA-256 checksums over files and reports duplicate hashes, which is consistent with the 'duplicate files' purpose. No unrelated dependencies, credentials, or external services are required.
Instruction Scope
The SKILL.md tells users to run 'python dup_finder.py', but the provided script is named tool.py (inconsistency). Aside from that mismatch, the runtime instructions are limited to scanning a user-specified directory; the code only reads files within that directory and does not transmit data externally.
Install Mechanism
No install spec is included and this is effectively an instruction + single Python script. That is low risk: nothing is downloaded or written by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths. The code only reads files from the supplied directory, which is appropriate for the stated function.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify system or other-skill configuration. Autonomous invocation is allowed by platform default but there are no additional privileged actions in the skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dup-finder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dup-finder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Dup Finder. - Quickly detects and lists duplicate files within a specified directory. - Simple command-line usage for easy integration into workflows. - Helps users reclaim storage space by identifying unnecessary duplicates. - Available for $1.50.
元数据
Slug dup-finder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Dup Finder 是什么?

Identifies and lists duplicate files in a directory to help users easily clean up and save storage space. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。

如何安装 Dup Finder?

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

Dup Finder 是免费的吗?

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

Dup Finder 支持哪些平台?

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

谁开发了 Dup Finder?

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

💬 留言讨论