← Back to Skills Marketplace
albionaiinc-del

Dup Finder

by albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
73
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dup-finder
Description
Identifies and lists duplicate files in a directory to help users easily clean up and save storage space.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dup-finder
  3. After installation, invoke the skill by name or use /dup-finder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug dup-finder
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Dup Finder?

Identifies and lists duplicate files in a directory to help users easily clean up and save storage space. It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.

How do I install Dup Finder?

Run "/install dup-finder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Dup Finder free?

Yes, Dup Finder is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Dup Finder support?

Dup Finder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Dup Finder?

It is built and maintained by albionaiinc-del (@albionaiinc-del); the current version is v1.0.0.

💬 Comments