Skills file-organizer-by-ext

File Organizer by Extension

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/albionaiinc-del/file-organizer-by-ext" ~/.claude/skills/openclaw-skills-file-organizer-by-ext && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/albionaiinc-del/file-organizer-by-ext" ~/.openclaw/skills/openclaw-skills-file-organizer-by-ext && rm -rf "$T"
manifest: skills/albionaiinc-del/file-organizer-by-ext/SKILL.md
source content

File Organizer by Extension

Organizes 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.

Usage

# 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

Price

$2.00