Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Provisions virtual payment cards for AI agents through a policy-based intent system. Each card is tied to a specific purchase intent with configurable spending limits, merchant category restrictions, and automatic expiration. Cards issue instantly when within policy thresholds or route for human approval when they exceed them.
Single-use virtual cards scoped to specific intents reduce fraud risk compared to sharing static card credentials with agents.
When to use it
- Letting an AI agent buy office supplies with a single-use card
- Capping agent spending per transaction or per month
- Blocking agent purchases outside approved merchant categories
- Auto-approving small purchases and flagging large ones for manual review
- Reconciling agent expenses by matching transactions to their original intents
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Order office supplies from Amazon for $49.99
- 1Creates a payment intent with merchant 'Amazon', amount 49.99, and category 'office_supplies'
- 2Policy evaluates the request against spending limits and allowed merchant categories
- 3Card is issued automatically because the amount falls within the auto-approve threshold
- 4Agent calls get_sensitive to retrieve the full PAN, CVV, and billing address
- 5Purchase completes and the transaction is matched to the intent; card expires after use
Virtual Visa card issued and used for the purchase; transaction logged and reconciled to the original intent
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.