windows-healing-gateway

# windows-healing-gateway

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "windows-healing-gateway" with this command: npx skills add aichiafranco/windows-healing-gateway

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:

  • Auto-Monitor: Continuously monitors Gateway health every 30 seconds
  • Auto-Repair: Automatically fixes crashes (JSON errors, port conflicts, plugin issues)
  • AI Diagnosis: Analyzes logs and applies intelligent fixes
  • Alert Notification: Sends alerts via Telegram when manual intervention needed
  • Secure: All sensitive credentials isolated in environment files

Tools

  • healing.deploy - Deploy the healing system
  • healing.status - Check system status
  • healing.repair - Manual trigger repair
  • healing.logs - View logs

Installation

# Via ClawHub
clawhub install windows-healing-gateway

# Manual
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 LIST

# View logs
Get-Content ~/.openclaw/logs/monitor.log -Tail 20

Manual Repair

# Trigger manual repair
~/.openclaw/scripts/openclaw-fix.ps1

# Test 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

  • ✅ Task Scheduler integration
  • ✅ Process monitoring
  • ✅ JSON repair
  • ✅ Port conflict resolution
  • ✅ Plugin error handling
  • ✅ Telegram alerts
  • ✅ Windows Event Log
  • ✅ Secure credential storage

Requirements

  • Windows 10/11
  • PowerShell 5.1+
  • OpenClaw CLI
  • Task Scheduler access

Author

Franco

License

MIT-0

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Openclaw Health Guardian

Monitors OpenClaw Gateway on macOS, auto-restarts on failure with 180s cooldown and max 5 restarts/hour to prevent restart loops.

Registry SourceRecently Updated
3440Profile unavailable
Coding

Self Updater

⭐ OPEN SOURCE! GitHub: github.com/GhostDragon124/openclaw-self-updater ⭐ ONLY skill with Cron-aware + Idle detection! Auto-updates OpenClaw core & skills, an...

Registry SourceRecently Updated
3831Profile unavailable
Coding

OpenClaw Gateway Guardian

OpenClaw 看门狗 - 自动监控 Gateway 状态,宕机时自动重启,支持配置守护和模型故障转移

Registry SourceRecently Updated
1460Profile unavailable
General

PM2 Gateway Restart

Use PM2 to reliably restart OpenClaw gateway on Windows. Use when the user wants to restart the OpenClaw gateway, fix port conflicts, or recover from a crash...

Registry SourceRecently Updated
1330Profile unavailable