Airwallex logo

Skills

Pre-built AgentOS workflows for common Airwallex tasks

Copy for LLMView as Markdown

AgentOS skills are in beta. The skill set and behavior may change before general availability.

AgentOS skills are pre-built workflows that teach AI agents how to complete common Airwallex tasks end-to-end. Each skill bundles the prompts, command sequences, and validation logic an agent needs to handle one workflow correctly using the Airwallex CLI.

Skills are distributed through the Airwallex marketplace and installed through the AgentOS plugin for Claude Code or Cursor. See Install in Claude Code below for the quickest path.

Available skills

SkillCategoryDescription
contract-to-billing BillingExtract billing details from purchase orders, contracts, or quotes; match against existing resources; create invoices and subscriptions.
beneficiary-creation PayoutsExtract bank details from supplier documents, validate against per-country schemas, and create beneficiaries.
card-provisioning IssuingCreate cardholders and provision virtual or physical corporate cards with spend limits.
manage-cashflow TreasuryAggregate multi-currency balances, receivables, and obligations; analyze FX exposure; manage indicative quotes.
awx-best-practices FoundationAlways-on guardrail for ad-hoc operations, troubleshooting, and domains not covered by a workflow skill above.

Prerequisites

  • The Airwallex CLI installed and authenticated.
  • An AI assistant that supports skills (Claude Code or Cursor).

Install in Claude Code

You can install all Airwallex skills directly into Claude Code in two commands. From inside a Claude Code session, run:

Shell
1claude plugin marketplace add https://github.com/airwallex/airwallex-marketplace
2claude plugin install airwallex@airwallex-marketplace

What each command does:

  1. claude plugin marketplace add registers the Airwallex marketplace as a plugin source for Claude Code.
  2. claude plugin install airwallex@airwallex-marketplace installs the airwallex plugin, which bundles the skills listed above.

After installation, restart Claude Code (or start a new session) and the skills are available to the agent. You can confirm by asking Claude to list its available skills, or by invoking one directly (for example, "use the beneficiary-creation skill to add this supplier").

To update later, re-run the install command. To remove the plugin, run claude plugin uninstall airwallex@airwallex-marketplace.

For Cursor, or for installing the plugin outside of an active Claude Code session, see Install plugins.

Skills coordinate multi-step workflows that involve document extraction and API orchestration. For best results, run them with Claude Opus 4.6 or later.

Safety

Skills inherit the AgentOS safety guarantees:

  • Skills do not initiate money-out actions (transfers, FX conversions, or payouts) on your behalf.
  • Skills do not provide financial, legal, or tax advice.
  • Skill outputs are probabilistic. Review and validate before acting on them in production.

See also

Was this page helpful?