🦀 ClawHub
Restart Safe Workflow
by @who-ohw
Safe OpenClaw gateway restart workflow with doctor precheck, checkpoint, restart-health-resume chain, task continuation, reconcile, and user-visible notifica...
TERMINAL
clawhub install restart-safe-workflow📖 About This Skill
name: restart-safe-workflow description: Safe OpenClaw gateway restart workflow with doctor precheck, checkpoint, restart-health-resume chain, task continuation, reconcile, and user-visible notifications.
restart-safe-workflow
能力概览
doctor -> checkpoint -> restart -> health -> resumependingActions + Action 状态机notify-time[:TZ]plan / validate(TaskPlan v1)reconcile + retry_exceededreport --verbose / diagnoserestart-acceptance.sh(支持 --with-restart,默认自守护 detached)常用命令
# 安全重启
scripts/restart-safe.sh run --task-id --next "notify:重启完成;notify-time"计划预览 / 校验
scripts/restart-safe.sh plan --task-id --next "notify:ok;notify-time"
scripts/restart-safe.sh validate --tasks-file examples/plan-valid.json摘要 / 诊断
scripts/restart-safe.sh report --task-id
scripts/restart-safe.sh report --task-id --verbose
scripts/restart-safe.sh diagnose --task-id 验收
scripts/restart-acceptance.sh
scripts/restart-acceptance.sh --with-restart --notify-channel feishu --notify-target user:
推荐发布内容
SKILL.mdREADME.mdconfig-action-allowlist.txtschemas/taskspec-v1.schema.jsonexamples/plan-valid.json, examples/plan-invalid.jsonscripts/restart-safe.sh, scripts/restart-acceptance.shreferences/restart-safe-sop.mdreferences/phase4-rollout-checklist.md