← 返回 Skills 市场
zc502

Sara: Safety Ordering Guard for AI Skills

作者 ZuoCen Liu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sara
功能描述
Quiet logic guard for risky multi-skill workflows. Checks order before delete, send, booking, publishing, or other high-impact actions.
安全使用建议
This skill appears coherent and low-risk: it runs a local Python audit and returns JSON suggesting a safer order. Before installing, confirm you trust the skill source (owner and repository unknown), ensure the runtime has a trusted Python environment, and review the included files (sara_core/engine.py and scripts/run_audit.py) yourself. Note that Sara only suggests ordering and does not enforce actions — make sure agents or humans follow the suggested_order and confirm destructive steps before proceeding. If you require stronger assurance, run the script in an isolated/test environment first.
功能分析
Type: OpenClaw Skill Name: sara Version: 1.0.0 The 'Sara' skill bundle is a deterministic safety auditor designed to prevent ordering mistakes in multi-skill workflows, such as ensuring backups occur before deletions. The implementation in 'sara_core/engine.py' and 'scripts/run_audit.py' consists of straightforward Python logic that processes tool sequences locally without any network access, sensitive data exfiltration, or risky execution patterns.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The name/description (order-safety guard) matches the included files: a deterministic auditor (sara_core/engine.py) and a runner (scripts/run_audit.py). The aliases, rules, and examples in SKILL.md are all implemented in the engine. No unrelated capabilities (cloud, VCS credentials, etc.) are requested.
Instruction Scope
SKILL.md instructs agents to serialize a proposed tool list and run scripts/run_audit.py. The runner accepts JSON on stdin and returns a JSON audit. The instructions do not ask the agent to read unrelated files, environment variables, or send data externally; the implementation reads stdin and uses only local code.
Install Mechanism
There is no install spec; this is effectively an instruction+local Python script bundle. No downloads, package installs, or extraction from external URLs are present in the package.
Credentials
The skill declares no required env vars, credentials, or config paths. The code does not access environment variables, network endpoints, or secrets; it only manipulates sys.path to import the local sara_core module.
Persistence & Privilege
Flags are default (always:false, agent invocation allowed). The skill does not request permanent presence or modify other skills or system settings. It performs only a local, stateless audit and returns a suggested order.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sara
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sara 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v0.1.0 (Alpha Preview) - Initial release of the deterministic logic guard. - Added 4 core safety rules: backup-before-delete, check-before-operate, permission-before-read, and preview-before-publish. - Implemented alias normalization for cross-skill compatibility. - Zero-latency, local-only execution logic.
元数据
Slug sara
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sara: Safety Ordering Guard for AI Skills 是什么?

Quiet logic guard for risky multi-skill workflows. Checks order before delete, send, booking, publishing, or other high-impact actions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 Sara: Safety Ordering Guard for AI Skills?

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

Sara: Safety Ordering Guard for AI Skills 是免费的吗?

是的,Sara: Safety Ordering Guard for AI Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sara: Safety Ordering Guard for AI Skills 支持哪些平台?

Sara: Safety Ordering Guard for AI Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sara: Safety Ordering Guard for AI Skills?

由 ZuoCen Liu(@zc502)开发并维护,当前版本 v1.0.0。

💬 留言讨论