Overview
- Skill Key
- guoqunabc/gateway-watchdog
- Author
- guoqunabc
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/guoqunabc/gateway-watchdog
- Latest Commit SHA
- f87218428054792c3b662759841250ff8cf6766c
Monitor OpenClaw Gateway health by detecting abnormal error rates in logs. Use when: (1) setting up Gateway error monitoring, (2) diagnosing repeated API failures (429, quota, timeouts), (3) user asks about Gateway health or error trends, (4) integrating error detection into heartbeat checks. Detects rate-limiting, server errors, auth failures, network errors, and message delivery failures across all channels.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 gateway-watchdog 技能。 若已安装,则直接安装 gateway-watchdog 技能。
# Gateway Watchdog Detect abnormal error patterns in the OpenClaw Gateway before they cause damage. Works with all channels: Telegram, WhatsApp, Discord, Slack, Signal, iMessage, Feishu, and more. Born from a real incident: a silent `try-catch` caused 76,744 failed retries in 8 hours — undetected until the API quota was exhausted. ## What It Detects | Category | Patterns | |----------|----------| | Rate limiting | HTTP 429, `rate.limit`, `too many requests` | | Server errors | HTTP 5xx status codes | | Auth/permission | HTTP 401/403, `unauthorized`, `forbidden`, `token expired` | | Network errors | `ETIMEDOUT`, `ECONNREFUSED`, `ECONNRESET`, `ENOTFOUND`, `socket hang up` | | Delivery failures | `sendMessage failed`, `deliver failed`, `fetch failed` | | **Custom** | User-defined via `WATCHDOG_EXTRA_PATTERNS` env var | ### Smart Analysis - **Error rate** (errors/min) — more meaningful than raw count - **Spike detection** — alerts when errors jump 3x+ vs last check - **Error concentration** — flags when 80%+ errors are one type (single fault source) ## Quick Start ```bash bash scripts/gateway-watchdog.sh check # silent unless errors exceed threshold bash scripts/gateway-watchdog.sh verbose # always outputs full report bash scripts/gateway-watchdog.sh history # show monitoring history bash scripts/gateway-watchdog.sh trend # last 24h error trend ``` ### Heartbeat integration Add to `HEARTBEAT.md`: ```markdown ## Gateway Error Monitoring (every heartbeat) - Run `~/.openclaw/workspace/skills/gateway-watchdog/scripts/gateway-watchdog.sh check` - If output is non-empty, report to user immediately - No output = healthy, skip reporting ``` ### Cron (optional) ```bash openclaw cron add \ --name "gateway-watchdog" \ --schedule "*/30 * * * *" \ --task "Run gateway-watchdog.sh verbose. If errors detected, notify user with the report." \ --channel last ``` ## Configuration All via environment variables: | Variable | Default | Description | |------...
0xnyk
X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
jackculpan
Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.
openclaw-trade
openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.
xquik-dev
X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.
mohsinkhadim59
Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.