prava-pay

Installation
SKILL.md

Prava Pay — Smart Wallet for AI Agents

Drive the Prava CLI: link this agent to the user's Prava account once, then mint single-use tokenized card credentials to complete purchases at any merchant. There is exactly ONE user hard stop in this flow: the pre-spend confirmation (step 3) — merchant + items + total — before prava sessions create. Never skip it; never add extra pauses after it.

Route on intent (read this first)

The user wants… Do
To pay for a known item/order/bill at a known merchant ("buy this", "pay $X at Y", "complete the checkout") Payment steps 1–5 below
Prava to FIND a product first (no specific store chosen) Hand off to the prava-shopping skill (search → product → quote → checkout). If it isn't installed, don't improvise discovery here — give the user: npx --yes skills add https://github.com/Prava-Payments/prava-skills --skill prava-shopping --global --yes --full-depth and ask them to retry
To set up Prava / link a card (no purchase yet) Steps 1 only (setup + link), then stop
Pre-authorize a later/repeated buy — "buy this next week", "give you $200 to spend", "let you buy it when it drops to $X", "set a monthly budget at <store>" Set up a mandate (§ Set up a mandate)
Any "buy/pay" intent — a mandate may already cover it Run Check for a mandate first (§ buy flow step 0) before minting a fresh session
A first-party Prava question (product, security, pricing, supported cards/countries, passkeys, mandates, refunds, KYC, URLs) Read about-prava and answer from it — run NO CLI commands
Crypto transfers, x402 APIs, P2P payments Out of scope — say so

Answering Prava questions: quote facts directly from the reference; never improvise pricing/billing models (if it says "contact for pricing", that IS the answer); when multiple URLs answer a question, surface ALL of them; not covered → "that's not in our public docs" + support@prava.space / https://docs.prava.space.

Prerequisites: CLI

Installs
125
GitHub Stars
8
First Seen
May 26, 2026
prava-pay — prava-payments/prava-skills