with one click
file-organizer
Mac 智能文件整理助手,专注整理下载文件夹中的办公文档,避免误移动代码文件
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Mac 智能文件整理助手,专注整理下载文件夹中的办公文档,避免误移动代码文件
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Decide whether a task in the current project is worth running as an agent loop. Analyzes the repo for evidence first (tests/CI/bench scripts = available verifiers; issue+PR queues = recurring work; module boundaries), then interviews the user one question at a time on the genuine decisions, and returns one of three verdicts — don't loop (stay in the loop yourself), timer loop (/loop, /schedule), or goal loop (/goal) — with cited evidence and, when looping is warranted, a drafted four-part contract (goal / verification / boundary / stop) bound to real commands found in the repo. Recommending NO loop is a first-class outcome. Use when the user asks 值不值得 loop / should I loop this / 要不要上 /goal / 这个活能不能挂个循环自动跑, or wants to apply loop engineering to a project.
GitHub backlog governance manager-loop. Triage open issues (type + routing labels), complete thin descriptions, maintain a bounded ready queue (Todo ≤ 5) on a GitHub Projects board, and repair board drift (closed issue still "In Progress" etc.). Config-driven — reads .claude/backlog-manager.yaml from the target repo; runs an init flow to generate it if missing. DRY-RUN by default, pass "apply" to execute writes. Use for recurring backlog grooming / issue triage of any GitHub repo, standalone or driven by /loop. Requires gh CLI with repo + project scopes.
Generate images (Nano Banana Pro / Imagen) and videos (Veo 3.1) through Google Flow using the account's Ultra/Pro SUBSCRIPTION credits instead of the metered Gemini/Vertex API — no per-call API cost. Use when the user wants to create a thumbnail, cover, poster, b-roll clip, image, or short video with AI and wants to avoid API billing, or explicitly mentions Flow / gflow / Veo / Nano Banana via subscription. Wraps the gflow-cli tool; encodes this machine's Flow new-UI quirk (PREFER_CLASSIC) and credit-safe retry rules learned the hard way. NOT for the paid Gemini-API nano-banana-pro path (that costs money) — this is the subscription path.
Generate a printer-receipt styled PNG bill of AI token usage and cost from local ccusage data, for the 绿皮火车 channel. Use when the user wants a token usage "账单"/"小票"/"收银台"/receipt/invoice, a shareable spend breakdown by model / input / output / cached / by day, or 节目素材 about token 消耗/花费. Triggers on "生成账单", "token 收据", "做张小票", "用量账单", "token receipt", "spend breakdown image".
本地把音频/视频文件或在线视频 URL 转录成文字稿(txt/srt/vtt/json)。基于 Apple Silicon 上的 mlx_whisper,支持中英文等多语言、自动语言检测、模型规格选择。当用户想要"转录""生成字幕/文稿/transcript""把这段音频/视频转成文字""提取台词""做 SRT 字幕",或给出一个音视频文件/YouTube 等链接要文字内容时使用。
Jordan Peterson(乔丹·彼得森,「龙虾教授」)的思维框架与表达方式。基于著作、长访谈/辩论 transcript、X发帖、外部批评、决策记录、完整时间线共6维度216个来源(一手占比约48%)的深度调研, 提炼6个核心心智模型、8条决策启发式和完整的表达DNA,并内置其已被外部验证的失效模式标注。 用途:作为思维顾问,用彼得森的视角分析个人困境、意义危机、责任与成长、文化争议、叙事与神话。 当用户提到「用彼得森的视角」「Jordan Peterson会怎么看」「彼得森」「皮特森」「龙虾教授」「JP模式」「JBP」 「peterson perspective」「人生十二法则」「12条法则」时使用。 即使用户只是说「整理好你的房间」「混乱与秩序」「先承担责任」 「帮我用彼得森的角度想想」「切换到彼得森」也应触发。 用户讨论「躺平」「内卷」「精神内耗」「年轻人迷茫」「人生没有意义」等话题且明确想要某种视角分析或建议时也可触发。 不要在用户只是泛泛倾诉、求安慰、查心理学概念,或寻求真实医疗/心理咨询时触发—— 这是思维框架skill,不是心理治疗。
| name | file-organizer |
| description | Mac 智能文件整理助手,专注整理下载文件夹中的办公文档,避免误移动代码文件 |
帮助用户整理下载文件夹中散落的办公文档,支持手动整理(智能文件夹)和自动整理两种模式,并与 disk-cleaner 配合保护重要文件。
Use this skill when users:
专注办公文档,避免误移动代码文件:
| 分类 | 扩展名 |
|---|---|
| 📊 演示文稿 | .ppt, .pptx, .key |
| 📝 文档 | .doc, .docx, .pages, .rtf |
| 📈 表格 | .xls, .xlsx, .numbers, .csv |
| 🖼️ 图片 | .jpg, .png, .gif, .webp, .heic |
| 🎬 视频 | .mp4, .mov, .avi, .mkv |
| 🎵 音频 | .mp3, .wav, .flac, .m4a |
| 📦 压缩包 | .zip, .rar, .7z, .dmg |
| 📚 电子书 | .epub, .mobi, .azw3 |
类似 Mole 的白名单机制,自动排除:
.git, node_modules, venv, __pycache__Library, .Trash.idea, .vscodebuild, dist, DerivedData# 默认整理下载文件夹
python scripts/file_organizer.py --manual
# 整理文档文件夹
python scripts/file_organizer.py --manual --scope documents
# 整理整个用户目录
python scripts/file_organizer.py --manual --scope home
# 自动整理下载文件夹
python scripts/file_organizer.py --auto
# 预览模式(不实际移动)
python scripts/file_organizer.py --auto --dry-run
# 只整理最近 30 天的文件
python scripts/file_organizer.py --auto --days 30
# 查看截图
python scripts/file_organizer.py --screenshots
# 自动整理截图(按月份)
python scripts/file_organizer.py --screenshots --auto
# 查找大于 100MB 的文件
python scripts/file_organizer.py --large-files
# 查找大于 500MB 的文件
python scripts/file_organizer.py --large-files --min-size 500
python scripts/file_organizer.py --status
~/Desktop/待整理/
├── 📊 演示文稿.savedSearch
├── 📝 文档.savedSearch
├── 📈 表格.savedSearch
├── 📄 PDF.savedSearch
├── 🖼️ 图片.savedSearch
├── 🎬 视频.savedSearch
├── 🎵 音频.savedSearch
├── 📦 压缩包.savedSearch
├── 📚 电子书.savedSearch
└── 💾 大文件 (>100MB).savedSearch
~/Desktop/已整理文件-20240125/
├── 演示文稿/
├── 文档/
├── 表格/
├── PDF/
├── 图片/
├── 视频/
├── 音频/
├── 压缩包/
└── 电子书/
自动模式整理后的文件夹路径会自动写入 ~/.config/mole/whitelist.txt,确保这些文件不会被 disk-cleaner 清理。