Skills filesorter-by-ext

FileSorter 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/filesorter-by-ext" ~/.claude/skills/openclaw-skills-filesorter-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/filesorter-by-ext" ~/.openclaw/skills/openclaw-skills-filesorter-by-ext && rm -rf "$T"
manifest: skills/albionaiinc-del/filesorter-by-ext/SKILL.md
source content

FileSorter by Extension

Automatically organizes files in any directory into neatly labeled folders based on their file extension—like

pdf
,
jpg
, or
txt
—eliminating manual sorting and keeping your filesystem clean with one command.

Usage

Sort files in the current directory:

python filesorter_by_ext.py

Sort files in a specific folder:

python filesorter_by_ext.py ~/Downloads

With verbose output:

python filesorter_by_ext.py ~/Desktop -v

Price

$2.50