Fileclean

PassAudited by ClawScan on Apr 14, 2026.

Overview

The skill's code and instructions are consistent with a filename-cleaning tool and don't request extra privileges or secrets, but there are a few minor inconsistencies and usability risks you should be aware of before running it.

This appears to be a simple filename-cleaning script. Before installing or running it: 1) Note the SKILL.md examples call fileclean.py but the repository contains tool.py — invoke the provided script (python tool.py) or rename it appropriately. 2) Run in preview mode (no --rename) first to verify planned changes. 3) Test on a small copy of files or a safe directory to confirm the regex behavior and capitalization meet your expectations. 4) Be aware renaming is done in-place and the script doesn't check for name collisions — backups are recommended to avoid accidental overwrite or data loss. 5) The inclusion of a price line in SKILL.md is informational only; it has no technical effect. If you want higher assurance, ask the author to fix the filename mismatch and to add collision detection or a dry-run/backup option.