back
loading skill details...
Removes invalid characters and normalizes filenames for safe, cross-platform use in files and directories, with optional recursive cleaning.
# Clean Filename Removes invalid or unsafe characters from filenames and normalizes them for cross-platform use. Ideal for cleaning up messy file exports, downloads, or collaborative projects. ## Usage ```bash # Clean a single file clean_filename "report:final?.txt" # Clean all files in a directory (non-recursive) clean_filename ./downloads/ # Clean recursively clean_filename ./project/ --recursive # See changes without applying clean_filename ./data/ --dry-run ``` ## Price $2.00
don't have the plugin yet? install it then click "run inline in claude" again.