A fintech automation skill for Openclaw Skills that enables instant creation of payment intents and provisioning of secure virtual cards via simple commands.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install proxy-pay
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install proxy-pay using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Proxy Pay is a specialized financial integration designed to streamline corporate and personal procurement workflows within the Openclaw Skills ecosystem. By automating the lifecycle of a transaction—from balance verification to virtual card issuance—this skill eliminates the friction of manual credit card management. It allows users to generate secure, merchant-specific payment methods directly through their AI agent interface, ensuring that financial operations remain fast, traceable, and secure.
Built to handle modern financial requirements, this addition to Openclaw Skills provides a bridge between high-level intent and low-level API execution. Whether you are managing recurring subscriptions or making one-off hardware purchases, Proxy Pay ensures that every dollar spent is accounted for and approved according to your organization's specific logic and limits.
To integrate Proxy Pay into your environment, ensure you have the necessary provider credentials configured in your Openclaw Skills manager.
# Install the Proxy Pay skill
openclaw install proxy-pay
# Configure your Proxy API credentials
openclaw config set PROXY_API_KEY="your_api_key_here"
The skill organizes payment data and card information using a structured schema to ensure compatibility with other Openclaw Skills.
| Attribute | Description | Data Type |
|---|---|---|
| amount | Total value of the payment intent | Float |
| merchant | Name of the vendor receiving payment | String |
| status | Current state (pending, card_issued, pending_approval) | Enum |
| sensitive_data | Virtual card details including CVV and Expiry | Object |
Loading
A secure Model Context Protocol server that enables AI agents to issue virtual cards, manage payment intents, and track expenses autonomously.

A Model Context Protocol server that empowers AI agents to manage payments, issue virtual cards, and track financial transactions autonomously.

Monitor Proxy account balances and manage pending transaction intents in real-time.

A secure framework for AI agents to autonomously manage virtual card payments through intent-based policy enforcement.

A comprehensive Model Context Protocol skill that enables AI agents to autonomously request virtual payment cards and manage transactions within secure spending limits.

A robust diagnostic tool for tracking the lifecycle of payment intents, card issuances, and transaction matching within the Proxy ecosystem.








































