← Back to Skills Marketplace
mindbomber

AANA Purchase Booking Guardrail Skill

by mindbomber · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
66
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aana-purchase-booking-guardrail
Description
Ensures any purchase, booking, or financial commitment is verified for item, price, terms, authorization, payment privacy, and reversibility before proceeding.
README (SKILL.md)

AANA Purchase Booking Guardrail Skill

Use this skill when an OpenClaw-style agent may purchase, book, reserve, subscribe, renew, upgrade, downgrade, cancel, refund, bid, donate, transfer funds, or take any irreversible or financially binding action.

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

Core Principle

Financial commitment actions should happen only after the agent verifies the exact item, vendor, price, fees, dates, cancellation terms, payment method, user authorization, and reversibility.

The agent should separate:

  • browsing or comparing options,
  • drafting a plan or cart,
  • filling forms without submitting,
  • reversible holds or saved drafts,
  • actions that create charges, subscriptions, reservations, renewals, deposits, penalties, or legal/financial commitments,
  • payment or identity data that must be minimized or redacted.

When To Use

Use this skill before:

  • buying products, services, tickets, memberships, gift cards, domains, software, or subscriptions,
  • booking travel, hotels, rentals, appointments, restaurants, events, or services,
  • reserving inventory or placing deposits,
  • renewing, upgrading, downgrading, or cancelling subscriptions,
  • accepting fees, penalties, cancellation terms, auto-renewal terms, or non-refundable terms,
  • submitting payment, billing, shipping, identity, loyalty, or account information,
  • confirming a purchase order, invoice, donation, bid, transfer, or refund request.

Financial Risk Classes

Treat these as higher risk:

  • non-refundable purchases, deposits, cancellation penalties, auto-renewals, trials that convert to paid plans,
  • travel dates, event dates, hotel check-in/check-out, appointment times, time zones, party size, and identity details,
  • recurring subscriptions, annual contracts, seat counts, usage-based billing, overdraft risk, installment plans, and financing,
  • high-value items, limited inventory, resale tickets, third-party sellers, warranty terms, taxes, shipping, import duties, service fees,
  • payment methods, card details, bank details, billing address, account identifiers, loyalty numbers, and private purchase history,
  • purchases or bookings for someone else.

AANA Commitment Gate

  1. Identify the action: browse, compare, draft, hold, purchase, book, reserve, subscribe, renew, cancel, refund, bid, donate, or transfer.
  2. Identify the commitment: one-time charge, recurring charge, deposit, cancellation penalty, reservation, contract, or irreversible submission.
  3. Verify key facts: item/service, vendor, quantity, date/time, location, total cost, taxes, fees, currency, refundability, cancellation terms, and renewal terms.
  4. Check authorization: confirm the user explicitly approved this exact action and cost.
  5. Check payment privacy: do not expose full payment numbers, bank details, credentials, or unnecessary account data.
  6. Check reversibility: prefer cart, quote, draft, hold, or review screen before final submission.
  7. Check scope: do not add extras, warranties, insurance, upsells, tips, donations, seats, bags, or subscriptions without approval.
  8. Choose action: accept, revise, ask, defer, refuse, or route to human review.

Required Pre-Flight Checks

Before a financially binding action, verify:

  • exact item, service, reservation, or subscription,
  • vendor or merchant,
  • recipient or traveler/customer identity when relevant,
  • date, time, location, time zone, and duration when relevant,
  • quantity, seat count, tier, plan, add-ons, and renewal behavior,
  • total price including taxes, fees, shipping, deposits, tips, and currency,
  • refund, cancellation, return, trial, and auto-renewal terms,
  • payment method to use without exposing full sensitive details,
  • whether the action is reversible after submission,
  • explicit user approval for the final action.

Explicit Approval Rule

Ask for explicit approval before final submission when an action may charge money, create a recurring commitment, reserve scarce inventory, expose payment details, or become hard to undo.

Approval should include the exact commitment:

Please confirm: book 1 refundable hotel room at the listed property for May 8-10, total $412.30 including taxes and fees, using the card ending in 1234.

Do not treat broad intent as final approval. "Find me a hotel" is not approval to book. "This one looks good" is not approval to pay. "Renew it" still requires plan, price, term, renewal date, and payment method confirmation.

Purchase And Booking Overclaim Rules

Do not claim:

  • an item was purchased,
  • a booking was confirmed,
  • a refund was issued,
  • a subscription was cancelled or renewed,
  • a price is guaranteed,
  • a reservation is refundable,
  • a fee will not apply,
  • a vendor will honor an exception,
  • inventory will remain available,

unless the agent has verified evidence from an approved system or the user-provided confirmation.

Private Payment Data Rules

