← 返回 Skills 市场
theshadowrose

OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch

作者 Shadow Rose · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
295
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-windows-fix
功能描述
Fixes the Windows scheduled task bug that kills OpenClaw processes during idle. One script, permanent fix.
安全使用建议
This instruction-only skill is coherent with its stated goal, but it requires Administrator privileges and will create a persistent scheduled task that runs with highest privileges. Before running the batch as Admin: (1) inspect the FIX_TASK.bat contents yourself (they are included) and confirm that the task target ("%USERPROFILE%\.openclaw\gateway.cmd") is the legitimate OpenClaw gateway you expect; (2) prefer the manual Task Scheduler steps if you want to review each option interactively; (3) backup any existing scheduled task named "OpenClaw Gateway" (export it) so you can restore if needed; (4) run this first in a test machine or VM if possible; (5) only run as Administrator if you trust the source — running arbitrary .bat files elevated can be dangerous. If anything about the target path or gateway.cmd looks unfamiliar, do not run the script and investigate the installed OpenClaw files first.
功能分析
Type: OpenClaw Skill Name: openclaw-windows-fix Version: 1.0.0 The skill bundle provides a batch script (FIX_TASK.bat) designed to create a high-privilege persistence mechanism using the Windows Task Scheduler (schtasks). While the stated intent in SKILL.md and README.md is to fix a bug where the OpenClaw process is killed during idle periods, the script configures a task to run with administrative privileges (/rl HIGHEST) at every user logon (/sc ONLOGON). This behavior is a classic persistence technique that increases the system's attack surface, though no evidence of intentional malice or data exfiltration was found.
能力评估
Purpose & Capability
The skill's name and description claim to modify the OpenClaw scheduled task to prevent idle-kill; the SKILL.md only deletes and recreates a task named "OpenClaw Gateway" and points it at %USERPROFILE%\.openclaw\gateway.cmd — these actions match the stated purpose.
Instruction Scope
All runtime instructions are limited to Task Scheduler UI steps or a simple FIX_TASK.bat that deletes and recreates the scheduled task. The script references only the expected OpenClaw install path and the gateway.cmd executable; it does not attempt to read unrelated files, query external endpoints, or exfiltrate data.
Install Mechanism
This is an instruction-only skill with no install spec or code files to download or execute beyond the provided batch snippet. There is no installer URL or extracted archive to review.
Credentials
No environment variables, credentials, or config paths are requested. The script uses the local %USERPROFILE% path, which is proportionate for locating a per-user OpenClaw installation.
Persistence & Privilege
The fix creates a persistent scheduled task that runs at logon with the HIGHEST run level. This grants elevated and persistent execution on the system, which is necessary to keep the gateway running but increases risk if the task target (gateway.cmd) is malicious or altered. The skill itself does not request always:true or change other skills' configs, but creating elevated scheduled tasks requires administrator rights and is a high-impact change.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-windows-fix
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-windows-fix 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial upload
元数据
Slug openclaw-windows-fix
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch 是什么?

Fixes the Windows scheduled task bug that kills OpenClaw processes during idle. One script, permanent fix. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 295 次。

如何安装 OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch?

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

OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch 是免费的吗?

是的,OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch 支持哪些平台?

OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch?

由 Shadow Rose(@theshadowrose)开发并维护,当前版本 v1.0.0。

💬 留言讨论