← Back to Skills Marketplace
yibeiqingtian-ai

elevated-task-runner

by yibeiqingtian-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
215
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install elevated-task-runner
Description
Runs a user-provided maintenance task bundle, optionally requesting elevation or sudo to execute admin-only fixes.
README (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.
Capability Analysis
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install elevated-task-runner
  3. After installation, invoke the skill by name or use /elevated-task-runner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug elevated-task-runner
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is elevated-task-runner?

Runs a user-provided maintenance task bundle, optionally requesting elevation or sudo to execute admin-only fixes. It is an AI Agent Skill for Claude Code / OpenClaw, with 215 downloads so far.

How do I install elevated-task-runner?

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

Is elevated-task-runner free?

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

Which platforms does elevated-task-runner support?

elevated-task-runner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created elevated-task-runner?

It is built and maintained by yibeiqingtian-ai (@yibeiqingtian-ai); the current version is v1.0.0.

💬 Comments