Openclaw Ops
Description
OpenClaw operations skill with health checks, repair scripts, watchdogs, update triage, and security scans.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
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/workspace-git-audit.sh |
Audits ~/.openclaw/workspace* repos for git status and auto-commit cron coverage; --show-cron prints setup commands for uncovered repos |
scripts/session-monitor.sh |
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,