file-organizer
自动整理文件和文件夹
也可从以下获取: Joseph OBrien,DYAI2025,ComposioHQ,davila7,sickn33
杂乱的文件系统会浪费时间并造成压力。此技能会分析你的目录,查找重复项,并创建合乎逻辑的文件夹结构。所有更改在执行前都需要你的批准。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“file-organizer”。 Help me organize my Downloads folder
预期结果:
- Found 342 files across 5 categories
- Documents: 87 files (PDF, DOCX, TXT)
- Images: 124 files (JPG, PNG, SVG)
- Archives: 31 files (ZIP, DMG)
- Proposed structure: Work/, Personal/, Installers/, Archive/, ToSort/
- Ready to proceed with these changes? (yes/no/modify)
正在使用“file-organizer”。 Find duplicate files in my Documents
预期结果:
- Found 23 sets of duplicates (156 MB total)
- proposal.pdf exists in 3 locations
- Recommendation: Keep the newest version in /Documents/
- Delete the other 2 copies? (yes/no for each)
正在使用“file-organizer”。 Help me restructure my Projects folder
预期结果:
- Current structure has 47 folders
- 12 projects not touched since 2022
- Proposed: Active/, Archive/, Templates/
- Move old projects to Archive and implement naming convention?
安全审计
低风险Documentation-based skill providing file organization guidance. Contains example shell commands for legitimate file operations. All changes require user approval. No network calls, no credential access, no actual code execution. The 72 static findings are false positives from misinterpreting markdown documentation.
低风险问题 (1)
风险因素
📁 文件系统访问 (1)
⚙️ 外部命令 (1)
质量评分
你能构建什么
清理下载文件夹
将数百个混杂文件分类到 Work、Personal、Images 和 Archives 等有序类别中。
重构项目文件夹
将进行中的项目与已归档工作分开,并建立一致的命名规范。
查找并删除重复项
识别占用空间的重复文件,并决定保留哪个版本。
试试这些提示
帮我整理我的 Downloads 文件夹。按类型分组文件并建议一个文件夹结构。
在我的 Documents 文件夹中查找重复文件,并告诉我该保留哪些。
查看我的 ~/Projects 目录并提出改进建议。将活跃项目与归档项目分开。
找出我 6 个月未触碰的文件,并帮我决定要归档哪些。
最佳实践
- 先从一个杂乱的文件夹开始,建立信任后再处理更大的项目
- 始终归档旧文件,而不是永久删除
- 对重要文档使用一致的命名模式,例如 YYYY-MM-DD
避免
- 在未先审查提案的情况下就开始整理
- 允许自动删除而未查看将被移除的内容
- 未确认哪些是当前项目就进行文件整理