智能整理电脑文件与文件夹,查重清理并优化目录结构,提升数字工作区整洁度。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "file-organizer" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/file-organizer/SKILL.md 2. 保存为 ~/.claude/skills/file-organizer/SKILL.md 3. 装好后重载技能,告诉我可以用了
This skill acts as your personal organization assistant, helping you maintain a clean, logical file structure across your computer without the mental overhead of constant manual organization.
cd ~
Then run Claude Code and ask for help:
Help me organize my Downloads folder
Find duplicate files in my Documents folder
Review my project directories and suggest improvements
Organize these downloads into proper folders based on what they are
Find duplicate files and help me decide which to keep
Clean up old files I haven't touched in 6+ months
Create a better folder structure for my [work/projects/photos/etc]
When a user requests file organization help:
Understand the Scope
Ask clarifying questions:
Analyze Current State
Review the target directory:
# Get overview of current structure
ls -la [target_directory]
# Check file types and sizes
find [target_directory] -type f -exec file {} \; | head -20
# Identify largest files
du -sh [target_directory]/* | sort -rh | head -20
# Count file types
find [target_directory] -type f | sed 's/.*\.//' | sort | uniq -c | sort -rn
Summarize findings:
Identify Organization Patterns
Based on the files, determine logical groupings:
By Type:
By Purpose:
By Date:
Find Duplicates
When requested, search for duplicates:
# Find exact duplicates by hash
find [directory] -type f -exec md5 {} \; | sort | uniq -d
# Find files with same name
find [directory] -type f -printf '%f\n' | sort | uniq -d
# Find similar-sized files
find [directory] -type f -printf '%s %p\n' | sort -n
For each set of duplicates:
Propose Organization Plan
Present a clear plan before making changes:
…
通过 Rube MCP 自动执行 Etermin 任务并衔接外部工作流。
通过 Rube MCP 自动执行 Magnetic 相关任务与流程操作
通过 Rube MCP 自动处理 Eventee 活动管理任务,提升会务执行与协作效率。
通过 Rube MCP 自动执行 Eventzilla 相关操作并查询最新工具结构。
通过 Rube MCP 自动化 Everhour 任务,快速查询并执行时间管理相关操作。
通过 Rube MCP 自动执行 EspoCRM 任务,快速处理客户与业务流程。
自动识别并整理发票与收据,提取关键信息后统一命名归档,便于报税与对账。
智能扫描文件夹并整理文件,识别重复项、重命名并归类到合理目录
可按日期自动整理PDF到文件夹,并支持移动、复制、列出与追踪文件。
帮助 AI 安全高效地执行文件管理、搜索归档、校验与重复检测等操作
为 AI 代理提供本地优先的文件夹标记、检索与摘要整理能力
用自然语言批量重命名文件、整理资料并智能拆分 PDF。