Best use case
SKILL.md - Gateway Watchdog Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
> 一句话让 OpenClaw 安装 Gateway Watchdog
Teams using SKILL.md - Gateway Watchdog Skill 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/openclaw-gateway-watchdog/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How SKILL.md - Gateway Watchdog Skill Compares
| Feature / Agent | SKILL.md - Gateway Watchdog Skill | 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 Watchdog
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
# SKILL.md - Gateway Watchdog Skill > 一句话让 OpenClaw 安装 Gateway Watchdog ## 触发条件 - "安装 Gateway Watchdog" - "Gateway 监控" - "gateway watchdog" - "守护 Gateway" ## 功能 1. **自动安装** Gateway Watchdog 监控脚本 2. **自动配置** 钉钉通知(可选) 3. **自动设置** 开机自启 4. **自动运行** 监控服务 ## 安装流程 ### 第一步:克隆仓库 ```bash git clone https://github.com/adminlove520/gateway-watchdog.git cd gateway-watchdog ``` ### 第二步:配置(可选) ```bash cp config.example.py config.py # 编辑 config.py 填入钉钉 Webhook 和加签密钥 ``` ### 第三步:运行安装脚本 ```bash python install.py # 选择 "1" 安装开机自启 ``` ## 配置说明 | 配置项 | 说明 | 默认值 | |--------|------|--------| | WEBHOOK | 钉钉 Webhook URL | "" | | SECRET | 钉钉加签密钥 | "" | | CHECK_INTERVAL | 检查间隔(秒) | 60 | | NOTIFY_DAILY | 每天报平安 | True | ## 通知场景 - ✅ 启动时报平安 - ✅ Gateway 掉线报警 - ✅ 重启成功报平安 - ✅ 重启失败报警 - ☀️ 每天 8-10 点报平安 ## 使用命令 ```bash # 安装(已在仓库目录) python install.py # 查看状态 python install.py # 选择 4 # 卸载 python install.py # 选择 2 ``` ## 检查日志 ```bash # Windows type %USERPROFILE%\.openclaw\gateway-watchdog.log # Linux/macOS cat ~/.openclaw/gateway-watchdog.log ``` ## 作者 🦞 小溪 - 帮哥哥守护 Gateway
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.
task-watchdog
任务锁与超时监控系统。外部文件承载任务状态,不污染 agent 上下文,纯靠 heartbeat + GRACE 判断,不发即时告警。
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.
windows-healing-gateway
OpenClaw Gateway Self-Healing System for Windows
crebee-social-media-gateway
CreBee 社交媒体网关。当用户需要管理社交媒体账号、发布内容(视频/图文/文章)、获取数据分析、访问粉丝画像、搜索话题/活动/音乐、或与抖音、B站、小红书、快手等 12 个平台交互时触发此技能。适用于 AI Agent 自动化管理中国社交媒体平台运营。 触发场景: - 发布内容到社交媒体平台 - 获取账号列表或账号信息 - 查询分析数据、数据概览、表现指标 - 访问粉丝/观众画像 - 搜索话题、标签、音乐、活动 - 管理抖音、B站、小红书、快手等平台的内容
SKILL.md - OpenClaw Gateway Watchdog
> 让你的 OpenClaw Gateway 7/24 稳定运行
openclaw-watchdog
Self-healing monitoring system for OpenClaw gateway. Auto-detects failures, fixes crashes, and sends Telegram alerts.
---
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.
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.