Install
openclaw skills install windows-healing-gatewayAutomates monitoring and self-repair of OpenClaw Gateway on Windows using Task Scheduler, with AI diagnosis and Telegram alert notifications.
openclaw skills install windows-healing-gatewayOpenClaw Gateway Self-Healing System for Windows
Windows 环境下的 OpenClaw 网关自愈系统,使用 Task Scheduler 实现自动监控、故障修复和告警通知。
This skill provides a complete self-healing solution for OpenClaw Gateway on Windows:
healing.deploy - Deploy the healing systemhealing.status - Check system statushealing.repair - Manual trigger repairhealing.logs - View logs# Via ClawHub
clawhub install windows-healing-gateway
# Manual
clawhub install https://github.com/yourusername/windows-healing-gateway
# Run deployment script
python skills/windows-healing-gateway/scripts/deploy-windows-healing.ps1
# View Task Scheduler status
schtasks /Query /TN "OpenClaw\*" /FO LIST
# View logs
Get-Content ~/.openclaw/logs/monitor.log -Tail 20
# Trigger manual repair
~/.openclaw/scripts/openclaw-fix.ps1
# Test mode (diagnose only)
~/.openclaw/scripts/openclaw-fix.ps1 -TestMode
Edit ~/.config/openclaw/gateway.env:
MOONSHOT_API_KEY=your_key
CODING_PLAN_KEY=your_key
TELEGRAM_BOT_TOKEN=your_token
TELEGRAM_CHAT_ID=your_chat_id
Franco
MIT-0