airwallex
NewAirwallex CLI plugin for Claude — skills for payments, billing, invoicing, beneficiary creation, card provisioning, and cashflow management.
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
mkdir -p .claude/skillsAdd the configuration to .claude/skills/airwallex.md
/airwallexUse Cases
Usage Examples
/airwallex create invoice --customer-id cust_123 --amount 5000 --currency USD --due-date 2025-06-01
/airwallex provision card --type virtual --limit 10000 --currency SGD --assignee [email protected]
/airwallex list beneficiaries --status active --limit 20
Security Audits
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..