BeClaude

airwallex

New
Official PluginGeneralby Airwallex

Airwallex CLI plugin for Claude — skills for payments, billing, invoicing, beneficiary creation, card provisioning, and cashflow management.

First seen 6/4/2026

Summary

The Airwallex CLI plugin for Claude enables developers to manage payments, billing, invoicing, beneficiary creation, card provisioning, and cashflow operations directly from the command line.

  • It streamlines financial workflows by integrating Airwallex's global payment infrastructure into your development environment, reducing manual API calls and accelerating business operations.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/airwallex.md

3
Invoke in Claude Code
/airwallex

Use Cases

Create and manage invoices for international clients with multi-currency support.
Provision virtual or physical cards for team expenses and automate spending controls.
Set up beneficiaries for one-time or recurring payouts to vendors or contractors.
Monitor cashflow and reconcile transactions across multiple accounts and currencies.
Automate billing workflows by generating and sending invoices via the Airwallex API.
Handle payment collection and refunds for e-commerce or subscription services.

Usage Examples

1

/airwallex create invoice --customer-id cust_123 --amount 5000 --currency USD --due-date 2025-06-01

2

/airwallex provision card --type virtual --limit 10000 --currency SGD --assignee [email protected]

3

/airwallex list beneficiaries --status active --limit 20

View source on GitHub
plugin

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is airwallex?

The Airwallex CLI plugin for Claude enables developers to manage payments, billing, invoicing, beneficiary creation, card provisioning, and cashflow operations directly from the command line. It streamlines financial workflows by integrating Airwallex's global payment infrastructure into your development environment, reducing manual API calls and accelerating business operations.

How to install airwallex?

To install airwallex: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/airwallex.md. Finally, /airwallex in Claude Code.

What is airwallex best for?

airwallex is a skill categorized under General. It is designed for: plugin. Created by Airwallex.

What can I use airwallex for?

airwallex is useful for: Create and manage invoices for international clients with multi-currency support.; Provision virtual or physical cards for team expenses and automate spending controls.; Set up beneficiaries for one-time or recurring payouts to vendors or contractors.; Monitor cashflow and reconcile transactions across multiple accounts and currencies.; Automate billing workflows by generating and sending invoices via the Airwallex API.; Handle payment collection and refunds for e-commerce or subscription services..