@mindbomber

AANA Guardrail Pack

A no-code OpenClaw plugin that bundles instruction-only AANA guardrail skills.

当前版本
v0.1.0
code-plugin社区source-linked

AANA Guardrail Pack Plugin

Marketplace slug: aana-guardrail-pack

This is the first AANA OpenClaw plugin package. It bundles the core AANA guardrail skills as one minimal-runtime pack for agents that need practical safety checks before they act.

The plugin behavior is intentionally instruction-only. It includes a tiny OpenClaw runtime entrypoint only so ClawHub can load the package as a native plugin. That entrypoint registers no tools, starts no services, installs no dependencies, writes no files, stores no memory, and creates no review payloads. Host agents can use the bundled skills as decision procedures, review checklists, and approval gates.

Included Skills

  • aana-workflow-readiness-check
  • aana-task-scope-guardrail
  • aana-tool-use-gate
  • aana-human-review-router
  • aana-private-data-guardrail
  • aana-file-operation-guardrail
  • aana-data-export-guardrail
  • aana-email-send-guardrail
  • aana-message-send-guardrail
  • aana-publication-check
  • aana-evidence-first-answering
  • aana-code-change-review
  • aana-decision-log

What It Helps Agents Do

  • Check whether a workflow has enough information, permission, tools, and evidence before starting.
  • Stay inside the user's requested scope instead of expanding the task silently.
  • Gate tool calls, file operations, exports, sends, posts, and other external actions.
  • Protect private account, billing, payment, health, legal, personal, and business data.
  • Separate known facts from assumptions, unsupported claims, and missing evidence.
  • Review code changes, test claims, commits, and publishing actions before they affect users.
  • Produce compact, redacted decision notes for important agent choices.

What It Does Not Do

  • It does not run local programs.
  • It does not install packages.
  • It does not call an AANA server.
  • It does not write logs, memories, files, or event payloads.
  • It does not replace user approval, expert review, or domain-specific policy.
  • Its runtime entrypoint does not register tools, channels, providers, services, memory, or background work.

Safety Model

AANA treats alignment as a maintained process: generate a candidate action, check it against the relevant constraints, correct or ask when evidence is missing, and gate the result before action.

For OpenClaw agents, that means the plugin should be used before higher-risk steps such as:

  • sending an email or chat message,
  • exporting private data,
  • deleting or overwriting files,
  • publishing public content,
  • making a code change or release claim,
  • using a tool with external side effects,
  • continuing work after the original task is complete.

Marketplace Boundary

  • instruction_only_behavior: true
  • runtime_entrypoint: dist/index.js
  • runtime_registers_capabilities: false
  • bundled_code: minimal inert runtime entrypoint only
  • installs_dependencies: false
  • executes_commands: false
  • writes_files: false
  • writes_event_files: false
  • persists_memory: false
  • calls_services: false
  • network_access: false
  • bundled_skill_count: 13

Local Review Checklist

Before enabling this plugin, inspect:

  • package.json
  • openclaw.plugin.json
  • dist/index.js
  • skills/
  • each bundled skill's manifest.json
  • each bundled skill's SKILL.md

The expected package contents are text-only Markdown and JSON files.

源码与版本

源码仓库

https://github.com/mindbomber/Alignment-Aware-Neural-Architecture--AANA-/tree/master/examples/openclaw/aana-guardrail-pack-plugin

打开仓库

源码提交

v0.1.0

查看提交

安装命令

openclaw plugins install clawhub:aana-guardrail-pack

元数据

  • 包名: aana-guardrail-pack
  • 创建时间: 2026/05/05
  • 更新时间: 2026/05/05
  • 执行代码:
  • 源码标签: v0.1.0

兼容性

  • 构建于 OpenClaw: 2026.3.24-beta.2
  • 插件 API 范围: >=2026.3.24-beta.2
  • 标签: latest
  • 文件数: 69