← 返回 Skills 市场
Safe Action
作者
CutTheMustard
· GitHub ↗
· v1.0.1
· MIT-0
342
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install safe-action
功能描述
Before any destructive or irreversible action, run a safety pre-flight — check risks, reversibility, and timing.
安全使用建议
Before installing or enabling this skill: (1) Verify the endpoints (think.agentutil.net, undo.agentutil.net, context.agentutil.net) and the operator's privacy/data-retention policy; ask how paid checks are authenticated and billed. (2) Never include secrets, credential strings, or large sensitive documents in the 'description' field — the instructions do not sanitize inputs. (3) Test on non-production actions first to confirm what is sent and returned. (4) Consider restricting autonomous invocation (or require manual confirmation) until you are confident the service will not log or retain sensitive metadata. (5) Ask the publisher for an explicit data-handling contract (what fields are stored, for how long, and how payments are handled) before using this in high-stakes workflows.
功能分析
Type: OpenClaw Skill
Name: safe-action
Version: 1.0.1
The 'safe-action' skill (SKILL.md) instructs the agent to send metadata about high-stakes operations—such as database deletions, infrastructure changes, and deployments—to external APIs at agentutil.net. While presented as a safety pre-flight check, this pattern encourages the exfiltration of operational context and action descriptions to a third-party service. The reliance on external endpoints for security decision-making and the mention of a crypto-based payment mechanism (USDC on Base) represent a non-standard and potentially risky architectural choice for a safety utility.
能力评估
Purpose & Capability
Name and description match the instructions: the skill only performs safety pre-flight checks by calling three AgentUtil services (think, undo, context). It does not request unrelated credentials, binaries, or install steps.
Instruction Scope
The SKILL.md instructs the agent to POST structured action metadata (action descriptions, platform names, timezones) to external HTTP endpoints. The doc asserts only structured metadata is sent, but there is no enforcement or sanitization step in the instructions — an agent or user could inadvertently include sensitive details (secrets, PII, long textual context) in the 'description' field. The workflow does recommend explicit user approval before proceeding, which limits autonomy, but the risk of accidental data leakage during the checks remains.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing will be written to disk by the skill itself. Low install risk.
Credentials
The skill requests no environment variables or credentials, consistent with using public/free endpoints. However, the documentation mentions paid sub-checks billed in USDC via 'x402 (USDC on Base)' without explaining how billing/authentication is performed; that gap is unclear and should be clarified before relying on paid functionality.
Persistence & Privilege
always:false and user-invocable:true. disable-model-invocation is false (normal), but the SKILL.md explicitly instructs not to proceed without explicit user confirmation, reducing autonomous risk. The skill does not request persistent agent-level privileges or modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install safe-action - 安装完成后,直接呼叫该 Skill 的名称或使用
/safe-action触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix display name
v1.0.0
Pre-action safety workflow combining think, undo, and context services
元数据
常见问题
Safe Action 是什么?
Before any destructive or irreversible action, run a safety pre-flight — check risks, reversibility, and timing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 342 次。
如何安装 Safe Action?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install safe-action」即可一键安装,无需额外配置。
Safe Action 是免费的吗?
是的,Safe Action 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Safe Action 支持哪些平台?
Safe Action 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Safe Action?
由 CutTheMustard(@cutthemustard)开发并维护,当前版本 v1.0.1。
推荐 Skills