Claude Skill
cathrynlavery/openclaw-ops
OpenClaw Ops 是一个 Claude Skill,可自动执行 OpenClaw 环境的健康检查、修复脚本、看门狗、更新分类和安全扫描。
概览
仓库信息
安装这个 Skill
git clone https://github.com/cathrynlavery/openclaw-ops.gitRegistry 信息
项目简介
OpenClaw Ops 是一个 Claude Skill,用于自动化 OpenClaw 环境的系统运维,包括健康检查、修复脚本、看门狗、更新分类和安全扫描。
OpenClaw operations skill with health checks, repair scripts, watchdogs, update triage, and security scans.
要点
- OpenClaw 系统的自动化健康检查
- 针对常见运维问题的修复脚本
- 看门狗监控确保持续运行
- 更新分类以优先处理补丁
- 安全扫描以检测漏洞
使用场景
- 在生产环境中监控 OpenClaw 服务器健康
- 自动化日常修复和恢复任务
- 快速分类并应用关键更新
- 对 OpenClaw 基础设施进行定期安全审计
- 部署看门狗以防止服务停机
README 摘要
# 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