Install
openclaw skills install @jonathanjing/ground-controlVerify OpenClaw after upgrades against an operator-maintained model, cron, and channel ground truth. Use for report-only config integrity, provider liveness, cron integrity, session smoke tests, and channel checks; require explicit approval before applying repairs.
openclaw skills install @jonathanjing/ground-controlPost-upgrade verification for OpenClaw. Keeps your system honest after every upgrade.
Tell OpenClaw: "Install the ground-control skill." Installation does not authorize runtime config or cron changes.
If you prefer the terminal, run:
openclaw skills install @jonathanjing/ground-control
This skill requires the following OpenClaw capabilities:
gateway config.get — read current config (all phases)gateway config.patch — apply an operator-approved config repair (Phase 1 only)cron list / cron update — verify cron jobs and apply operator-approved repairs (Phase 3)sessions_spawn — smoke test sessions (Phase 2, 4, 5)message send — channel liveness test + summary report (Phase 5)Change-control behavior: Every run is report-only by default. Present a redacted repair plan and obtain explicit operator approval immediately before any gateway config.patch or cron update.
Security & Redaction: This skill enforces a Zero-Secret Logging protocol.
auth, plugins) are stripped from memory after fetching runtime config.[REDACTED_SENSITIVE_MISMATCH].memory/ files or messaging channels.Environment variables: None.
openclaw update or npm install -g openclaw@latest/verify command{baseDir}/templates/MODEL_GROUND_TRUTH.md to your workspace rootrefs/ground-truth/*.md sub-files/verify to test{baseDir}/templates/MODEL_GROUND_TRUTH.md — Ground truth template (copy to workspace root){baseDir}/scripts/post-upgrade-verify.md — Agent execution prompt for 5-phase verification{baseDir}/scripts/UPGRADE_SOP.md — Upgrade standard operating procedure