Install
openclaw skills install cn-batch-file-renamerBatch rename files with customizable patterns. Support prefix, suffix, sequential numbering. Dry-run mode available. Pure Python, no API key required.
openclaw skills install cn-batch-file-renamerRename multiple files at once with patterns.
# Preview renaming
python3 scripts/batch_rename.py --dir ./photos --prefix "vacation_" --dry-run
# Actually rename
python3 scripts/batch_rename.py --dir ./photos --prefix "vacation_"
Rename files in a directory: