Install
openclaw skills install @dinghaibin/sudo-toolExecute commands with superuser privileges. Use for system administration tasks requiring elevated permissions.
openclaw skills install @dinghaibin/sudo-toolExecute commands with root or other user privileges. Requires proper authorization through /etc/sudoers configuration.
sudo-tool [options] <command>
-u user: Run as specified user (default: root)-k: Reset timestamp timeout-l: List allowed commandssudo-tool apt update
sudo-tool -u www-data whoami
sudo-tool -l