openclaw-ops

Diagnose and fix OpenClaw gateway issues using scripted helpers.

224|24|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/cathrynlavery/openclaw-ops --skill openclaw-ops-cathrynlavery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-ops
Source: https://github.com/cathrynlavery/openclaw-ops/tree/main
Command: npx skills add https://github.com/cathrynlavery/openclaw-ops --skill openclaw-ops-cathrynlavery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, openssl, curl, rg, and includes scripts (resource) components.

What problem does it solve?

This skill provides a centralized, script-driven approach to diagnosing OpenClaw gateway health, performing repairs, and maintaining secure configurations across gateway, channels, cron jobs, and sessions.

Core Features & Use Cases

  • Automates health triage, repair, and health checks using scripts such as heal.sh, post-update.sh, watchdog.sh, health-check.sh, and security-scan.sh.
  • Supports continuous monitoring, session analysis, and security reviews for local or self-hosted OpenClaw deployments.
  • Use case: after an OpenClaw upgrade, run post-update.sh and heal.sh to ensure all subsystems regain health and compliance.

Quick Start

Run a full health pass with heal.sh to auto-fix common gateway issues and verify status with openclaw status.

Frequently Asked Questions about openclaw-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a health check on my self-hosted OpenClaw gateway?

Run health-check.sh to perform a gateway health check that diagnoses local OpenClaw deployment issues across channels, sessions, and cron jobs, then verify the results using openclaw status.

Why does my OpenClaw gateway fail after an upgrade?

OpenClaw gateway failures after an upgrade often stem from misconfigured subsystems; run post-update.sh followed by heal.sh to auto-fix common issues and restore compliance across all gateway components.

Can I automate troubleshooting for local OpenClaw deployments using bash scripts?

Yes, you can automate OpenClaw troubleshooting using scripted helpers like watchdog.sh and heal.sh to continuously monitor local deployments and automatically repair gateway health problems and configuration issues.

Do I need python3 and openssl to perform a security scan on OpenClaw?

Yes, an OpenClaw security scan requires python3, openssl, curl, and rg as prerequisites to execute security-scan.sh for reviewing and hardening secure gateway configurations.

What is the best way to auto-fix common OpenClaw gateway issues?

The best way to auto-fix OpenClaw gateway issues is running a full health pass with heal.sh, which automatically repairs common health problems and maintains secure configurations across gateway channels and sessions.