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-checkaana-task-scope-guardrailaana-tool-use-gateaana-human-review-routeraana-private-data-guardrailaana-file-operation-guardrailaana-data-export-guardrailaana-email-send-guardrailaana-message-send-guardrailaana-publication-checkaana-evidence-first-answeringaana-code-change-reviewaana-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: trueruntime_entrypoint:dist/index.jsruntime_registers_capabilities: falsebundled_code: minimal inert runtime entrypoint onlyinstalls_dependencies: falseexecutes_commands: falsewrites_files: falsewrites_event_files: falsepersists_memory: falsecalls_services: falsenetwork_access: falsebundled_skill_count: 13
Local Review Checklist
Before enabling this plugin, inspect:
package.jsonopenclaw.plugin.jsondist/index.jsskills/- each bundled skill's
manifest.json - each bundled skill's
SKILL.md
The expected package contents are text-only Markdown and JSON files.