文件自动整理工具。按文件类型、日期自动归类下载文件夹,适合整理控和洁癖用户。
Scanned 9/10/2026
Install to Claude Code
npx -y skills add luokai0/ai-agent-skills-by-luo-kai --skill file-auto-organizer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of File Auto Organizer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/luokai0-file-auto-organizer)More formats (shields.io, HTML) on the badges page.
---
name: file-auto-organizer
version: 1.0.0
description: 文件自动整理工具。按文件类型、日期自动归类下载文件夹,适合整理控和洁癖用户。
author: 你的名字
triggers:
- "文件整理"
- "整理文件"
- "自动归类"
- "桌面整理"
- "下载整理"
---
# File Auto Organizer 📁
自动整理文件夹,按类型/日期归类文件,告别凌乱桌面!
## 功能
- 📂 按文件类型自动归类(图片、文档、视频、压缩包等)
- 📅 按日期整理(今天、昨天、本周等)
- 🔍 支持自定义规则
- 🗑️ 可选:删除重复文件
- 📊 整理报告
## 使用方法
### 整理下载文件夹
```bash
python3 scripts/organizer.py organize ~/Downloads
```
### 按类型整理
```bash
python3 scripts/organizer.py by-type ~/Downloads
```
### 按日期整理
```bash
python3 scripts/organizer.py by-date ~/Downloads
```
### 查看统计
```bash
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
## 示例
```bash
# 整理桌面
python3 scripts/organizer.py organize ~/Desktop
# 整理并生成报告
python3 scripts/organizer.py organize ~/Downloads --report
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!