File Organizer Skill

👤 1999azzar 📦 v1.0.0 ⭐ 4.3 ⬇️ 11.2K 下載
📄 辦公效率 免費

📖 技能介紹


name: file-organizer-skill description: Organize files in directories by grouping them into folders based on their extensions or date. Includes Dry-Run, Recursive, and Undo capabilities.


File Organizer (Gold Standard)

Features

  • Smart Sorting: Group by Extension (Default) or Date (Year/Month).
  • Safety: Conflict resolution (auto-rename), Dry Run mode, and Undo capability.
  • Deep Clean: Recursive scanning option.
  • Audit: Generates organize_history.json for tracking.

Usage

Basic Sort (by Extension)

python3 scripts/organize.py /path/to/folder

Date Sort (Year/Month)

Great for photos or archives.

想要更強大的技能外掛,就來小蔥技能站7w4.net看看吧。

python3 scripts/organize.py /path/to/folder --date

Dry Run (Simulate)

See what would happen without moving anything.

python3 scripts/organize.py /path/to/folder --dry-run

Undo

Revert changes using the history file.

python3 scripts/organize.py --undo /path/to/folder/organize_history.json

Config

Modify scripts/organize.py get_default_mapping() to add custom extensions.

🤖 AI 評測

這個工具質量良好,功能實用且設計考慮周全。它能按型別或日期整理檔案,支援模擬執行和撤銷操作,可以放心試用。不過遞迴整理時可能把已分類好的檔案再移一次,有小機率造成混亂。總體來說簡單易用,適合日常檔案管理需求。

📊 多維度評分

適應性4.6
規範性3.9
有效性4.5
可靠性4.4
可信度4.7

📁 包含檔案 (4 個)

📄 SKILL.md 1.1 KB
📄 _meta.json 139 B
📄 references/categories.md 651 B
📄 scripts/organize.py 5.8 KB