card-provisioning

card-provisioning is a skill for Claude Code, Codex from airwallex/airwallex-marketplace. It costs 88 tokens per session (4,627 once invoked), scanned A, original, Apache-2.0.

A workflow for creating and managing virtual or physical corporate cards in Airwallex Issuing. It can set up cardholders, issue cards with spending limits, and review or manage card spending.

In plain words
What is it for?
Use it to create cards for people or services, provision cards in batches, set or update limits, and review spending by category.
Why use it?
It removes repeated manual setup for company cards and keeps card limits and spending tied to their business purpose.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Part of the airwallex-agentos plugin — 5 skills, 2 MCP servers shipped together

Good fit Use it to create cards for people or services, provision cards in batches, set or update limits, and review spending by category.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/airwallex/airwallex-marketplace/card-provisioning
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 card-provisioning
Clone the repo
git clone --depth 1 https://github.com/airwallex/airwallex-marketplace

Made for: Claude Code, Codex.

Or install airwallex-agentos, the plugin that ships this one along with the rest of its 5 skills, 2 MCP servers.

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 card-provisioning

README.md
[![agentmods](https://agentmods.dev/badge/skills/airwallex/airwallex-marketplace/card-provisioning/github.svg)](https://agentmods.dev/skills/airwallex/airwallex-marketplace/card-provisioning)
Your own site
<a href="https://agentmods.dev/skills/airwallex/airwallex-marketplace/card-provisioning"><img src="https://agentmods.dev/badge/skills/airwallex/airwallex-marketplace/card-provisioning/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 card-provisioning

Your own site · 80×15
<a href="https://agentmods.dev/skills/airwallex/airwallex-marketplace/card-provisioning"><img src="https://agentmods.dev/badge/skills/airwallex/airwallex-marketplace/card-provisioning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,627 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00088 $0.04627
Opus 5 $0.00044 $0.02313
Sonnet 5 $0.00018 $0.00925
Haiku 4.5 $0.00009 $0.00463

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

Security

Grade A, and why

card-provisioning scanned grade A with 0 findings 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 12d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/airwallex-agentos/skills/card-provisioning/SKILL.md · 228 lines

How it starts

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

Card Provisioning

Creates virtual or physical corporate cards in Airwallex Issuing — one workflow to set up a cardholder, issue a card with spend limits, and optionally manage ongoing spend.

Tone: The target user is a busy entrepreneur, not a finance analyst. Keep language conversational and action-oriented — say "Your Adobe card is set up with a $50/month limit" rather than "Card ID card_xxx created with authorization_controls.transaction_limits.limits[0].amount = 50.00." Show business labels (card nicknames, cardholder names) first; keep raw IDs and technical details in the background unless the user asks for them.

When to use

  • User asks to create a virtual or physical card
  • User wants to set up a card for a specific purpose (e.g., "card for Adobe", "travel card")
  • User needs to provision cards for team members (batch)
  • User wants to update card limits or review card spend
  • User asks "what are we spending on software cards?" or wants spend aggregation by category

When NOT to use

This skill only covers Issuing-domain operations (cards, cardholders, issuing-transactions). If the task requires anything outside that domain, stop — this is the wrong skill. Redirect the user:

  • Viewing sensitive card details (PAN, CVV) → direct to Airwallex Dashboard
  • Wire transfers / payouts → not yet available (use Airwallex Dashboard)
  • Setting up suppliers / beneficiaries → beneficiary-creation skill
  • Creating invoices → contract-to-billing skill
  • FX conversions, balances, treasury → manage-cashflow skill
  • Ad-hoc tasks outside card workflow → awx-best-practices skill (fallback)

Non-negotiables

Terminology

  • Cards draw from the account's currency balance — no "card balance." Say "$X/month limit" or "$X drawn this month."
  • Cardholder ≠ Card. One cardholder can have multiple cards. Match or create cardholder first.
  • AUTHORIZED ≠ money moved. It's a hold. CLEARED = money left. Be explicit when reporting.
  • Spend limits are always per interval + currency. Say "$50.00 per month in USD."

Read the full file on GitHub · 228 lines

Files

What ships with it

1 file 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. 12d ago First seen · 228 lines · 88 tokens per session scan A ba86c7d35968

Subscribe to this mod's changes

card-provisioning is a skill published in the GitHub repository airwallex/airwallex-marketplace (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 88 tokens to every session and 4,627 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. 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

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

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-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