Payments & Banking
Fund wallets, transfer money, send remittances, and convert currencies. Includes top-up via multiple payment methods and international money transfers.
Why use this skill?
Integrate OpenClaw with AIOT Network to securely manage wallet balances, perform domestic transfers, and send international remittances with real-time rates.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/d9m1n1c/aiotnetwork-payments-bankingWhat This Skill Does
The Payments & Banking skill provides a comprehensive suite of tools for managing digital assets, funding wallets, and executing financial transactions via the AIOT Network. This skill serves as an interface between the OpenClaw AI agent and the payment processing ecosystem. It enables users to perform complex financial operations, including checking balances for both main accounts and MasterPay wallets, initiating top-ups, executing domestic money transfers, and handling international remittances. By leveraging its robust API endpoints, users can fetch real-time exchange rates, review remittance history, and confirm transactions securely. The system is designed to provide granular control over financial flows while ensuring that authorization requirements, such as transaction PINs for transfers and remittances, are strictly enforced during the confirmation process.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/d9m1n1c/aiotnetwork-payments-banking
After installation, ensure your environment variables are configured correctly. The skill defaults to the development API at https://payment-api-dev.aiotnetwork.io. For production or custom staging environments, you must set the AIOT_API_BASE_URL environment variable globally or within your agent's configuration file.
Use Cases
- Wallet Management: Quickly monitor your financial standing by retrieving real-time balances across multiple cards and accounts.
- Top-Ups: Facilitate seamless account funding by fetching available payment methods, generating quotes for specified amounts, and confirming transactions.
- International Transfers: Simplify cross-border payments by querying remittance rates, verifying destination country availability, and completing secure money transfers.
- Financial Reporting: Access transaction history to track past remittances and reconcile account activity with ease.
Example Prompts
- "What is my current balance on my MasterPay card and main wallet?"
- "Show me the current exchange rate for USD to EUR for a remittance."
- "Initiate a transfer of 500 dollars to the UK and show me the available payment methods for my next top-up."
Tips & Limitations
- Security: Always treat your transaction PIN with extreme caution. Never share it with unauthorized parties. The skill mandates PIN input for transfers and remittances to prevent unauthorized fund movement.
- Base URL: If you encounter connection errors, verify your
AIOT_API_BASE_URL. If left unset, it defaults to the development server, which may have different data constraints than a production environment. - Rate Limiting: Be aware that high-frequency polling for exchange rates or balances may lead to API rate limiting. Use the skill responsibly for automated workflows.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-d9m1n1c-aiotnetwork-payments-banking": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
Crypto Wallet
Discover supported cryptocurrencies, generate deposit addresses, and withdraw crypto to external wallets.
KYC & Identity
Know-Your-Customer verification via MasterPay Global. Submit personal data, upload identity documents, and track approval status.
Card Management
Create and manage virtual cards via MasterPay Global. Supports single-use cards for one-time purchases and multi-use cards for repeated use.
Blockchain & DID
Decentralized identity (DID) management, on-chain KYC status, and membership tiers with token staking.
AIOT Network
Meta-skill that indexes all AIOT platform skills and routes agent requests to the correct sub-skill.