Airwallex AgentOS
Four finance workflows written to run identically over the Airwallex CLI or its MCP server.
Install
OfficialClaude Code: /plugin marketplace add anthropics/claude-plugins-official → /plugin install airwallex-agentos@claude-plugins-official
Sözleşme ya da satın alma emrinden fatura üretilirken, tedarikçi ödeme bilgisi doğrulanırken veya çok para birimli nakit durumu çıkarılırken
- Author
- Airwallex
- License
- Apache-2.0
The design choice worth copying is that no skill knows which surface it is running on. Command names, tool names, authentication and pagination all live in one shared reference file, so the same workflow text drives either the command-line tool or the MCP server, and supporting another surface does not mean rewriting four skills. The workflows turn a purchase order or contract into invoices and subscriptions, pull bank details out of a supplier document and validate them against the destination country's schema before creating a beneficiary, issue virtual or physical cards with spend limits, and aggregate balances, receivables and currency exposure. A fifth fallback skill handles everything else and is explicitly barred from loading next to a workflow skill, which keeps two overlapping instruction sets out of the context window.
Similar skills
Airwallex Dev Skills
SkillSix Airwallex skills, one per checkout surface, each scoped so the wrong one refuses the job.
MCP CLI
SkillCalls MCP servers from the command line instead of wiring them in permanently.
Signed Audit Trails
SkillA single cookbook skill that explains signed tool-call receipts before you commit to running them.

Comments(0)
Sign in to comment