visual-file-sorter
A digital butler that uses vision models to classify, rename, and organize messy folders on your machine.
Install
mkdir -p .claude/skills/visual-file-sorter && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14400" && unzip -o skill.zip -d .claude/skills/visual-file-sorter && rm skill.zipInstalls to .claude/skills/visual-file-sorter
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
自动遍历下载文件夹或桌面,利用视觉模型“看”文件内容并重命名,最后归档到指定分类目录。Key capabilities
- →List files in target directories like Downloads or Desktop
- →Filter out system hidden files and temporary download files
- →Open files to visually inspect their content
- →Extract key metadata and summarize file content
- →Rename files based on content analysis and predefined rules
- →Move renamed files to categorized subfolders
How it works
The skill traverses a target folder, visually analyzes each file's content by opening it, extracts key information, renames the file based on predefined rules, and then moves it to an appropriate categorized subfolder.
Inputs & outputs
When to use visual-file-sorter
- →Organize downloads folder
- →Cleanup desktop files
- →Automated document categorization
About visual-file-sorter
Traverses specified directories, identifies file content visually, and moves them to relevant categorized subfolders. It handles cleanup while maintaining strict file safety standards.
自动遍历下载文件夹或桌面,利用视觉模型“看”文件内容并重命名,最后归档到指定分类目录。
When not to use it
- →When files contain sensitive or encrypted information that cannot be visually processed
- →When the user does not want files to be renamed or moved automatically
- →When the task involves file operations beyond renaming and moving
Limitations
- →Prohibited from deleting any files
- →Forbidden from modifying file extensions
- →Visual recognition must use local or default visual models, not unauthorized external APIs
How it compares
This skill automates file organization by visually interpreting content and applying renaming/categorization rules, mimicking human interaction more closely than rule-based sorting that relies solely on file metadata.
Compared to similar skills
visual-file-sorter side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| visual-file-sorter (this skill) | 0 | 5mo | No flags | Intermediate |
| feishu-drive | 3 | 6mo | No flags | Intermediate |
| calculator | 7 | 7mo | Review | Beginner |
| speech-to-text | 7 | 2mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by LJT-520
View all by LJT-520 →You might also like
feishu-drive
openclaw
Feishu cloud storage file management. Activate when user mentions cloud space, folders, drive.
calculator
Code-and-Sorts
Performs arbitrary-precision arithmetic calculations including addition, subtraction, multiplication, division, and exponents. Use when the user asks to calculate, compute, or evaluate math expressions, or when precise decimal arithmetic is needed to avoid floating-point errors.
speech-to-text
benchflow-ai
Transcribe video to timestamped text using Whisper tiny model (pre-installed).
transactionsyncing
AojdevStudio
Import Fidelity transaction history CSV into Google Sheets with smart categorization. USE WHEN user mentions "sync transactions", "import transactions", "transaction history", OR wants to import Fidelity History CSV. Routes debit card purchases to Expense Tracker with auto-categorization.
office-docs
Xxiii8322766509
Extract text and tables from .docx and .xlsx using local scripts (no external deps).
raffle-winner-picker
ComposioHQ
Picks random winners from lists, spreadsheets, or Google Sheets for giveaways, raffles, and contests. Ensures fair, unbiased selection with transparency.