← Back to Skills Marketplace
albionaiinc-del

Dupfile Finder

by albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dupfile-finder
Description
Identify and list duplicate files in a specified directory to help manage and free up storage space efficiently.
README (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

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

What is Dupfile Finder?

Identify and list duplicate files in a specified directory to help manage and free up storage space efficiently. It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install Dupfile Finder?

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

Is Dupfile Finder free?

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

Which platforms does Dupfile Finder support?

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

Who created Dupfile Finder?

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

💬 Comments