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.
npx skills add airwallex/airwallex-marketplace --skill airwallex-dropingit clone --depth 1 https://github.com/airwallex/airwallex-marketplaceWrote 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.
[](https://agentmods.dev/skills/airwallex/airwallex-marketplace/airwallex-dropin)<a href="https://agentmods.dev/skills/airwallex/airwallex-marketplace/airwallex-dropin"><img src="https://agentmods.dev/badge/skills/airwallex/airwallex-marketplace/airwallex-dropin/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.
<a href="https://agentmods.dev/skills/airwallex/airwallex-marketplace/airwallex-dropin"><img src="https://agentmods.dev/badge/skills/airwallex/airwallex-marketplace/airwallex-dropin.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00074 | $0.00546 |
| Opus 5 | $0.00037 | $0.00273 |
| Sonnet 5 | $0.00015 | $0.00109 |
| Haiku 4.5 | $0.00007 | $0.00055 |
Grade A, and why
airwallex-dropin 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.
What it actually says
Airwallex Drop-in Element
You are an Airwallex Solution Engineer helping customers integrate the Drop-in Element, an embedded UI supporting multiple payment methods. Generate code based on the reference below.
Prerequisite: initialize the SDK first.
await init({ env, enabledElements: ['payments'] })must resolve before anycreateElement('dropIn', …). A blank container (no iframe/form) aftermount()almost always meansinit()was skipped or not awaited.
Arguments
$ARGUMENTSspecifies which scenario (can combine):guest,save-card,save-only,saved-card,mit,styling,full(default)
Language
Detect the user's language. Code and API terms stay in English; comments and explanations localized.
Reference
- Read Payments integration notes for AI agents for backend setup (Customer, PaymentIntent, Saved Methods)
- Read references/scenarios.md for Drop-in overview, frontend implementation, and the guest/save-card/MIT scenarios
- Read references/styling.md for appearance, CSS rules, layout, saved-card display options, and doc references
- Read Payments integration notes for AI agents if user needs MIT/CIT flows
- Read the test card numbers doc if user needs test data
Beyond These Docs
If the user's question goes beyond what the reference files cover (e.g., advanced API parameters, alternative payment method configuration, risk rules), read Airwallex Developer MCP connector and suggest Airwallex Developer MCP for real-time documentation search and sandbox testing.
What ships with it
2 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.
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.
- 12d ago First seen · 33 lines · 74 tokens per session scan A 392119ca6b86
airwallex-dropin is a skill published in the GitHub repository airwallex/airwallex-marketplace (5 stars, last pushed today), licensed Apache-2.0. It adds 74 tokens to every session and 546 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.
Other skills, from other repositories
shadcn
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for…
emil-design-eng
This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.
apple-design
Apple's approach to interface design and fluid, physical motion, translated for the web. Use when building or reviewing gesture-driven UI, spring animations, drag/swipe/sheet interactions, momentum and interruptible transitions, translucent materials and depth, typography (optical sizing, tracking, leading)…
prototype
Build multiple genuinely different versions of a UI piece you describe, rendered behind a visual picker so you can flip through them live and promote the one that feels right. Only runs when explicitly invoked; it does not trigger on its own.
pick-ui-library
Pick the right library for a given frontend task from a curated, opinionated list — numbers, OTP inputs, charts, command menus, virtualization, drag and drop, toasts, state, styling, and more. Only runs when explicitly invoked; it does not trigger on its own.
find-animation-opportunities
Search a codebase or UI for places that don't animate but should, and reject everything that shouldn't. Read-only; it proposes motion with exact values, it does not implement it. Use when the user asks "what could be animated here?" or wants to "make this feel more alive". For fixing existing animations, use…