← 返回 Skills 市场
yibeiqingtian-ai

elevated-task-runner

作者 yibeiqingtian-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
215
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install elevated-task-runner
功能描述
Runs a user-provided maintenance task bundle, optionally requesting elevation or sudo to execute admin-only fixes.
使用说明 (SKILL.md)

Elevated Task Runner

Practical utility to apply repeatable maintenance fixes from a task bundle file (for example: flush DNS, reset network stack, repair system files).
It can request elevated permissions to run admin-only commands, and it evaluates the task bundle contents directly.

Usage

Create a task file tasks.txt like:

ipconfig /flushdns
netsh winsock reset
sfc /scannow

Run:

powershell -ExecutionPolicy Bypass -File run.ps1.txt -TaskFile tasks.txt -OutDir run_out -Elevate

Use sudo when available:

powershell -ExecutionPolicy Bypass -File run.ps1.txt -TaskFile tasks.txt -OutDir run_out -UseSudo

Output

  • run_out/run.log — combined log of executed commands and their outputs.

Notes

  • This skill intentionally uses Invoke-Expression on user-provided input and requests elevation to validate vetting tools.
功能分析
Type: OpenClaw Skill Name: elevated-task-runner Version: 1.0.0 The skill bundle provides a utility to execute arbitrary commands from a user-provided text file with optional administrative elevation. The primary security concern is the use of 'Invoke-Expression' in 'run.ps1.txt' to execute external input, which is a classic command injection vulnerability, combined with a 'Request-Elevation' function that uses 'Start-Process -Verb RunAs' to gain high privileges. While these behaviors are high-risk and could be easily exploited for malicious purposes, they are consistent with the stated goal of an 'elevated-task-runner' and lack evidence of intentional harm or hardcoded malicious payloads.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install elevated-task-runner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /elevated-task-runner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Elevated Task Runner utility. - Runs user-defined maintenance tasks from a task bundle file. - Supports elevated permissions and sudo for admin-only operations. - Outputs combined command logs to a designated directory. - Designed for easy integration with vetting and validation workflows.
元数据
Slug elevated-task-runner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

elevated-task-runner 是什么?

Runs a user-provided maintenance task bundle, optionally requesting elevation or sudo to execute admin-only fixes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 215 次。

如何安装 elevated-task-runner?

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

elevated-task-runner 是免费的吗?

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

elevated-task-runner 支持哪些平台?

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

谁开发了 elevated-task-runner?

由 yibeiqingtian-ai(@yibeiqingtian-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论