Downloads Folder Organizer
v1.0.0Organize files from the Downloads folder into appropriate local directories
⭐ 0· 123·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (Downloads Folder Organizer) align with the included code and SKILL.md: the script scans a downloads directory, classifies files, moves them into a target root, writes logs and an index, and optionally watches for new files. No unrelated credentials, services, or binaries are required by the metadata.
Instruction Scope
The runtime instructions stay within the stated purpose: they run the included script to --scan, show a dry-run plan, ask for explicit user confirmation, then --execute or enable --watch. The script will read up to ~2048 bytes of file content for classification (and may invoke the system 'strings' utility for binaries), will move files out of Downloads, and will write logs/index files under ~/.claude/skills/organize. This is expected for this tool, but users should be aware the script reads file contents (privacy) and performs destructive actions (moves files).
Install Mechanism
No install spec; the skill is instruction-only with the script included. No remote downloads or third-party package installs are dictated by the SKILL.md (watch mode suggests installing the well-known 'watchdog' package via pip). No high-risk external URLs or extracted archives are used.
Credentials
The skill requires no environment variables, credentials, or config paths beyond its own config/log/index under ~/.claude/skills/organize. That is proportionate to the stated function.
Persistence & Privilege
always:false (default). The skill can be invoked autonomously by the agent (disable-model-invocation:false) which is normal. Enabling watch mode starts a long-lived process that auto-organizes new downloads when the user agrees; this is expected but users should explicitly opt in and be aware of the persistent filesystem activity and logs in their home directory.
Assessment
This skill appears to do what it says: it will inspect files (up to ~2KB of content) to classify them, move files from your configured Downloads folder into target folders, and write logs/index files under ~/.claude/skills/organize. Before running: (1) review organizer.py yourself if you don't fully trust the source, (2) run the --scan dry-run and carefully inspect the generated plan, (3) back up important files or test with a disposable downloads folder, (4) note that 'strings' (system utility) may be invoked for binary files and 'watchdog' is required for watch mode (pip install watchdog), and (5) only enable watch mode if you want automatic, ongoing file moves. If you want stronger guarantees, run the script in a controlled environment or with a test config first.Like a lobster shell, security has layers — review code before you run it.
latestvk974b2nya3mnyeqc59c0ncw11h83306s
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
