dedicated-file-manager
PassAudited by ClawScan on Apr 14, 2026.
Overview
The skill's code, docs, and runtime instructions are coherent with a local file-management purpose; it performs only filesystem scanning/moving and manifest generation and does not request credentials or network access, though it implies automated scheduled runs without providing a concrete scheduler/setup step.
This skill appears to do what it says: local scanning, categorization, moving files to archive (it does not auto-delete), and manifest updates. Before installing/using it: (1) Confirm the exact 'root' or dedicated workspace path you want the agent to manage — avoid giving it '/' or broad home directories. (2) Run the scripts in dry-run mode first (they support --dry-run) to see proposed moves. (3) The docs suggest weekly automatic runs but the package doesn't set up a scheduler; only enable any cron/systemd jobs if you trust the skill and know which commands will run. (4) Review the bundled scripts yourself (they are included) if you have concerns — they do not make network calls or read secrets. (5) Require explicit user confirmation for any destructive actions (the SKILL.md advocates this), and ensure the agent is configured to ask you before making changes you haven't approved.
