← Back to Skills Marketplace
mindbomber

AANA Data Export Guardrail Skill

by mindbomber · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
7
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aana-data-export-guardrail-skill
Description
Checks and enforces narrow, authorized, privacy-safe controls on data exports before file, record, or dataset sharing to prevent unauthorized or excessive da...
README (SKILL.md)

AANA Data Export Guardrail Skill

Use this skill before an OpenClaw-style agent exports, downloads, shares, syncs, copies, uploads, emails, or publishes files, records, datasets, reports, logs, messages, or account data.

This is an instruction-only skill. It does not install packages, run commands, write files, call services, persist memory, or export data on its own.

Core Principle

Data export should be narrow, authorized, necessary, privacy-safe, and reversible where possible. Broad or sensitive exports require explicit approval and review.

Required Checks

  • exact dataset, files, records, fields, date range, and recipient/destination
  • reason the export is necessary
  • private data, secrets, personal data, customer data, logs, account records, and regulated information
  • authorization, ownership, and sharing permission
  • format, redaction, retention, and deletion expectations
  • whether a smaller summary, aggregate, or filtered export is enough

Export Risk Classes

Treat these as higher risk:

  • bulk exports, cross-account exports, full inboxes, full logs, full databases, all records, and wildcard file exports,
  • external destinations, public links, shared drives, vendor uploads, email attachments, and third-party sync targets,
  • personal data, customer records, payment data, health/legal/financial data, HR/student records, secrets, credentials, and incident logs,
  • exports with unclear retention, deletion, access control, or audit requirements.

Scope And Minimization Rules

Do not export more than the task requires. Prefer field-level filtering, date ranges, aggregates, redacted summaries, or counts when full records are unnecessary.

Ask before broad, recursive, bulk, cross-account, external, public, or regulated exports.

Destination And Retention Rules

Verify who will receive the export, where it will be stored, how long it should persist, and whether the user has authority to share it. If retention is unknown, ask before exporting sensitive data.

Review Payload

When using a configured AANA checker, send only a minimal redacted review payload:

  • export_type
  • scope_status
  • destination_status
  • privacy_status
  • approval_status
  • export_risks
  • blocker_reason
  • safe_alternative
  • recommended_action

Do not include full records, secrets, logs, customer data, account records, or unrelated private data when a redacted summary is enough.

Decision Rule

  • If export is narrow, necessary, authorized, and privacy-safe, proceed.
  • If scope, recipient, fields, or purpose are unclear, ask.
  • If sensitive data is included, redact, narrow, or route to review.
  • If broad, bulk, cross-account, or external export is requested, require approval.
  • If export is unauthorized, excessive, or privacy-violating, block.

Output Pattern

AANA data export gate:
- Export: files / records / dataset / logs / report / messages / account_data
- Scope: narrow / broad / bulk / cross_account / unknown
- Destination: local / user / external / public / unknown
- Privacy: clear / needs_redaction / sensitive / regulated
- Approval: approved / required / unclear / denied
- Decision: proceed / narrow / ask / redact / request_approval / route_to_review / block
Usage Guidance
Safe to install as a checklist-style export guardrail. Before using any configured checker, confirm who operates it and ensure only redacted export metadata is sent. Also make sure your agent is configured to invoke this skill before sensitive exports if you want it to act as an effective control.
Capability Analysis
Type: OpenClaw Skill Name: aana-data-export-guardrail-skill Version: 1.0.0 This is an instruction-only skill designed to act as a security guardrail for data exports. It contains no executable code, scripts, or external dependencies. The instructions in SKILL.md and the manifest.json are explicitly focused on enforcing data minimization, privacy redaction, and authorization checks to prevent unauthorized data exfiltration. There are no indicators of malicious intent or prompt-injection attacks.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The files consistently describe a data-export review checklist focused on scope, destination, redaction, authorization, and approval.
Instruction Scope
The skill applies broadly to exports and sharing, but that breadth is coherent with its purpose and the instructions emphasize narrowing, asking, redacting, or blocking risky exports.
Install Mechanism
There is no install spec, no bundled code, no dependencies, and no command execution requirement.
Credentials
The only potential external data flow is an optional configured AANA checker, and the skill instructs agents to send only a minimal redacted review payload.
Persistence & Privilege
The artifacts state that the skill does not write files, persist memory, require credentials, or call services on its own.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aana-data-export-guardrail-skill
  3. After installation, invoke the skill by name or use /aana-data-export-guardrail-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the AANA Data Export Guardrail Skill. - Provides comprehensive instructions to ensure exports are narrow, authorized, necessary, privacy-safe, and reversible. - Includes clear checklists for required verifications, risk classes, scope minimization, and destination/retention rules. - Details how to construct minimal review payloads for compliance checks. - Outlines decision rules and a standardized output pattern for data export actions.
Metadata
Slug aana-data-export-guardrail-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is AANA Data Export Guardrail Skill?

Checks and enforces narrow, authorized, privacy-safe controls on data exports before file, record, or dataset sharing to prevent unauthorized or excessive da... It is an AI Agent Skill for Claude Code / OpenClaw, with 7 downloads so far.

How do I install AANA Data Export Guardrail Skill?

Run "/install aana-data-export-guardrail-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AANA Data Export Guardrail Skill free?

Yes, AANA Data Export Guardrail Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AANA Data Export Guardrail Skill support?

AANA Data Export Guardrail Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AANA Data Export Guardrail Skill?

It is built and maintained by mindbomber (@mindbomber); the current version is v1.0.0.

💬 Comments