← 返回 Skills 市场
dinghaibin

Sudo Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
51
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sudo-tool
功能描述
Execute commands with superuser privileges. Use for system administration tasks requiring elevated permissions.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sudo-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sudo-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug sudo-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sudo Tool 是什么?

Execute commands with superuser privileges. Use for system administration tasks requiring elevated permissions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。

如何安装 Sudo Tool?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sudo-tool」即可一键安装,无需额外配置。

Sudo Tool 是免费的吗?

是的,Sudo Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sudo Tool 支持哪些平台?

Sudo Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sudo Tool?

由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。

💬 留言讨论