{
  "markdown": "# Airwallex AI\n\nAgent skills for integrating Airwallex with LLMs and agent frameworks.\n\n## Plugins\n\n| Plugin | Surfaces | Archetype | Description |\n| --- | --- | --- | --- |\n| [airwallex-agentos](./plugins/airwallex-agentos) | CLI + MCP | Workflow / Reference | Agent skills for Billing, Payouts, Issuing, and Treasury. Works with the `airwallex` CLI or an Airwallex MCP server. |\n| [airwallex-dev](./plugins/airwallex-dev) | MCP | Integration | Developer-focused skills that generate production-ready code for Airwallex API integrations. |\n\n### airwallex-agentos - Workflow & Reference Skills\n\n| Skill | Category | Description |\n| --- | --- | --- |\n| contract-to-billing | Billing | Extract from POs/contracts/quotes → create invoices and/or subscriptions |\n| beneficiary-creation | Payouts | Extract bank details from supplier docs → validate per-country → create beneficiaries |\n| card-provisioning | Issuing | Create cardholders, issue virtual/physical cards with spend limits, manage spending |\n| manage-cashflow | Treasury | Aggregate multi-currency balances, receivables, obligations, FX exposure, indicative rates |\n| awx-best-practices | Fallback | Ad-hoc operations, troubleshooting, and domains not covered by a workflow skill above |\n\n### airwallex-dev - Integration Skills\n\nThese skills work on the code in your project rather than driving conversations. Five generate integration code; `airwallex-ai-provider-card-mit` produces an implementation plan document instead.\n\nInstall with `claude plugin install airwallex-dev@airwallex-marketplace` or `codex plugin add airwallex-dev@airwallex-marketplace`, after adding the marketplace as shown under [Installation](#installation).\n\n| Skill | Category | Description |\n| --- | --- | --- |\n| airwallex-hpp | Payments | Hosted Payment Page: redirect-based checkout hosted by Airwallex |\n| airwallex-dropin | Payments | Drop-in Element: embedded UI supporting multiple payment methods |\n| airwallex-split-card | Payments | Split Card Element: separate card number, expiry, and CVC inputs for full UI control |\n| airwallex-billing-checkout | Billing | Billing Hosted Checkout for subscriptions, one-off payments, and card-saving (SETUP) |\n| airwallex-kyc | Connected Accounts | Connected account KYC onboarding via embedded component or hosted link |\n| airwallex-ai-provider-card-mit | Payments | Implementation plan for card-on-file MIT flows used by AI providers (top-ups, auto-recharge, subscriptions) |\n\n### Connectors\n\nClaude 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](https://www.airwallex.com/docs/developer-tools/ai/agentos/connectors) page for options:\n\n- **CLI:** `airwallex` CLI installed and authenticated.\n- **MCP:** An Airwallex MCP server connected to your AI coding assistant.\n\n## Installation\n\nPick the method that matches your editor or workflow. The two plugins install separately, so choose whichever you need.\n\n### Claude Code\n\nAdd the marketplace, then install either plugin:\n\n```sh\nclaude plugin marketplace add https://github.com/airwallex/airwallex-marketplace\nclaude plugin install airwallex-agentos@airwallex-marketplace\nclaude plugin install airwallex-dev@airwallex-marketplace\n```\n\n> **Skill namespacing:** Installed skills are prefixed by the plugin name. To invoke a skill, use the format `/airwallex-agentos:contract-to-billing` or `/airwallex-dev:airwallex-hpp`.\n\n### Cursor\n\n`airwallex-agentos` is listed in the [Cursor Marketplace](https://cursor.com/marketplace). Search for **Airwallex AgentOS** in **Cursor Settings → Plugins** to install it.\n\n`airwallex-dev` is not listed there yet, so add this marketplace by URL instead: in **Cursor Settings → Plugins**, click **Import** under **Team Marketplaces** and paste `https://github.com/airwallex/airwallex-marketplace`, then install `airwallex-dev`.\n\n### Codex\n\nAdd the marketplace and install the plugin:\n\n```sh\ncodex plugin marketplace add https://github.com/airwallex/airwallex-marketplace\ncodex plugin add airwallex-agentos@airwallex-marketplace\ncodex plugin add airwallex-dev@airwallex-marketplace\n```\n\nYou can also browse and install from the Codex plugin directory (`/plugins` in the CLI). The Codex plugins use the same skills and MCP server configuration as the Claude Code and Cursor plugins.\n\n### Grok\n\nAdd the marketplace, then install either plugin:\n\n```sh\ngrok plugin marketplace add https://github.com/airwallex/airwallex-marketplace\ngrok plugin install airwallex-agentos --trust\ngrok plugin install airwallex-dev --trust\n```\n\nThe Grok plugins use the same skills and MCP server configuration as the Claude Code, Cursor, and Codex plugins.\n\n### npx (skills only)\n\nInstall the agent skills with a single command:\n\n```sh\nnpx skills add airwallex/airwallex-marketplace\n```\n\nThis 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](#connectors) above.\n\n---\n\n> **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:…`.\n\nAfter installing, make sure you have at least one of the prerequisite toolchains available (the `airwallex` CLI or an Airwallex MCP server). See [Connectors](#connectors) above.\n\n## Important Notice\n\n> **Beta Feature.** This plugin is provided on an \"as-is\" basis for use with\n> Airwallex APIs (via the `airwallex` CLI or an MCP server). By using this\n> plugin, you acknowledge that:\n>\n> - Actions taken via your Airwallex API keys, whether initiated by you\n>   directly or by an AI agent acting on your behalf, are governed by the\n>   [Airwallex Terms of Service](https://www.airwallex.com/terms) accepted\n>   during account creation and surface authentication (`airwallex auth login`\n>   for the CLI, OAuth authorization for the MCP server).\n> - You are responsible for safeguarding your API keys and ensuring they are\n>   used only in accordance with your intended purpose.\n> - This plugin does **not** provide financial, legal, or tax advice. AI agent\n>   outputs are probabilistic and should be reviewed by a qualified person\n>   before acting on them.\n> - This plugin does **not** initiate money-out actions (transfers, FX\n>   conversions, or payouts) on your behalf. Where such capabilities exist in\n>   the underlying API, the skills are explicitly instructed not to execute\n>   them.\n\n## License\n\nApache-2.0. See [LICENSE](LICENSE).\n",
  "bytes": 6765,
  "sha": "6e9a18a2a6275820f59f92eeb5c5222e7ee89aac1361cdb1a04168cc7fd73690",
  "repo_slug": "airwallex/airwallex-marketplace",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_airwallex_airwallex_marketplace_airwalle_dfe62a71/readme"
}