Proxy Pay for Openclaw

A fintech automation skill for Openclaw Skills that enables instant creation of payment intents and provisioning of secure virtual cards via simple commands.

proxyhq
v1.0.0
Feb 4, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install proxy-pay

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Proxy Pay?

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.

Proxy Pay Use Cases

  • Rapid procurement of office equipment and hardware from major retailers.
  • Automating the setup of merchant-specific virtual cards for SaaS subscriptions.
  • Managing team-based spending with built-in approval thresholds.
  • Creating temporary payment methods for secure online transactions without exposing primary account details.

How Proxy Pay Works

  1. The user provides a command containing the amount, merchant name, and an optional description.
  2. The skill executes a balance check through the proxy.balance.get endpoint to ensure sufficient funding.
  3. A payment intent is created via proxy.intents.create with the specified transaction metadata.
  4. If the transaction is within limits, the skill retrieves sensitive card data (Number, CVV, Expiry) to provide to the user.
  5. If the transaction exceeds auto-approval limits, the system triggers an approval workflow and notifies the user of the pending status.

Proxy Pay Setup

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"

Proxy Pay Data Schema & Taxonomy

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

Proxy Pay Advanced Features

  • Smart funding detection: Automatically suggests funding the account when balance is insufficient for a requested intent.
  • Conditional Approval Logic: Automatically identifies and flags transactions that require human oversight based on preset organizational limits.
  • Sensitive Data Handling: Securely fetches and displays card details only after successful intent confirmation, maintaining high security standards within the Openclaw Skills framework.
  • Automated Description Generation: Generates clear transaction descriptions if none are provided by the user to ensure clean accounting logs.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*