← Back to Skills Marketplace
zc502

Sara: Safety Ordering Guard for AI Skills

by ZuoCen Liu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
93
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sara
Description
Quiet logic guard for risky multi-skill workflows. Checks order before delete, send, booking, publishing, or other high-impact actions.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sara
  3. After installation, invoke the skill by name or use /sara
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug sara
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.

How do I install Sara: Safety Ordering Guard for AI Skills?

Run "/install sara" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sara: Safety Ordering Guard for AI Skills free?

Yes, Sara: Safety Ordering Guard for AI Skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Sara: Safety Ordering Guard for AI Skills support?

Sara: Safety Ordering Guard for AI Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sara: Safety Ordering Guard for AI Skills?

It is built and maintained by ZuoCen Liu (@zc502); the current version is v1.0.0.

💬 Comments