Install
openclaw skills install file-organizer-by-extOrganizes files into folders based on their extensions, streamlining directory cleanup by sorting files like pdfs or images into separate folders.
openclaw skills install file-organizer-by-extOrganizes files in a directory by moving them into folders named after their file extensions (e.g., .pdf → pdf/, .jpg → jpg/). Simple, fast, and effective for cleaning up messy folders.
# Organize current directory
python file_organizer_by_ext.py
# Organize specific directory
python file_organizer_by_ext.py ~/Downloads
# Verbose mode to see what was moved
python file_organizer_by_ext.py ~/Desktop -v
$2.00