← 返回 Skills 市场
yurken

Worker Safety

作者 forest · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
47
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install worker-safety
功能描述
Operations Safety Reference - Hard Limits apply unconditionally for OpenClaw agent operations.
安全使用建议
This skill is an instruction-only safety policy that will tell an OpenClaw agent to refuse a range of dangerous or risky operations (upgrades, writing outside workspace, fetching-and-executing unknown URLs, bulk deletions, etc.). It asks for no credentials and does not install anything, so technical risk is low. Before installing: be aware that the skill will refuse some legitimate actions you might ask the agent to perform (for example, upgrading OpenClaw via package managers or writing files outside the workspace). Because it is instruction-only, enforcement relies on the agent following the skill—if you need enforceable, system-level controls, implement them at the platform/runtime level rather than relying solely on a skill. If you plan to allow certain actions this skill forbids, you will need an owner-level override outside the skill.
功能分析
Type: OpenClaw Skill Name: worker-safety Version: 1.0.0 The bundle contains a safety configuration (SKILL.md) designed to harden the OpenClaw agent against common attacks and misuse. It establishes 'Hard Limits' that instruct the agent to refuse high-risk operations such as system-level configuration changes, writing outside the designated workspace, exfiltrating sensitive identity/config files, and executing instructions from external URLs. The instructions are purely defensive and align with the stated purpose of providing an operations safety reference.
能力评估
Purpose & Capability
The skill name/description (worker-safety / Operations Safety Reference) matches the SKILL.md content: a list of hard limits and refusal behaviors. It does not declare unrelated env vars, binaries, or install steps, so requested capabilities are proportionate to the stated safety purpose.
Instruction Scope
SKILL.md contains policy-like runtime instructions (what to refuse, how to warn, alternatives). It references OpenClaw-specific files/paths (openclaw.json, workspace files) only to restrict access, and explicitly forbids reading/disclosing protected files. It does not instruct the agent to read or exfiltrate external secrets or system files. The refusal rules are specific rather than open-ended.
Install Mechanism
There is no install spec and no code files. Being instruction-only means nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requires no environment variables, credentials, or config paths. It references system paths (e.g., /root/.openclaw/workspace/) only to prohibit writing outside them; no unrelated credentials are requested.
Persistence & Privilege
The skill is not marked 'always: true' and uses normal autonomous invocation defaults. It contains self-protection guidance (do not delete this safety skill) which is reasonable for a safety/reference skill. There is no attempt to modify other skills or system-wide configs in the instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install worker-safety
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /worker-safety 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Version 1.0.0 of worker-safety skill - Introduces strict Hard Limits to enforce safety for OpenClaw agent operations, covering system integrity, network exposure, external execution, and file access. - Implements clear refusal and warning procedures when unsafe or forbidden requests are received, including never providing step-by-step instructions for restricted actions. - For group chat scenarios, adds additional rules to protect sensitive files, prevent behavioral overrides, and block exposure of system topology. - Offers guidance to always state the risk, present safe alternatives, and notify both users and coordinators when actions are refused.
元数据
Slug worker-safety
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Worker Safety 是什么?

Operations Safety Reference - Hard Limits apply unconditionally for OpenClaw agent operations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。

如何安装 Worker Safety?

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

Worker Safety 是免费的吗?

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

Worker Safety 支持哪些平台?

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

谁开发了 Worker Safety?

由 forest(@yurken)开发并维护,当前版本 v1.0.0。

💬 留言讨论