๐ฆ ClawHub
windows-healing-gateway
by @aichiafranco
Automates monitoring and self-repair of OpenClaw Gateway on Windows using Task Scheduler, with AI diagnosis and Telegram alert notifications.
TERMINAL
clawhub install windows-healing-gateway๐ About This Skill
windows-healing-gateway
OpenClaw Gateway Self-Healing System for Windows
Windows ็ฏๅขไธ็ OpenClaw ็ฝๅ ณ่ชๆ็ณป็ป๏ผไฝฟ็จ Task Scheduler ๅฎ็ฐ่ชๅจ็ๆงใๆ ้ไฟฎๅคๅๅ่ญฆ้็ฅใ
Description
This skill provides a complete self-healing solution for OpenClaw Gateway on Windows:
Tools
healing.deploy - Deploy the healing systemhealing.status - Check system statushealing.repair - Manual trigger repairhealing.logs - View logsInstallation
# Via ClawHub
clawhub install windows-healing-gatewayManual
clawhub install https://github.com/yourusername/windows-healing-gateway
Usage
Deploy
# Run deployment script
python skills/windows-healing-gateway/scripts/deploy-windows-healing.ps1
Check Status
# View Task Scheduler status
schtasks /Query /TN "OpenClaw\*" /FO LISTView logs
Get-Content ~/.openclaw/logs/monitor.log -Tail 20
Manual Repair
# Trigger manual repair
~/.openclaw/scripts/openclaw-fix.ps1Test mode (diagnose only)
~/.openclaw/scripts/openclaw-fix.ps1 -TestMode
Configuration
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
Features
Requirements
Author
Franco
License
MIT-0
๐ก Examples
Deploy
# Run deployment script
python skills/windows-healing-gateway/scripts/deploy-windows-healing.ps1
Check Status
# View Task Scheduler status
schtasks /Query /TN "OpenClaw\*" /FO LISTView logs
Get-Content ~/.openclaw/logs/monitor.log -Tail 20
Manual Repair
# Trigger manual repair
~/.openclaw/scripts/openclaw-fix.ps1Test mode (diagnose only)
~/.openclaw/scripts/openclaw-fix.ps1 -TestMode
โ๏ธ Configuration
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