← Back to Skills Marketplace
dinghaibin

Sudo Tool

by BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
51
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sudo-tool
Description
Execute commands with superuser privileges. Use for system administration tasks requiring elevated permissions.
README (SKILL.md)

Sudo - Superuser Do

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

Usage

sudo-tool [options] \x3Ccommand>

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
Usage Guidance
Only install this if you intentionally want your agent to perform system administration with elevated privileges. Treat every command as potentially system-changing, require human approval for each privileged action, and restrict sudoers to the smallest set of commands needed.
Capability Analysis
Type: OpenClaw Skill Name: sudo-tool Version: 1.0.0 The skill documentation (SKILL.md) describes a tool designed to execute commands with superuser (root) privileges. While framed as a system administration utility, providing an AI agent with unrestricted sudo access is a high-risk capability that facilitates privilege escalation and full system control. No specific malicious intent or exfiltration logic is present in the documentation, but the inherent risk of the functionality warrants a suspicious classification.
Capability Assessment
Purpose & Capability
The stated purpose is superuser command execution, which is coherent with the description but inherently high-impact and not bounded to a safe command set.
Instruction Scope
The usage pattern accepts an arbitrary '<command>' and does not describe per-command approval, allowlisting, rollback, or containment.
Install Mechanism
The package is instruction-only with no code or install spec to inspect, while the instructions refer to a privileged 'sudo-tool' command.
Credentials
No OS restriction, required binary, or capability tag is declared despite the skill being intended for elevated system administration.
Persistence & Privilege
No persistence is shown, but the privilege level is very broad: commands run as root by default or as another specified user.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sudo-tool
  3. After installation, invoke the skill by name or use /sudo-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug sudo-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Sudo Tool?

Execute commands with superuser privileges. Use for system administration tasks requiring elevated permissions. It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.

How do I install Sudo Tool?

Run "/install sudo-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sudo Tool free?

Yes, Sudo Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Sudo Tool support?

Sudo Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sudo Tool?

It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.

💬 Comments