File Organizer

v1.0.0

Scan, deduplicate, and organize files in a directory by type, generating a dry-run plan before optionally moving files without deleting anything.

0· 62·0 current·0 all-time
byNew Age Investments@newageinvestments25-byte
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description align with included scripts. All required actions (scanning, hashing, duplicate detection, planning, moving, manifest generation) are implemented locally; no unrelated credentials, binaries, or network endpoints are requested.
Instruction Scope
SKILL.md instructs the agent to scan local directories and run included Python scripts — exactly the expected scope. The scripts can move (not delete) files when run with --execute; dry-run is the default. Be aware that an agent or user could explicitly pass --execute --yes to perform moves without an interactive prompt.
Install Mechanism
No install spec or external downloads; this is an instruction-only skill with bundled Python scripts. Nothing is pulled from remote URLs or package registries.
Credentials
The skill requests no environment variables, credentials, or config paths. All file and path access is limited to directories the user supplies to the scripts.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or global agent settings. It can be invoked autonomously (platform default), but it does not request elevated persistence or special privileges.
Assessment
This skill appears coherent and implements the described functionality locally. Before running any execution step that moves files: 1) Always run the dry-run (default) and inspect the generated plan/plan.json; 2) Do not run with --execute --yes until you have reviewed the plan — the --yes flag skips confirmation and will let the script move files; 3) Consider running scans against a small test directory first to confirm behavior; 4) Make a backup (or ensure files are in a recoverable state) if you plan to move large or important collections; 5) If you need different category mappings, review or edit references/categories.md before executing. If you want extra assurance, manually review the bundled scripts (they are included) — they perform local filesystem operations only and do not contact external services.

Like a lobster shell, security has layers — review code before you run it.

latestvk977nxs1nete9mvgt25mq0339183mpyf

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments