Install
openclaw skills install @dinghaibin/mv-toolMove or rename files and directories. Use for file organization, relocation, and renaming operations.
openclaw skills install @dinghaibin/mv-toolMove files and directories between locations or rename them. Supports batch operations and interactive mode.
mv-tool [options] <source> <destination>
-i: Prompt before overwrite-f: Force overwrite without prompting-v: Verbose outputmv-tool file.txt /target/dir/
mv-tool oldname.txt newname.txt
mv-tool -i *.log /backup/