dedicated-file-manager

v1.0.0

Manage, organize, classify, rename, archive, and clean files and folders with dedicated workspace setup, automated sorting, and conflict handling.

0· 41·0 current·0 all-time
by理想菇@qshan1
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 Python scripts and reference docs: scanning directories, categorizing, renaming, archiving, and keeping a manifest. Nothing requires unrelated credentials or binaries. Minor mismatch: SKILL.md promises configuring weekly automatic tasks, but there is no install/spec that registers a scheduler (cron/systemd) or an agent-side installer to implement that automation.
Instruction Scope
Instructions focus on file-management actions (scan, classify, move to archive, update manifest) which aligns with purpose. They also encourage proactive/periodic maintenance and creating an Agent 'dedicated workspace' (including creating directories and config/manifest files in user paths). This grants the agent implicit permission to traverse and modify the filesystem under the chosen root — acceptable for this skill but worth confirming the exact root path before use.
Install Mechanism
No external install or downloads are declared. All code is bundled (three Python scripts and reference docs). There is no remote URL, package install, or archive extraction — low install risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The scripts operate on filesystem paths supplied at runtime; this is proportionate to a file-manager skill. The only implicit path mentioned in docs (~/.workbuddy/...) is a reasonable default for saving templates but should be confirmed with the user.
Persistence & Privilege
Metadata does not force permanent inclusion (always:false). However, SKILL.md repeatedly describes periodic autonomous behavior (weekly automatic整理) and '主动维护' which implies scheduling recurring tasks. The bundle does not implement a concrete scheduler; if the agent is instructed to configure system schedulers (cron/systemd) to call these scripts, that would create persistent background behavior. Ask the user before enabling any scheduled/autonomous runs.
Assessment
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.

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

latestvk97dbz1gyzfs4mxvsqaxz6r97984tpr7

License

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

Comments