Install
openclaw skills install @albionaiinc-del/clean-filenameRemoves invalid characters and normalizes filenames for safe, cross-platform use in files and directories, with optional recursive cleaning.
openclaw skills install @albionaiinc-del/clean-filenameRemoves invalid or unsafe characters from filenames and normalizes them for cross-platform use. Ideal for cleaning up messy file exports, downloads, or collaborative projects.
# 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
$2.00