← Back to Skills Marketplace
albionaiinc-del

Dup File Finder

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

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

What is Dup File Finder?

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

How do I install Dup File Finder?

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

Is Dup File Finder free?

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

Which platforms does Dup File Finder support?

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

Who created Dup File Finder?

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

💬 Comments