Install
openclaw skills install scp-toolSecurely copy files between local and remote hosts over SSH. Use for file transfers, remote backups, and deployment tasks.
openclaw skills install scp-toolCopy files between local and remote systems using SSH encryption. Supports recursive directory transfers and custom port specifications.
scp-tool [options] <source> <destination>
-r: Recursively copy directories-P port: Specify SSH port-C: Enable compression for faster transfer-v: Verbose mode for debuggingscp-tool file.txt user@host:/remote/path/
scp-tool -r ./folder user@host:/remote/folder
scp-tool user@host:/remote/file.txt .