← 返回
效率工具 中文

OpenClaw Safe Ops

Guards high-risk OpenClaw operations with preflight backups, post-change health checks, and rollback guidance. Use when running gateway restart/start/stop, c...
为高风险的OpenClaw操作提供预检备份、变更后健康检查和回滚指导,在执行gateway restart/start/stop等操作时使用。
dhrxy
效率工具 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 1
Stars
📥 723
下载
💾 5
安装
1
版本
#backup#latest#openclaw#operations#safety

概述

OpenClaw Safe Ops

When To Apply

Apply this skill before any high-risk OpenClaw operation:

  • openclaw gateway restart|start|stop|install|uninstall|run|status
  • openclaw config set|unset
  • openclaw plugins install|update|uninstall|enable|disable
  • Manual edits to ~/.openclaw/openclaw.json

Safety Workflow

  1. Capture a backup before change:
    • cp ~/.openclaw/openclaw.json ~/.openclaw/openclaw.json.manual.$(date +%Y%m%d-%H%M%S).bak
  2. Run the intended command.
  3. Validate immediately:
    • openclaw channels status --probe
    • openclaw status --deep
  4. If checks fail, rollback:
    • cp ~/.openclaw/openclaw.json.bak ~/.openclaw/openclaw.json
    • openclaw gateway restart
    • openclaw status --deep

Preferred Command Wrapper

For local terminal operations, prefer:

  • ./scripts/openclaw-safe.sh

This wrapper auto-backs up config for risky actions, runs health checks, and rolls back on failure.

Output Requirements

When completing a risky operation, report:

  • Command executed
  • Backup path used
  • Health check results
  • Whether rollback was needed

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-30 17:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 444 📥 226,098
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 274 📥 114,716
content-creation

Main Image Editor

dhrxy
通过复用psd-automator,协调截图与中文指令实现PSD批量编辑,并支持事务回滚。
★ 0 📥 692