Install
openclaw skills install rr-renamerUse RenameRegex (RR.exe) as a generic Windows CLI bulk renamer from OpenClaw. Use when you need regex search/replace renames with preview (/p pretend), recursive renames (/r), files/dirs selection, and a safe preview→apply workflow. This skill provides a thin wrapper and logging; it does NOT define any specific normalization rules.
openclaw skills install rr-renamerRR.exe (RenameRegex) is available on PATH from the environment that runs the command.
~/.local/bin.pwsh.exe) so Windows path semantics are authoritative./p)./f (force overwrite) unless the user explicitly asks.Use the bundled script to run RR.exe inside a chosen root folder.
/p automatically/pSee: scripts/rr_run.ps1
When calling from PowerShell, pass regex arguments like \s+ as a single backslash string.
Recommended: use single quotes to avoid accidental escaping:
@('*', '\s+', '_', '/r', '/e')