downloads-command-center

v1.0.0

Organize the Downloads folder into a clean, searchable command center by file type, project, date, and action state.

0· 171·0 current·0 all-time
byvx:17605205782@52yuanchangxing
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 match the included assets: a local Python script and a rules JSON used to produce a folder plan, preview moves, and reports. Declared requirement (python3) is appropriate and no unrelated credentials, binaries, or cloud access are requested.
Instruction Scope
SKILL.md limits the skill to planning and previewing, asks for explicit user input (Downloads path, preferences), and emphasizes simulation-first behavior. The only file-system actions are performed by the bundled script when run with --apply; the manifest and docs repeatedly recommend preview mode before destructive actions.
Install Mechanism
No install spec — instruction-only with a local script. Nothing is downloaded or installed at runtime. This is the lowest-risk install model and matches the skill's stated design.
Credentials
No environment variables, credentials, or external config paths are required. The script reads only user-specified folder and a local rules file (resources/rules.sample.json), which is proportionate to the stated purpose.
Persistence & Privilege
The skill is user-invocable and not set to always: true. It does not request persistent system-wide privileges or modify other skills' configs. File-write operations occur only when the script is invoked with the explicit --apply flag.
Assessment
This skill appears coherent and local-only, but review and test before letting it move files: 1) Inspect scripts/organize_downloads.py yourself (it's short and readable). 2) Run the helper in preview mode (no --apply) to verify the proposed moves. 3) Provide an explicit, correct Downloads path and back up important files before using --apply. 4) Confirm duplicates/overwrite behavior on your platform (the script will move files and may overwrite depending on filesystem and target names). If you want stricter safety, ask the agent to generate the preview and require explicit user confirmation before running the script with --apply.

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

latestvk97ay03f6w5df4hdvpqpvjbtn982tg5c

License

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

Runtime requirements

🧰 Clawdis
Binspython3

Comments