Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,20 @@
"homepage": "https://browser-use.com",
"keywords": ["browser use", "browser-use", "browser use cloud"],
"domains": ["browser-use.com", "cloud.browser-use.com"]
},
{
"name": "airwallex-dev",
"description": "Airwallex developer skills that generate production-ready integration code: Hosted Payment Page, Drop-in and Split Card Elements, billing checkout, and connected-account KYC.",
"category": "development",
"source": {
"source": "url",
"url": "https://github.com/airwallex/airwallex-marketplace.git",
"sha": "5cb3dd8b63e5ac873add34191e1994a1475ce145",
"path": "plugins/airwallex-dev"
},
"homepage": "https://www.airwallex.com/docs/developer-tools/ai/developer-connector",
"keywords": ["airwallex-dev", "airwallex"],
"domains": ["airwallex.com", "www.airwallex.com", "mcp.sandbox.airwallex.com"]
}
]
}
38 changes: 38 additions & 0 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
{
"version": 1,
"plugins": {
"airwallex-dev": {
"sha": "5cb3dd8b63e5ac873add34191e1994a1475ce145",
"version": "0.1.0",
"components": {
"mcpServers": [
{
"name": "airwallex-dev",
"description": "http"
}
],
"skills": [
{
"name": "airwallex-ai-provider-card-mit",
"description": "Use this skill to guide an end-to-end implementation plan document for card-only Airwallex Payments flows used by AI pr…"
},
{
"name": "airwallex-billing-checkout",
"description": "Guide integration of Airwallex Billing Hosted Checkout for subscription, one-off payment (PAYMENT), and card-saving (SE…"
},
{
"name": "airwallex-dropin",
"description": "Generate Airwallex Drop-in Element integration code. Use when user mentions Drop-in, dropIn element, embedded payment U…"
},
{
"name": "airwallex-hpp",
"description": "Generate Airwallex Hosted Payment Page (HPP) integration code. Use when user mentions HPP, hosted payment page, redirec…"
},
{
"name": "airwallex-kyc",
"description": "Generate Airwallex Connected Account KYC onboarding integration code. Use when user mentions KYC, embedded KYC element,…"
},
{
"name": "airwallex-split-card",
"description": "Generate Airwallex Split Card Element integration code. Use when user mentions Split Card, cardNumber element, expiry/c…"
}
]
}
},
"axiom": {
"sha": "0e98ebaeec76a70c8fda9a7737605800c2f1245d",
"version": "1.0.0",
Expand Down