电脑清理大师
v1.0.0扫描并识别计算机中的重复文件,提供智能整理建议;当用户需要清理重复文件、释放磁盘空间或整理照片库时使用
⭐ 0· 21·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included files: a Python scanner script (scripts/duplicate_scanner.py) that hashes files and produces a JSON report and the docs describe using that script. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md instructs the agent to run the included scanner and to analyze the generated report. It also describes generating deletion scripts and optionally executing deletions. That behavior is consistent with a cleaner tool but is inherently destructive if performed without user confirmation. The instructions recommend backups and user confirmation, but they also give the agent discretion to assist in executing deletes — review/confirm before any deletion.
Install Mechanism
No install spec; the skill is instruction-plus-script and relies on Python standard library. No downloads, package managers, or external installers are invoked.
Credentials
The skill requests no environment variables, credentials, or config paths. The files and docs only operate on filesystem paths provided by the user, which is proportional to its purpose.
Persistence & Privilege
always:false and no install behavior means the skill does not demand permanent presence. The platform default allows autonomous invocation; combined with the skill's capability to generate/execute deletion scripts, this means an autonomous agent could delete files if granted permission — the skill itself does not persist or request elevated privileges.
Assessment
This skill appears to do what it says: it scans directories, hashes files to find exact duplicates, and can produce deletion scripts. Before running it: 1) Always back up important data. 2) Run scans with --output to save and inspect the JSON report before any deletions. 3) Restrict scans to non-system, limited directories (e.g., ~/Pictures or ~/Downloads) for initial runs. 4) If the agent proposes a deletion script, review it line-by-line and consider running a dry-run version (move files to a backup folder rather than permanently deleting). 5) Note SKILL.md shows an absolute example path (/workspace/projects/...), while README examples use scripts/duplicate_scanner.py — ensure you call the correct path in your environment. 6) If you will allow autonomous agent actions, grant that capability only if you trust the agent and are comfortable with it performing file operations; otherwise require explicit confirmation for delete actions.Like a lobster shell, security has layers — review code before you run it.
latestvk975xp4jw4n9fp92tnwfczmckn84fkhc
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
