← 返回 Skills 市场
zhangyingzhuangk

File Organizer Zh 1.0.0

作者 zhangyingzhuangk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
109
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install file-organizer-zh-1-0-0
功能描述
文件整理器,按类型自动分类(中文版)
使用说明 (SKILL.md)

file-organizer-zh - 文件整理器

自动按类型分类整理文件。

功能

  1. 按类型分类 - 图片/文档/代码/视频/音频/压缩包
  2. 智能归类 - 根据文件内容智能分类
  3. 清理重复 - 识别并清理重复文件

触发关键词

  • 整理
  • 分类
  • 整理文件
  • 分类文件

文件类型映射

  • 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"
  • "整理桌面"
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install file-organizer-zh-1-0-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /file-organizer-zh-1-0-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of file-organizer-zh – 自动按类型分类整理文件(中文版): - 支持按类型自动分类(图片、文档、代码、视频、音频、压缩包) - 智能根据文件内容归类 - 自动识别并清理重复文件 - 通过中文关键词(如“整理”、“分类文件”)触发操作
元数据
Slug file-organizer-zh-1-0-0
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

File Organizer Zh 1.0.0 是什么?

文件整理器,按类型自动分类(中文版). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。

如何安装 File Organizer Zh 1.0.0?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install file-organizer-zh-1-0-0」即可一键安装,无需额外配置。

File Organizer Zh 1.0.0 是免费的吗?

是的,File Organizer Zh 1.0.0 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

File Organizer Zh 1.0.0 支持哪些平台?

File Organizer Zh 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 File Organizer Zh 1.0.0?

由 zhangyingzhuangk(@zhangyingzhuangk)开发并维护,当前版本 v1.0.0。

💬 留言讨论