File Organizer Zh 1.0.0
v1.0.0文件整理器,按类型自动分类(中文版)
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Chinese file organizer) match the code and SKILL.md. The code implements scanning a directory, classifying by extension, generating simple stats, and moving files — all expected for a file-organizer.
Instruction Scope
SKILL.md and index.js stay within the task: they read the target directory (top-level), classify files by extension, and move them. Note: the skill will perform destructive operations (fs.renameSync) and has no dry-run, backup, or confirm step. It also resolves common Windows shortcuts (uses process.env.USERPROFILE and a Windows path regex) so behavior on non-Windows systems is limited.
Install Mechanism
No install spec; this is instruction-only with a local index.js implementation. There are no downloads, external packages, or install steps.
Credentials
The skill does not request environment variables or credentials. It reads process.env.USERPROFILE to resolve Desktop/Downloads/Documents shortcuts — this is proportional and expected for locating user folders.
Persistence & Privilege
Does not require persistent installation or elevated privileges and always:false. The skill can be invoked by the agent (default) but does not assert always:true or modify other skill configs.
Assessment
This skill appears to do what it says: it will scan the specified folder and move files into type-based subfolders on the local filesystem. Before installing or running it, consider: (1) it will rename/move files (use a copy or test folder first to avoid accidental data loss); (2) there is no dry-run/undo or backup built in; (3) path shortcuts are Windows-focused (uses USERPROFILE and a Windows path regex) so behavior on macOS/Linux may be different; (4) it operates only on the top-level of the specified folder (not recursive). If you plan to use it on important data, test on a small folder and ensure you have backups.Like a lobster shell, security has layers — review code before you run it.
latest
file-organizer-zh - 文件整理器
自动按类型分类整理文件。
功能
- 按类型分类 - 图片/文档/代码/视频/音频/压缩包
- 智能归类 - 根据文件内容智能分类
- 清理重复 - 识别并清理重复文件
触发关键词
- 整理
- 分类
- 整理文件
- 分类文件
文件类型映射
- images: .jpg, .jpeg, .png, .gif, .bmp, .webp, .svg
- documents: .doc, .docx, .pdf, .txt, .md, .xls, .xlsx, .ppt, .pptx
- code: .js, .ts, .py, .java, .cpp, .c, .html, .css, .json
- videos: .mp4, .avi, .mov, .wmv, .flv
- audio: .mp3, .wav, .flac, .aac, .ogg
- archives: .zip, .rar, .7z, .tar, .gz
使用示例
- "整理 D:\Downloads"
- "分类 C:\Users\Documents"
- "整理桌面"
Comments
Loading comments...
