Back to Plugins

Airwallex Agentos

Bring Airwallex's global financial infrastructure to Claude. Orchestrate actions across your account in plain language, e.g., set up invoices from a PO, onboard suppliers from invoices, and check current cash position across currencies. AgentOS bundles pre-built finance Skills w…

productivityaiagent
By Airwallex
11Updated 2 weeks agoApache-2.0

Installation

/plugin install airwallex-agentos@claude-plugins-official

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions

Airwallex AI

Agent skills for integrating Airwallex with LLMs and agent frameworks.

Plugins

PluginSurfacesArchetypeDescription
airwallex-agentosCLI + MCPWorkflow / ReferenceAgent skills for Billing, Payouts, Issuing, and Treasury. Works with the airwallex CLI or an Airwallex MCP server.
airwallex-dev-IntegrationDeveloper-focused skills that generate production-ready code for Airwallex API integrations.

airwallex-agentos - Workflow & Reference Skills

SkillCategoryDescription
contract-to-billingBillingExtract from POs/contracts/quotes → create invoices and/or subscriptions
beneficiary-creationPayoutsExtract bank details from supplier docs → validate per-country → create beneficiaries
card-provisioningIssuingCreate cardholders, issue virtual/physical cards with spend limits, manage spending
manage-cashflowTreasuryAggregate multi-currency balances, receivables, obligations, FX exposure, indicative rates
awx-best-practicesFallbackAd-hoc operations, troubleshooting, and domains not covered by a workflow skill above

airwallex-dev - Integration Skills

SkillCategoryDescription
(coming soon)IntegrationIntegration skills that generate code - checkout pages, webhook handlers, payment flows, and more.

Connectors

Claude Code, Cursor, and Codex installations include the MCP connector automatically. If you install via npx skills, you will need to set up a connector separately. See the Connectors page for options:

  • CLI: airwallex CLI installed and authenticated.
  • MCP: An Airwallex MCP server connected to your AI coding assistant.

Installation

Pick the method that matches your editor or workflow. All options install the same set of agent skills.

Claude Code

Add the marketplace and install the plugin:

claude plugin marketplace add https://github.com/airwallex/airwallex-marketplace
claude plugin install airwallex-agentos@airwallex-marketplace

Skill namespacing: Installed skills are prefixed by the plugin name. To invoke a skill, use the format /airwallex-agentos:contract-to-billing.

Cursor

The Airwallex plugin is available in the Cursor Marketplace. Search for Airwallex AgentOS in Cursor Settings → Plugins to install it directly.

Codex

Add the marketplace and install the plugin:

codex plugin marketplace add https://github.com/airwallex/airwallex-marketplace
codex plugin add airwallex-agentos@airwallex-marketplace

You can also browse and install from the Codex plugin directory (/plugins in the CLI). The Codex plugin uses the same skills and MCP server configuration as the Claude Code and Cursor plugins.

npx (skills only)

Install the agent skills with a single command:

npx skills add airwallex/airwallex-marketplace

This installs the agent skills only and does not configure an Airwallex MCP server connection. If your workflow requires the MCP server, you will need to set it up separately in your client's MCP configuration. See Connectors above.


Upgrading from 0.1.x? Install airwallex-agentos to get the renamed plugin. The old airwallex entry becomes a tombstone with no skills or MCP servers — uninstalling it is recommended cleanup but not a prerequisite. Update any skill invocations from /airwallex:… to /airwallex-agentos:….

After installing, make sure you have at least one of the prerequisite toolchains available (the airwallex CLI or an Airwallex MCP server). See Connectors above.

Important Notice

Beta Feature. This plugin is provided on an "as-is" basis for use with Airwallex APIs (via the airwallex CLI or an MCP server). By using this plugin, you acknowledge that:

  • Actions taken via your Airwallex API keys, whether initiated by you directly or by an AI agent acting on your behalf, are governed by the Airwallex Terms of Service accepted during account creation and surface authentication (airwallex auth login for the CLI, OAuth authorization for the MCP server).
  • You are responsible for safeguarding your API keys and ensuring they are used only in accordance with your intended purpose.
  • This plugin does not provide financial, legal, or tax advice. AI agent outputs are probabilistic and should be reviewed by a qualified person before acting on them.
  • This plugin does not initiate money-out actions (transfers, FX conversions, or payouts) on your behalf. Where such capabilities exist in the underlying API, the skills are explicitly instructed not to execute them.

License

Apache-2.0. See LICENSE.

View source on GitHub