← 返回 Skills 市场
windows-healing-gateway
作者
aichiafranco
· GitHub ↗
· v1.0.0
· MIT-0
284
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install windows-healing-gateway
功能描述
Automates monitoring and self-repair of OpenClaw Gateway on Windows using Task Scheduler, with AI diagnosis and Telegram alert notifications.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install windows-healing-gateway - 安装完成后,直接呼叫该 Skill 的名称或使用
/windows-healing-gateway触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
windows-healing-gateway 是什么?
Automates monitoring and self-repair of OpenClaw Gateway on Windows using Task Scheduler, with AI diagnosis and Telegram alert notifications. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 284 次。
如何安装 windows-healing-gateway?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install windows-healing-gateway」即可一键安装,无需额外配置。
windows-healing-gateway 是免费的吗?
是的,windows-healing-gateway 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
windows-healing-gateway 支持哪些平台?
windows-healing-gateway 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 windows-healing-gateway?
由 aichiafranco(@aichiafranco)开发并维护,当前版本 v1.0.0。
推荐 Skills