Best use case
windows-healing-gateway is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
OpenClaw Gateway Self-Healing System for Windows
Teams using windows-healing-gateway should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/windows-healing-gateway/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How windows-healing-gateway Compares
| Feature / Agent | windows-healing-gateway | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
OpenClaw Gateway Self-Healing System for Windows
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# 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 ```powershell # Via ClawHub clawhub install windows-healing-gateway # Manual clawhub install https://github.com/yourusername/windows-healing-gateway ``` ## Usage ### Deploy ```powershell # Run deployment script python skills/windows-healing-gateway/scripts/deploy-windows-healing.ps1 ``` ### Check Status ```powershell # View Task Scheduler status schtasks /Query /TN "OpenClaw\*" /FO LIST # View logs Get-Content ~/.openclaw/logs/monitor.log -Tail 20 ``` ### Manual Repair ```powershell # 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
Related Skills
Authensor Gateway
Fail-safe policy gate for OpenClaw marketplace skills. Intercepts tool calls before execution and checks them against your Authensor policy. Low-risk actions run automatically. High-risk actions require your approval. Dangerous actions are blocked. Only action metadata is sent to the control plane — never your files, API keys, or conversation content.
OpenClaw Install Guide (WSL2 Windows)
Complete step-by-step installation guide for OpenClaw on Windows 10/11 with WSL2, includes common pitfalls and solutions from real installation experience.
wsl-chrome-cdp - WSL2 访问 Windows Chrome 浏览器
**版本:** 1.0.0
gateway-safety
Safely update OpenClaw gateway configuration (openclaw.json) with automatic validation, backup, and 30-second health-check rollback. Use this skill whenever an agent needs to modify gateway settings, ports, provider credentials, or network bindings to ensure the session is not permanently lost due to a bad configuration.
crebee-social-media-gateway
CreBee 社交媒体网关。当用户需要管理社交媒体账号、发布内容(视频/图文/文章)、获取数据分析、访问粉丝画像、搜索话题/活动/音乐、或与抖音、B站、小红书、快手等 12 个平台交互时触发此技能。适用于 AI Agent 自动化管理中国社交媒体平台运营。 触发场景: - 发布内容到社交媒体平台 - 获取账号列表或账号信息 - 查询分析数据、数据概览、表现指标 - 访问粉丝/观众画像 - 搜索话题、标签、音乐、活动 - 管理抖音、B站、小红书、快手等平台的内容
SKILL.md - Gateway Watchdog Skill
> 一句话让 OpenClaw 安装 Gateway Watchdog
SKILL.md - OpenClaw Gateway Watchdog
> 让你的 OpenClaw Gateway 7/24 稳定运行
windows-tts
在 Windows 11 上"直接发声"的 TTS(从 WSL2/TUI 调用 powershell.exe + System.Speech)。适用于用户说"说出来/读出来/语音播报/用TTS",或反馈"没声音/tts 生成的 mp3 是空的/播不出来",以及需要中文语音但 OpenClaw 内置 tts 不可用时。
---
name: article-factory-wechat
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.