用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill windows-healing-gateway命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | windows-healing-gateway |
| description | windows-healing-gateway |
OpenClaw 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