Install
openclaw skills install @zc502/saraQuiet logic guard for risky multi-skill workflows. Checks order before delete, send, booking, publishing, or other high-impact actions.
openclaw skills install @zc502/saraYou have access to Sara, a quiet logic guard for multi-skill workflows.
Sara helps reduce risky ordering mistakes when a plan includes multiple skills or tool actions.
Use Sara especially when a plan includes:
Sara v0.1 enforces a small set of hard safety rules:
Examples:
Run Sara before executing a risky multi-step plan when:
For simple low-risk single-step actions, Sara is usually unnecessary.
Before executing a risky multi-step plan:
scripts/run_audit.py with that plan.is_safe is false, do not continue with the original order.suggested_order.Skipping Sara for risky multi-step plans increases the chance of contradictory actions, failed retries, or destructive ordering mistakes.
{"tools":["backup","delete"]}
{
"is_safe": false,
"risk_level": "critical",
"warnings": [
"Run 'backup' before 'delete'. Backups should happen before destructive actions."
],
"suggested_order": ["backup", "delete"]
}
When Sara detects a risky order, explain it clearly and briefly.
Good example:
Do not mention internal implementation details unless the user asks.
Sara is a guard, not a replacement for user intent.
Use Sara to: