name: image-classifier description: > Classify and organize images in a folder into category subfolders (e.g., landscape, people, food). Use this skill whenever the user wants to sort, organize, classify, or categorize images or photos by content — even if they don't explicitly name this skill. Examples: "sort these pictures", "organize my photos", "classify images in this folder", "幫我整理圖片", "圖片分類". This skill should also trigger when the user mentions messy photo folders, downloading lots of images, or wanting to clean up their pictures. version: "1.0.0" author: jm-jsjkxy02-mw-153
Organizes images in a specified folder into category subfolders by content.
This skill uses a mixed approach: - Claude's vision to analyze image content and classify into categories - Filename/heuristic rules as a fallback for images that can't be visually assessed
First, ask the user:
風景 (landscape/scenery)人物 (people/portraits)美食 (food)動物 (animals)建築 (architecture)截圖 (screenshots)其他 (other)Let the user pick from these, add custom ones, or use all of them.
3. Action — Move or copy? Ask the user: "要把圖片移動到分類資料夾,還是複製過去?(move/copy)"
4. Image formats — Default to common formats: jpg, jpeg, png, webp, bmp, gif, heic, heif, tiff, tif
截圖unclearunclear folder for images that couldn't be classifiedAfter organizing, show the user a summary:
- How many images were classified into each category
- How many went to unclear
- Total images processed
- Where the files are now
來源於7w4.net。
mv) or copy (cp) the files — do not just print instructions the user should follow manually這是一個實用的圖片分類整理工具,可以自動將資料夾中的圖片按內容歸類到風景、人物等子資料夾中。它支援多種常見圖片格式,對中文資料夾名處理得當,分類流程清晰完整。質量方面中規中矩,基礎功能紮實,但缺少使用示例,實際操作時可能需要一些學習和除錯才能順利使用。總體而言是一個可用但不夠完善的工具。