Install
openclaw skills install aana-guardrail-bundledProvides a local Python helper to send minimal review payloads to a trusted AANA HTTP bridge for policy guidance inside the skill package.
openclaw skills install aana-guardrail-bundledUse this variant only when the user or administrator wants a bundled, inspectable helper inside the skill package.
This package includes a small Python helper at bin/aana_guardrail_check.py. The helper does not implement AANA policy itself. It only sends a minimal review payload to a separately running AANA HTTP bridge on localhost.
Use a minimal JSON payload:
{
"adapter_id": "support_reply",
"request_summary": "draft a refund support reply",
"candidate_summary": "reply would promise refund eligibility",
"evidence_summary": ["refund eligibility is unknown"],
"allowed_actions": ["accept", "revise", "ask", "defer", "refuse"]
}
The helper:
accept.The helper does not:
recommended_action is accept, proceed.recommended_action is revise, revise before acting.recommended_action is ask, ask the user for missing information.recommended_action is defer, route to a stronger tool or human review.recommended_action is refuse, pause, explain the reason, and ask for review when the decision affects important work.If no trusted bridge is configured, do not use this helper.