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/fileclean" ~/.claude/skills/clawdbot-skills-fileclean && rm -rf "$T"
manifest:
skills/albionaiinc-del/fileclean/SKILL.mdsource content
FileClean
Cleans filename clutter by removing date timestamps, hashes, UUIDs, and excessive symbols, transforming messy filenames like
report_20230101_a1b2c3d.pdf into clean, readable ones like Report.pdf.
Usage
Preview changes:
python fileclean.py ~/Downloads ~/Documents --skip-ext pdf jpg
Apply changes:
python fileclean.py myfile.txt --rename
Price
$2.75