aurex
Issue virtual crypto-funded cards and manage payments with the Aurex API. Use when users want to create virtual Visa/Mastercard cards, handle crypto deposits in SOL/USDT/USDC, manage user accounts, top up cards, or retrieve transaction history. Get your API key at aurex.cash → Dashboard → API Keys.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aurexcards/aurexWhat This Skill Does
The Aurex skill enables OpenClaw AI agents to programmatically interact with the Aurex API, allowing for the end-to-end management of virtual, crypto-funded Visa and Mastercard cards. This tool is designed to streamline the financial workflow for users by abstracting complex payment gateway logic into simple agent commands. It supports core functionalities including user account creation, retrieval of cryptocurrency deposit addresses (SOL, USDT, USDC), issuing virtual payment cards, performing card top-ups, and auditing transaction history. By integrating this skill, your agent can facilitate payments or shopping assistance directly within a conversation.
Installation
To integrate the Aurex skill into your OpenClaw environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/aurexcards/aurex
After installation, ensure you have your API key ready from your Aurex dashboard. Set it as an environment variable in your project configuration to enable secure authentication:
export AUREX_API_KEY="your-api-key"
For Node.js environments, you can also leverage the official SDK by running npm install @aurexcash/agent and initializing the tools with your API key.
Use Cases
This skill is ideal for platforms requiring automated payment solutions without the overhead of traditional banking integrations. Key use cases include:
- E-commerce assistants that issue temporary virtual cards for users to complete purchases.
- DeFi wallet management tools where users need to bridge crypto assets to fiat-backed virtual cards.
- Affiliate platforms that manage partner commission markups and earnings distribution.
- Automated subscription management where individual cards are issued per service to enhance security.
Example Prompts
- "I need a virtual card for a $50 purchase. Can you create a user account for me and tell me where to send the USDC?"
- "Check the current transaction history for my shopping card and let me know if the last top-up was successful."
- "I have some extra SOL in my wallet; please top up my main shopping card with $20 worth of crypto."
Tips & Limitations
Security is paramount when handling financial data. The Aurex API returns sensitive card information, including CVV and OTP details. Ensure your agent is configured to handle these as transient, single-use secrets; never log these values to your history or console. The API enforces a strict rate limit of 60 requests per minute, so ensure your agent implementation includes back-off logic for high-frequency tasks. Always confirm the wallet balance before attempting to issue a card to prevent 422 errors due to insufficient funds. Remember, all transaction data is handled via the Aurex backend, so verify your network security protocols are updated to allow traffic to aurex.cash endpoints.
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-aurexcards-aurex": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api