AANA Guardrail Skill
/install aana-guardrail
AANA Guardrail Skill For OpenClaw-Style Agents
Use this skill when a user asks the agent to produce or execute an action that may violate hard constraints, depend on missing evidence, expose private information, or require a safe correction path.
When To Call AANA
Call AANA before:
- sending customer-support replies, emails, or messages,
- using private account, billing, payment, or personal data,
- making refund, eligibility, booking, purchase, or policy promises,
- editing, deleting, moving, or publishing user files,
- committing or publishing code,
- answering from incomplete evidence, citations, or source notes,
- doing anything the user cannot easily undo.
Command
Create an event JSON file and run:
python scripts/aana_cli.py agent-check --event path/to/agent_event.json
Event Shape
{
"event_version": "0.1",
"event_id": "unique-id",
"agent": "openclaw",
"adapter_id": "support_reply",
"user_request": "The user's request",
"candidate_action": "The answer or action the agent is about to take",
"available_evidence": ["Only facts actually available to the agent"],
"allowed_actions": ["accept", "revise", "ask", "defer", "refuse"]
}
Decision Rule
- If
gate_decisionispassandrecommended_actionisaccept, proceed. - If
recommended_actionisrevise, usesafe_responseor revise the plan before acting. - If
recommended_actionisask, ask the user for the missing information. - If
recommended_actionisdefer, route to a stronger tool, human review, or verified system. - If
recommended_actionisrefuse, do not execute the candidate action.
Default Adapter Mapping
- Customer support, refunds, private account details:
support_reply - Travel or booking plans:
travel_planning - Food, grocery, allergy, dietary plans:
meal_planning - Research briefs, cited summaries, knowledge synthesis:
research_summary
If no adapter fits, scaffold one:
python scripts/aana_cli.py scaffold "new workflow name"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aana-guardrail - After installation, invoke the skill by name or use
/aana-guardrail - Provide required inputs per the skill's parameter spec and get structured output
What is AANA Guardrail Skill?
Monitors agent actions for safety and compliance, preventing violations, private data leaks, or irreversible steps by enforcing predefined decision rules. It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.
How do I install AANA Guardrail Skill?
Run "/install aana-guardrail" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AANA Guardrail Skill free?
Yes, AANA Guardrail Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AANA Guardrail Skill support?
AANA Guardrail Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AANA Guardrail Skill?
It is built and maintained by mindbomber (@mindbomber); the current version is v1.0.0.