elevated-task-runner
/install elevated-task-runner
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-Expressionon user-provided input and requests elevation to validate vetting tools.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install elevated-task-runner - 安装完成后,直接呼叫该 Skill 的名称或使用
/elevated-task-runner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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。