← Back to Skills Marketplace
OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch
by
Shadow Rose
· GitHub ↗
· v1.0.0
· MIT-0
295
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-windows-fix
Description
Fixes the Windows scheduled task bug that kills OpenClaw processes during idle. One script, permanent fix.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-windows-fix - After installation, invoke the skill by name or use
/openclaw-windows-fix - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial upload
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 295 downloads so far.
How do I install OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch?
Run "/install openclaw-windows-fix" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch free?
Yes, OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch support?
OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch?
It is built and maintained by Shadow Rose (@theshadowrose); the current version is v1.0.0.
More Skills