← Back to Skills Marketplace
File Organizer Zh 1.0.0
by
zhangyingzhuangk
· GitHub ↗
· v1.0.0
· MIT-0
109
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install file-organizer-zh-1-0-0
Description
文件整理器,按类型自动分类(中文版)
README (SKILL.md)
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"
- "整理桌面"
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: file-organizer-zh-1-0-0
Version: 1.0.0
The skill is a legitimate file organization utility that categorizes files into subdirectories (e.g., images, documents, code) based on their file extensions. The implementation in `index.js` uses standard Node.js `fs` and `path` modules to scan directories and move files, with no evidence of network activity, data exfiltration, or unauthorized command execution. While the `SKILL.md` mentions 'cleaning duplicates' which is not fully implemented in the code (it performs renaming instead), there are no malicious instructions or prompt-injection attempts.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install file-organizer-zh-1-0-0 - After installation, invoke the skill by name or use
/file-organizer-zh-1-0-0 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of file-organizer-zh – 自动按类型分类整理文件(中文版):
- 支持按类型自动分类(图片、文档、代码、视频、音频、压缩包)
- 智能根据文件内容归类
- 自动识别并清理重复文件
- 通过中文关键词(如“整理”、“分类文件”)触发操作
Metadata
Frequently Asked Questions
What is File Organizer Zh 1.0.0?
文件整理器,按类型自动分类(中文版). It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.
How do I install File Organizer Zh 1.0.0?
Run "/install file-organizer-zh-1-0-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is File Organizer Zh 1.0.0 free?
Yes, File Organizer Zh 1.0.0 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does File Organizer Zh 1.0.0 support?
File Organizer Zh 1.0.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created File Organizer Zh 1.0.0?
It is built and maintained by zhangyingzhuangk (@zhangyingzhuangk); the current version is v1.0.0.
More Skills