Security warning — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

Sudo Tool

Execute commands with superuser privileges. Use for system administration tasks requiring elevated permissions.

Audits

Warn

Install

openclaw skills install sudo-tool

Sudo - Superuser Do

Execute commands with root or other user privileges. Requires proper authorization through /etc/sudoers configuration.

Usage

sudo-tool [options] <command>

Options

  • -u user: Run as specified user (default: root)
  • -k: Reset timestamp timeout
  • -l: List allowed commands

Examples

sudo-tool apt update
sudo-tool -u www-data whoami
sudo-tool -l