← Back to Skills Marketplace
windows-healing-gateway
by
aichiafranco
· GitHub ↗
· v1.0.0
· MIT-0
284
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install windows-healing-gateway
Description
Automates monitoring and self-repair of OpenClaw Gateway on Windows using Task Scheduler, with AI diagnosis and Telegram alert notifications.
Usage Guidance
Do not install or run this skill until you can review the actual PowerShell scripts it will install and execute. Specific actions to take before trusting it:
- Ask the author for the full contents of all .ps1 scripts (deploy-windows-healing.ps1, openclaw-monitor.ps1, openclaw-fix.ps1, openclaw-gateway-starter.ps1). Do not run ExecutionPolicy Bypass on unreviewed scripts.
- Verify why MOONSHOT_API_KEY and CODING_PLAN_KEY are required, what services they authenticate to, and whether those services are trustworthy. Confirm these keys are necessary for the skill's stated diagnosis feature.
- Confirm how Telegram tokens are used and that alerts are sent only to the configured chat ID. Prefer token storage methods you control (not embedding tokens in uploaded repos).
- Confirm the repository/origin URL (skill.json points to github.com/franco-user, some docs use 'yourusername' placeholders) and prefer installing only from a trusted, reviewable repo/tagged release.
- Request that the skill metadata declare required env vars so automated systems can flag sensitive requirements.
- If you must test, run initial deployment in an isolated VM or disposable environment and inspect created Task Scheduler tasks and script behavior before giving it production privileges or real API keys.
These inconsistencies (missing script files, undeclared sensitive env vars, hidden scripted tasks) make the package risky until audited; treat it as suspicious rather than safe.
Capability Analysis
Type: OpenClaw Skill
Name: windows-healing-gateway
Version: 1.0.0
The skill implements a persistence mechanism using Windows Task Scheduler (OpenClaw-Monitor-Service.xml) and executes PowerShell scripts with 'ExecutionPolicy Bypass' and hidden windows. It manages sensitive credentials, including API keys and Telegram tokens, within environment files. While the stated intent is 'self-healing' and monitoring, the core logic scripts (e.g., openclaw-monitor.ps1, openclaw-fix.ps1) are missing from the provided bundle, making the high-privilege background operations and potential for data exfiltration unverifiable.
Capability Assessment
Purpose & Capability
High-level purpose (monitoring + auto-repair for OpenClaw Gateway using Task Scheduler) is consistent with the XML Task Scheduler manifests and README. However, the SKILL.md/README reference unspecified API keys (MOONSHOT_API_KEY, CODING_PLAN_KEY) and an 'AI Diagnosis' capability for which no service, endpoint, or justification is provided — those credentials are not declared in the skill metadata, which is unexpected.
Instruction Scope
Runtime instructions tell the agent/user to install Task Scheduler tasks and to run PowerShell scripts (deploy-windows-healing.ps1, openclaw-fix.ps1, openclaw-monitor.ps1, etc.). The package contents shown do NOT include the PowerShell script sources, so the actual behavior of those persistent tasks cannot be audited. Instructions also use ExecutionPolicy Bypass and hidden execution, increasing risk if scripts are unreviewed.
Install Mechanism
No formal install spec (instruction-only), which is lower-risk in isolation. Installation instructions point to ClawHub or a GitHub URL; there are minor inconsistencies (e.g., 'python ... .ps1' call looks incorrect). Because script files are missing from the provided manifest, the install process as documented would fetch or rely on external repository content — that makes auditing before execution impossible.
Credentials
SKILL.md/README instruct users to store several sensitive variables (MOONSHOT_API_KEY, CODING_PLAN_KEY, TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID) in ~/.config/openclaw/gateway.env, but the skill metadata declares no required env vars or primary credential. The purpose of the MOONSHOT and CODING_PLAN keys is unexplained; requiring undeclared secrets is disproportionate and opaque.
Persistence & Privilege
The skill creates Task Scheduler entries that run at boot/logon and a monitor that runs periodically (every ~30s). Those scheduled tasks persist on the user's system independent of the skill and execute hidden PowerShell scripts. While persistence is expected for a self-healing agent, persistent hidden tasks combined with missing script sources and ExecutionPolicy Bypass are a notable risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install windows-healing-gateway - After installation, invoke the skill by name or use
/windows-healing-gateway - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of windows-healing-gateway:
- Provides automated self-healing for OpenClaw Gateway on Windows.
- Monitors gateway health, repairs crashes (JSON errors, port conflicts, plugin issues).
- Supports AI-assisted diagnosis and intelligent problem solving.
- Sends alerts via Telegram when manual attention is needed.
- Includes command-line tools for deployment, repair, and log inspection.
- Securely manages all sensitive credentials via environment files.
Metadata
Frequently Asked Questions
What is windows-healing-gateway?
Automates monitoring and self-repair of OpenClaw Gateway on Windows using Task Scheduler, with AI diagnosis and Telegram alert notifications. It is an AI Agent Skill for Claude Code / OpenClaw, with 284 downloads so far.
How do I install windows-healing-gateway?
Run "/install windows-healing-gateway" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is windows-healing-gateway free?
Yes, windows-healing-gateway is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does windows-healing-gateway support?
windows-healing-gateway is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created windows-healing-gateway?
It is built and maintained by aichiafranco (@aichiafranco); the current version is v1.0.0.
More Skills