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-sorter-by-ext" ~/.claude/skills/clawdbot-skills-file-sorter-by-ext && rm -rf "$T"
manifest:
skills/albionaiinc-del/file-sorter-by-ext/SKILL.mdsource content
File Sorter by Extension
Automatically organizes files in a directory by their file extension into labeled folders, helping users maintain clean, structured directories without manual sorting.
Usage
Sort files in the current directory:
python file_sorter_by_ext.py
Sort files in a specific directory:
python file_sorter_by_ext.py /path/to/downloads
Price
$2.50