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-agentos",
"description": "Airwallex AgentOS workflow skills for Billing, Payouts, Issuing, and Treasury. Orchestrate invoices, beneficiaries, cards, and cashflow through the airwallex CLI or Airwallex MCP servers.",
"category": "development",
"source": {
"source": "url",
"url": "https://github.com/airwallex/airwallex-marketplace.git",
"sha": "5cb3dd8b63e5ac873add34191e1994a1475ce145",
"path": "plugins/airwallex-agentos"
},
"homepage": "https://www.airwallex.com/docs/developer-tools/ai/agentos",
"keywords": ["airwallex-agentos", "airwallex agentos", "airwallex"],
"domains": ["airwallex.com", "www.airwallex.com", "mcp.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-agentos": {
"sha": "5cb3dd8b63e5ac873add34191e1994a1475ce145",
"version": "0.2.4",
"components": {
"mcpServers": [
{
"name": "airwallex-agentos",
"description": "http"
},
{
"name": "airwallex-dev",
"description": "http"
}
],
"skills": [
{
"name": "awx-best-practices",
"description": "Fallback Airwallex skill — works with the Airwallex CLI or the Airwallex MCP server. Use ONLY when no dedicated workflo…"
},
{
"name": "beneficiary-creation",
"description": "Extract bank details from supplier invoices or documents, validate per-country requirements, and create beneficiaries i…"
},
{
"name": "card-provisioning",
"description": "Provision virtual or physical corporate cards in Airwallex Issuing — create cardholders, issue cards with spend limits,…"
},
{
"name": "contract-to-billing",
"description": "Extract billing details from purchase orders, contracts, or quotes, then set up Airwallex Billing by creating invoices…"
},
{
"name": "manage-cashflow",
"description": "Multi-currency cash management — balances, receivables, obligations, FX exposure, runway, rebalancing, and indicative F…"
}
]
}
},
"axiom": {
"sha": "0e98ebaeec76a70c8fda9a7737605800c2f1245d",
"version": "1.0.0",
Expand Down