LaunchKit · 2026
Back to Skills

agent-card-provisioning

Provision virtual payment cards for AI agents on-demand.

0
0 downloads
by @proxyhq

Setup & Installation

openclaw skills install @proxyhq/agent-card-provisioning

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agent-card-provisioning

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.

INPUT

User asks: Order office supplies from Amazon for $49.99

AGENT
  1. 1Creates a payment intent with merchant 'Amazon', amount 49.99, and category 'office_supplies'
  2. 2Policy evaluates the request against spending limits and allowed merchant categories
  3. 3Card is issued automatically because the amount falls within the auto-approve threshold
  4. 4Agent calls get_sensitive to retrieve the full PAN, CVV, and billing address
  5. 5Purchase completes and the transaction is matched to the intent; card expires after use
OUTPUT

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.

ProxyHQ account with card issuance permissions