Install
openclaw skills install rm-toolClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Remove files and directories permanently. Use for file deletion, cleanup, and disk space management.
openclaw skills install rm-toolDelete files and directories from the filesystem. Supports recursive directory removal, interactive confirmation, and force deletion.
rm-tool [options] <target...>
-r: Recursively remove directories-f: Force removal (ignore nonexistent files)-i: Interactive (prompt before each removal)-v: Verbose (show what is being removed)rm-tool file.txt
rm-tool -rf temp_directory/
rm-tool -i *.log