SkillJavaScriptv1.0.0
ub2-smart-file-organizer
A skill that enables Claw to scan a directory, categorize files by type and content, and reorganize them.
0 downloads
underbench2-gif
Updated Feb 14, 2026Smart File Organizer
A skill that enables Claw to scan a directory, categorize files by type and content, and reorganize them into a clean, logical folder structure.
What This Skill Does
This skill provides an intelligent file organization workflow:
- Directory Scanning — Recursively scan a target directory and catalog all files with their sizes, types, and modification dates
- File Classification — Categorize files by extension and content type (documents, images, code, data, archives, media, etc.)
- Duplicate Detection — Identify duplicate files by comparing checksums
- Organization Plan — Propose a new folder structure based on file categories
- Safe Reorganization — Move files into the new structure with a full log of all changes, enabling rollback if needed
How to Use
Point Claw at a directory and describe your organization goals:
- "Organize my Downloads folder by file type"
- "Scan this project directory and find all duplicate files"
- "Sort these files into folders by year based on their modification date"
- "Clean up this directory — group documents, images, and code separately"
Safety Features
- Dry Run Mode — Preview the proposed changes before any files are moved (enabled by default)
- Change Log — Every file move is logged to
reorganization_log.txtfor full traceability - No Deletions — The skill never deletes files; duplicates are moved to a
_duplicatesfolder for manual review
Output
- A summary report showing the file inventory and proposed/executed organization
- A
reorganization_log.txtfile documenting every action taken - The reorganized directory structure