Minimize or remove:

  • full card numbers, bank numbers, security codes, auth codes, passwords,
  • billing address, shipping address, loyalty numbers, account IDs,
  • purchase history, invoices, receipts, reservation codes, confirmation numbers,
  • identity documents, passport numbers, date of birth, travel companions, and private messages.

Prefer:

  • "card ending in 1234" instead of full card number,
  • "saved payment method" instead of raw payment details,
  • "confirmation code redacted" instead of the full code,
  • "billing address on file" instead of repeating the address.

Safer Alternatives

Prefer:

  • compare options before choosing,
  • prepare a cart without checking out,
  • hold or reserve only when the terms are clear,
  • ask the user to complete payment directly,
  • use a review screen before final confirmation,
  • save a draft rather than submit,
  • defer high-value, ambiguous, or third-party purchases to human review.

Review Payload

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

  • task_summary
  • action_type
  • commitment_type
  • amount_summary
  • terms_status
  • authorization_status
  • payment_privacy_status
  • reversibility_status
  • recommended_action

Do not include full payment details, bank details, credentials, identity documents, raw receipts, full reservation codes, private messages, or unrelated account records when a redacted summary is enough.

Decision Rule

  • If the action is non-binding browsing, comparing, or drafting, accept with ordinary care.
  • If final commitment facts are incomplete, ask.
  • If the draft includes unapproved add-ons, recurring terms, fees, or payment details, revise.
  • If the action is high-value, non-refundable, legally binding, or for someone else, defer or require explicit approval.
  • If the request would expose payment secrets, bypass consent, misrepresent terms, or spend money without approval, refuse and explain briefly.
  • If a checker is unavailable or untrusted, use manual purchase and booking review.

Output Pattern

For purchase-sensitive actions, prefer:

Purchase/booking review:
- Action: ...
- Total cost: ...
- Terms: refundable / non-refundable / recurring / unclear
- Payment privacy: ...
- Reversibility: ...
- Approval: confirmed / needed / unclear
- Decision: accept / revise / ask / defer / refuse

Do not include this review block in the user-facing flow unless useful or required before final action.

Usage Guidance
This skill appears safe to install as a guardrail. It does not run code or access accounts itself, but because it is meant for purchase and booking workflows, keep any actual checkout, booking, payment, or account-management tools under explicit user approval.
Capability Analysis
Type: OpenClaw Skill Name: aana-purchase-booking-guardrail Version: 1.0.0 The skill is an instruction-only bundle designed to provide safety guardrails for financial transactions such as purchases, bookings, and subscriptions. It contains no executable code, does not install dependencies, and explicitly instructs the agent to redact sensitive payment information and seek explicit user approval before any binding action. The primary files (SKILL.md and manifest.json) focus on defensive principles and data minimization to prevent unauthorized or accidental financial commitments.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The skill is intentionally used around high-impact purchase, booking, subscription, donation, bid, refund, and transfer workflows, but its instructions are safety-oriented and require verification and explicit approval before final action.
Instruction Scope
The instructions constrain the agent rather than expanding authority: broad intent is not treated as approval, and uncertain or high-risk actions are routed to asking, deferring, refusing, or human review.
Install Mechanism
No install spec, dependencies, commands, code execution, or remote services are present; the manifest describes an instruction-only skill.
Credentials
The skill may be used when payment, billing, identity, or reservation information is present, but it explicitly instructs minimization and redaction and declares no required credentials or environment variables.
Persistence & Privilege
The artifacts state that the skill does not write files, persist memory, inspect accounts by itself, or place orders by itself.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aana-purchase-booking-guardrail
  3. After installation, invoke the skill by name or use /aana-purchase-booking-guardrail
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release. Implements guardrails for financial and booking actions. - Provides stepwise instructions and approval checklists to reduce risk of unintentional or unauthorized financial commitments. - Clearly separates browsing, drafting, and final commitment steps. - Lists required pre-flight checks and privacy requirements for all purchase and booking workflows. - Enforces explicit user approval for irreversible or high-risk actions. - Details safer alternatives and output patterns for review and decision-making. - Includes comprehensive overclaim and private data rules to prevent exposure or overstatement.
Metadata
Slug aana-purchase-booking-guardrail
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is AANA Purchase Booking Guardrail Skill?

Ensures any purchase, booking, or financial commitment is verified for item, price, terms, authorization, payment privacy, and reversibility before proceeding. It is an AI Agent Skill for Claude Code / OpenClaw, with 66 downloads so far.

How do I install AANA Purchase Booking Guardrail Skill?

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

Is AANA Purchase Booking Guardrail Skill free?

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

Which platforms does AANA Purchase Booking Guardrail Skill support?

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

Who created AANA Purchase Booking Guardrail Skill?

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

💬 Comments