智能整理电脑文件与文件夹,查重清理并优化目录结构,提升数字工作区整洁度。
复制安装指令,让 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 自动处理 Bugsnag 告警、项目与错误监控相关任务。
通过 Rube MCP 自动执行 Alchemy 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Appdrag 相关任务并先检索最新工具模式。
通过 Browserless 自动化网页操作、抓取流程与浏览器任务编排。
通过 Rube MCP 自动化 Grist 表格与数据管理任务,提升协作效率。
通过 Rube MCP 自动执行 Dropcontact 联系人数据处理与信息补全任务。
自动识别并整理发票与收据,提取关键信息后统一命名归档,便于报税与对账。
智能扫描文件夹并整理文件,识别重复项、重命名并归类到合理目录
分析文件访问频率、重复与体积,帮助识别低价值文件并优化文件夹结构。
帮助用户智能分析文件、处理多媒体并自动整理本地资料库。
以隐私优先方式处理文件,支持 PDF、图片优化、去元数据与抠图等操作。
帮助 AI 安全高效地执行文件管理、搜索归档、校验与重复检测等操作