Claude Skill
cathrynlavery/openclaw-ops
OpenClaw Ops is a Claude Skill that automates health checks, repair scripts, watchdogs, update triage, and security scans for OpenClaw environments.
Overview
Repository
Install this Skill
git clone https://github.com/cathrynlavery/openclaw-ops.gitRegistry
Summary
OpenClaw Ops is a Claude Skill that automates system operations for OpenClaw environments, including health checks, repair scripts, watchdogs, update triage, and security scans.
OpenClaw 操作技能,包括健康检查、修复脚本、看门狗、更新分类及安全扫描。
Key features
- Automated health checks for OpenClaw systems
- Repair scripts for common operational issues
- Watchdog monitoring for continuous uptime
- Update triage to prioritize patches
- Security scans to detect vulnerabilities
Use cases
- Monitor OpenClaw server health in production
- Automate routine repair and recovery tasks
- Triage and apply critical updates quickly
- Run periodic security audits on OpenClaw infrastructure
- Deploy watchdogs to prevent service downtime
README excerpt
# openclaw-ops OpenClaw gateway operations skill for agent environments. Covers health checks, repair workflows, continuous monitoring, session analysis, update-change detection, and security review for a local or self-hosted OpenClaw install. Tested against OpenClaw `2026.5.4`. ## What it does ### Skill - **`/openclaw-ops`** — full triage and configuration: gateway, auth, exec approvals, cron jobs, channels, sessions, and installation ### Scripts | Script | Purpose | |--------|---------| | `scripts/heal.sh` | One-shot auto-fix for the most common gateway issues | | `scripts/post-update.sh` | Explicit post-update orchestrator: check-update, heal, workspace reconcile, security scan, final health check, policy-guard sentinel trigger | | `scripts/watchdog.sh` | Runs every 5 min, restarts gateway if down, escalates after 3 failures | | `scripts/watchdog-install.sh` | Installs the watchdog as a macOS LaunchAgent | | `scripts/watchdog-uninstall.sh` | Removes the LaunchAgent | | `scripts/check-update.sh` | Detects version changes, explains broken config, auto-fix with `--fix` | | `scripts/health-check.sh` | Declarative URL/process health checks; auto-generates targets file on first run | | `scripts/security-scan.sh` | Config hardening and credential exposure scan (0–100 score); skips bulky runtime/log/session history unless `--include-sessions` is passed | | `scripts/skill-audit.sh` | Static security audit for third-party skills before installation | | `scripts/codex-perf-check.sh` | Check and fix GPT-5.x performance opt-ins that ship disabled by default; `--fix` to apply | | `scripts/workspace-auto-commit.sh` | Local-only git snapshot helper for OpenClaw workspace repos; defaults to `~/.openclaw/workspace`, supports `--workspace` and `--all`, never pushes | | `scripts/w