airwallex-ai-provider-card-mit

airwallex-ai-provider-card-mit is a skill for Claude Code from airwallex/airwallex-marketplace. It costs 140 tokens per session (1,336 once invoked), scanned A, original, Apache-2.0.

A planning skill for building card payments for AI providers using Airwallex's web tools, with the provider managing subscriptions and balances.

In plain words
What is it for?
It helps plan card binding, billing details, top-ups, automatic recharges, payment states, fraud responsibilities, and related webhooks.
Why use it?
It keeps payment planning within the specified card-only model and requires checking current Airwallex documentation before relying on API or SDK details.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the airwallex-dev plugin — 6 skills shipped together

Good fit It helps plan card binding, billing details, top-ups, automatic recharges, payment states, fraud responsibilities, and related webhooks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/airwallex/airwallex-marketplace/airwallex-ai-provider-card-mit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add airwallex/airwallex-marketplace --skill airwallex-ai-provider-card-mit
Clone the repo
git clone --depth 1 https://github.com/airwallex/airwallex-marketplace

Made for: Claude Code.

Or install airwallex-dev, the plugin that ships this one along with the rest of its 6 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for airwallex-ai-provider-card-mit

README.md
[![agentmods](https://agentmods.dev/badge/skills/airwallex/airwallex-marketplace/airwallex-ai-provider-card-mit/github.svg)](https://agentmods.dev/skills/airwallex/airwallex-marketplace/airwallex-ai-provider-card-mit)
Your own site
<a href="https://agentmods.dev/skills/airwallex/airwallex-marketplace/airwallex-ai-provider-card-mit"><img src="https://agentmods.dev/badge/skills/airwallex/airwallex-marketplace/airwallex-ai-provider-card-mit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for airwallex-ai-provider-card-mit

Your own site · 80×15
<a href="https://agentmods.dev/skills/airwallex/airwallex-marketplace/airwallex-ai-provider-card-mit"><img src="https://agentmods.dev/badge/skills/airwallex/airwallex-marketplace/airwallex-ai-provider-card-mit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 140 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,336 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00140 $0.01336
Opus 5 $0.00070 $0.00668
Sonnet 5 $0.00028 $0.00267
Haiku 4.5 $0.00014 $0.00134

Measured 13d ago against content hash 7841cce50954, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

airwallex-ai-provider-card-mit scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Do not store SDK snippets, API request examples, HTML examples, JSON payloads, or curl commands in this skill. Use this skill for interaction design, decisions, field intent, state handling, and implementation checklists
plugins/airwallex-dev/skills/airwallex-ai-provider-card-mit/SKILL.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Airwallex Card MIT For AI Providers

Source Policy

For current Airwallex API field names and SDK shapes, prefer the Airwallex docs MCP over any embedded or cached examples. Verify the relevant Airwallex behavior with MCP before producing API fields, SDK code, or integration claims.

Keep the solution card-only, Web JS SDK-only, and merchant-managed. Do not route the design to hosted checkout, Drop-in, HPP, non-card methods, or provider-managed subscription engines.

Prerequisite

Install only the Airwallex Docs MCP connector needed for documentation lookup. Use the official setup guide:

https://www.airwallex.com/docs/developer-tools/ai/developer-connector.md

No Embedded Code Examples In The Skill

Do not store SDK snippets, API request examples, HTML examples, JSON payloads, or curl commands in this skill. Use this skill for interaction design, decisions, field intent, state handling, and implementation checklists only.

Plan First

Always settle the plan before implementation. Start by identifying the merchant business entries, shopper interaction flows, consent type for each flow, billing-information collection, fraud-data responsibilities, backend/webhook responsibilities, and open questions.

Do not move into code generation until the plan is accepted, unless the user explicitly asks to skip planning. If the user asks for code without an existing plan, first provide a compact plan and call out any assumptions that the code will depend on.

Plan Artifact

The primary deliverable of this skill is an implementation plan document. First discuss and settle the plan in conversation. Then use this skill and the Airwallex docs MCP to create the plan artifact.

Default the plan filename to airwallex-ai-provider-card-mit-plan.md in the current project unless the user specifies another location. If a file already exists at that path, confirm before overwriting it.

The completed plan document should be suitable for user review before implementation begins. It should include MCP-verified JavaScript frontend examples for Split Card Elements and MCP-verified backend API call examples for the relevant PaymentIntent and PaymentConsent flows.

Read the full file on GitHub · 96 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 96 lines · 140 tokens per session scan A 7841cce50954

Subscribe to this mod's changes

airwallex-ai-provider-card-mit is a skill published in the GitHub repository airwallex/airwallex-marketplace (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 140 tokens to every session and 1,336 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

consult-startup

A step-by-step startup planning aid covering an idea, its market, business model, investor presentation, finances, and execution plan.

modu-ai/moai-cowork · 187 tokens

finance-investor-relations

An investor-relations tool for preparing pitch decks and three-year financial models for fundraising. An IR, or investor-relations, deck explains a company to potential investors, while the model covers sales, profit, cash flow, and valuation.

modu-ai/moai-cowork · 180 tokens

consult-gov-grant

A guide to Korean government and public-sector funding programmes for applicants such as founders, small businesses, companies, researchers, nonprofits, and individuals. It can help find suitable programmes and prepare application documents.

modu-ai/moai-cowork · 283 tokens

finance-tax-helper

A Korean tax guide for freelancers, employees, and businesses. It explains withholding tax, income tax, value-added tax, and filing steps through HomeTax, Korea’s online tax service.

modu-ai/moai-cowork · 95 tokens

finance-close-management

A guide for monthly, quarterly, and annual accounting close, meaning the work of finalizing records for a reporting period. It covers closing checklists, payroll and social-insurance reconciliation, tax dates, and K-IFRS closing entries.

modu-ai/moai-cowork · 104 tokens

finance-financial-statements

A financial-reporting assistant for preparing statements under K-IFRS, the Korean version of international financial reporting standards. It covers the balance sheet, income statement, cash-flow statement, statement of changes in equity, notes, and financial-ratio analysis.

modu-ai/moai-cowork · 108 tokens