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"
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aana-guardrail - 安装完成后,直接呼叫该 Skill 的名称或使用
/aana-guardrail触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AANA Guardrail Skill 是什么?
Monitors agent actions for safety and compliance, preventing violations, private data leaks, or irreversible steps by enforcing predefined decision rules. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 AANA Guardrail Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aana-guardrail」即可一键安装,无需额外配置。
AANA Guardrail Skill 是免费的吗?
是的,AANA Guardrail Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AANA Guardrail Skill 支持哪些平台?
AANA Guardrail Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AANA Guardrail Skill?
由 mindbomber(@mindbomber)开发并维护,当前版本 v1.0.0。