An AI-powered payment integration skill that enables automated Mayar.id invoice generation and transaction tracking for Indonesian markets.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mayar-payment
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install mayar-payment using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Mayar Payment skill is a robust integration designed to connect AI coding agents with the Mayar.id payment ecosystem through the Model Context Protocol (MCP). This skill enables developers to automate the creation of invoices, payment links, and recurring subscriptions directly within their agent-driven workflows. As a specialized addition to the Openclaw Skills collection, it provides native support for popular Indonesian payment methods including bank transfers, e-wallets, and QRIS.
By leveraging this Openclaw Skills component, teams can build sophisticated e-commerce or service platforms that handle financial transactions with minimal manual intervention. The skill abstracts the complexity of payment APIs, allowing your AI agent to manage the entire payment lifecycle—from initial link generation to final status verification—while maintaining high security and reliability standards.
Create a local configuration file to store your Mayar JWT token:
mkdir -p ~/.config/mayar
cat > ~/.config/mayar/credentials << EOF
MAYAR_API_TOKEN="your-jwt-token-here"
EOF
chmod 600 ~/.config/mayar/credentials
Add the following configuration to your mcporter.json file to enable the Openclaw Skills integration:
{
"mcpServers": {
"mayar": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.mayar.id/sse",
"--header",
"Authorization:YOUR_API_TOKEN_HERE"
]
}
}
}
Run the following command to ensure the tools are available:
mcporter list mayar
The skill organizes payment data using the following structure for invoices and transactions:
| Attribute | Description | Format |
|---|---|---|
id |
Unique identifier for the invoice | UUID string |
transactionId |
Internal reference for the financial movement | UUID string |
link |
The customer-facing payment URL | URL string |
expiredAt |
Expiration deadline for the payment link | ISO 8601 Timestamp |
items |
Array of purchased goods (quantity, rate, description) | JSON Array |
status |
Current payment state (created, paid, expired) | String |
Loading
A comprehensive MCP integration for Mayar.id to handle Indonesian payment processing, invoice generation, and transaction tracking via AI agents.

Automated real-time price and index tracking for the Vietnamese stock market using FireAnt.vn.

A specialized AI skill for retrieving real-time stock prices, market indices, and financial metrics from FireAnt.vn.

A streamlined CLI tool for tracking daily spending and generating monthly financial reports using structured markdown files.

A specialized AI coding skill designed to generate production-grade, aesthetically unique frontend interfaces that avoid common AI design tropes.

A professional design intelligence tool providing comprehensive UI/UX guidelines, color palettes, and typography pairings for high-quality web and mobile development.








































