← 返回 Skills 市场
sxliuyu

File Auto Organizer

作者 SxLiuYu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
1625
总下载
1
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install file-auto-organizer
功能描述
文件自动整理工具。按文件类型、日期自动归类下载文件夹,适合整理控和洁癖用户。
使用说明 (SKILL.md)

File Auto Organizer 📁

自动整理文件夹,按类型/日期归类文件,告别凌乱桌面!

功能

  • 📂 按文件类型自动归类(图片、文档、视频、压缩包等)
  • 📅 按日期整理(今天、昨天、本周等)
  • 🔍 支持自定义规则
  • 🗑️ 可选:删除重复文件
  • 📊 整理报告

使用方法

整理下载文件夹

python3 scripts/organizer.py organize ~/Downloads

按类型整理

python3 scripts/organizer.py by-type ~/Downloads

按日期整理

python3 scripts/organizer.py by-date ~/Downloads

查看统计

python3 scripts/organizer.py stats ~/Downloads

规则说明

默认类型分类:

  • 🖼️ 图片: jpg, png, gif, webp, svg, psd, ai
  • 📄 文档: pdf, doc, docx, txt, md, xls, xlsx, ppt, pptx
  • 📦 压缩包: zip, rar, 7z, tar, gz
  • 🎬 视频: mp4, mkv, avi, mov, flv
  • 🎵 音频: mp3, wav, flac, aac
  • 💻 代码: js, py, java, cpp, html, css

示例

# 整理桌面
python3 scripts/organizer.py organize ~/Desktop

# 整理并生成报告
python3 scripts/organizer.py organize ~/Downloads --report
安全使用建议
This skill appears to be what it says: a local script that moves files into subfolders by type/date and prints stats. Before running it on important folders: (1) back up or test on a copy (it will move files, which can be disruptive), (2) run it on a small sample directory first to confirm behavior, (3) be aware there is no network activity or secret access, but SKILL.md mentions deleting duplicates while the script does not implement explicit duplicate deletion, and (4) ensure you have python3 available and review the script if you want additional safety (dry-run, confirmations, undo, or true duplicate-detection) before use.
功能分析
Type: OpenClaw Skill Name: file-auto-organizer Version: 1.0.0 The skill is a standard file organization tool that categorizes files by type or date. The Python script (scripts/organizer.py) uses standard library functions like shutil.move and pathlib to manage files and contains no network activity, data exfiltration, or obfuscated code.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included Python script all align: organizing files by type/date and showing stats. Minor metadata inconsistency: registry header listed no required binaries while _meta.json declares 'python3' as a required bin. This is expected (the script needs Python) but should be reconciled.
Instruction Scope
SKILL.md instructs running the bundled script against a user-specified folder. The script only reads file metadata and moves files within the target folder (creates category/date subfolders, renames to avoid overwrite). It does not access environment variables, network endpoints, or unrelated system paths. Note: SKILL.md mentions an optional 'delete duplicate files' feature but the included script does not implement explicit duplicate-deletion behavior; also there is no dry-run/safety prompt — the script will move files immediately.
Install Mechanism
No install spec; instruction-only with a bundled Python script. No external downloads or archives. Risk is limited to running the provided script locally.
Credentials
No credentials or environment variables are requested. The only runtime dependency is Python (python3). This is proportionate to the stated purpose.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install file-auto-organizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /file-auto-organizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of file-auto-organizer. - Automatically organizes files by type (images, documents, videos, etc.) and date (today, yesterday, week). - Supports custom classification rules. - Optional removal of duplicate files. - Generates organization reports. - Simple command-line usage for organizing Downloads, Desktop, and more.
元数据
Slug file-auto-organizer
版本 1.0.0
许可证 MIT-0
累计安装 5
当前安装数 5
历史版本数 1
常见问题

File Auto Organizer 是什么?

文件自动整理工具。按文件类型、日期自动归类下载文件夹,适合整理控和洁癖用户。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1625 次。

如何安装 File Auto Organizer?

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

File Auto Organizer 是免费的吗?

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

File Auto Organizer 支持哪些平台?

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

谁开发了 File Auto Organizer?

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

💬 留言讨论