← 返回 Skills 市场
dhrxy

OpenClaw Safe Ops

作者 dhrxy · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
422
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
This skill appears to do what it says (backup config, run checks, rollback) but take these precautions before using it: 1) Inspect the package's publish.json: decode the base64 content and confirm it matches the visible SKILL.md (to ensure nothing is hidden). 2) Fix or clarify the backup/rollback filename inconsistency (preflight backup creates openclaw.json.manual.<timestamp>.bak but rollback copies openclaw.json.bak) — otherwise rollbacks may fail. 3) Do not run any suggested wrapper scripts you haven't inspected; the package doesn't include ./scripts/openclaw-safe.sh, so either implement your own or review the script before execution. 4) Test the workflow in a safe environment (snapshot or VM) before using on production. 5) Because the skill can be invoked autonomously by an agent, only enable it for agents you trust and monitor its first runs for unexpected behavior.
功能分析
Type: OpenClaw Skill Name: openclaw-safe-ops Version: 1.0.1 The skill bundle provides instructions for an AI agent to perform safety-oriented operations for the OpenClaw tool, including configuration backups, health checks, and rollbacks. The operations are restricted to the application's own directory (~/.openclaw/) and use standard system commands (cp) and tool-specific commands (openclaw). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found in SKILL.md or the associated metadata.
能力评估
Purpose & Capability
Name/description, declared requirements (none), and the instructions all focus on backing up ~/.openclaw/openclaw.json, running openclaw health checks, and performing rollbacks — which is coherent with a 'safe ops' helper.
Instruction Scope
Instructions are narrowly scoped to local config and openclaw commands (no external endpoints). However there are two issues: (1) the preflight backup command writes files named openclaw.json.manual.<timestamp>.bak, while the rollback step copies openclaw.json.bak (different filename) — this mismatch can break rollback behavior; (2) the SKILL.md recommends a wrapper script ./scripts/openclaw-safe.sh but no script is included in the package, so users would need to supply/inspect this script themselves. Also a base64-encoded content block appears in publish.json (see scan finding).
Install Mechanism
Instruction-only skill with no install spec and no code files to write to disk; lowest-risk install mechanism.
Credentials
The skill requests no environment variables or extra credentials. It does instruct reading/writing ~/.openclaw/openclaw.json which is appropriate for the stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modify other skills. Autonomous invocation is allowed by default but not by itself a concern.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-safe-ops
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-safe-ops 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial release: Guards high-risk OpenClaw operations with preflight backups and health checks
v1.0.0
Initial release: Guards high-risk OpenClaw operations with preflight backups and health checks
元数据
Slug openclaw-safe-ops
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 422 次。

如何安装 OpenClaw Safe Ops?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-safe-ops」即可一键安装,无需额外配置。

OpenClaw Safe Ops 是免费的吗?

是的,OpenClaw Safe Ops 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw Safe Ops 支持哪些平台?

OpenClaw Safe Ops 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Safe Ops?

由 dhrxy(@dhrxy)开发并维护,当前版本 v1.0.1。

💬 留言讨论