Crypto Wallet
Discover supported cryptocurrencies, generate deposit addresses, and withdraw crypto to external wallets.
Why use this skill?
Integrate secure crypto wallet functionality into your AI agent. Easily list coins, generate deposit addresses, and manage withdrawals with OpenClaw's Crypto Wallet skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/d9m1n1c/aiotnetwork-crypto-walletWhat This Skill Does
The Crypto Wallet skill provides a robust interface for managing cryptocurrency operations within the OpenClaw agent ecosystem. It serves as a secure bridge between your AI agent and the AIOT Network payment infrastructure. Users can seamlessly interact with digital assets by discovering supported coins and their respective blockchain networks, generating deposit addresses for funding, and orchestrating withdrawals to external wallets. The skill follows a structured, multi-step process for withdrawals, incorporating quotes and manual confirmations to ensure transactional integrity and security.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/d9m1n1c/aiotnetwork-crypto-wallet
Ensure that your OpenClaw environment is properly authenticated to communicate with the AIOT Network APIs. You can optionally configure your custom base URL by setting the AIOT_API_BASE_URL environment variable if you are testing against a local instance or a staging environment.
Use Cases
This skill is ideal for developers and users building automated financial workflows. Use it when you need to:
- Automate deposit tracking for crypto-based services.
- Programmatically withdraw funds to cold storage or exchange wallets.
- Integrate cryptocurrency payments into decentralized applications.
- Monitor the status of pending transactions in real-time without manual dashboard checks.
Example Prompts
- "Check which blockchain networks are supported for USDT and generate a deposit address for me."
- "Get a withdrawal quote for 0.5 ETH to this wallet address: 0xAbCd... and tell me the estimated fee."
- "Confirm the withdrawal of 100 USDC to my external wallet using my PIN 1234."
Tips & Limitations
- Safety First: Always double-check the network selection. Sending assets to the wrong network (e.g., sending ERC-20 tokens to a BEP-20 address) will result in a permanent loss of funds.
- Quote-then-Confirm: The withdrawal process is intentionally decoupled. Always review the quote details, including fees and limits, before proceeding to initiate and confirm a transaction.
- Deterministic Addresses: Benefit from the fact that deposit addresses are deterministic; once you have saved an address for a specific coin and network, it remains valid for subsequent deposits.
- Security: Ensure your transaction PIN is kept secure. Never share it with untrusted parties, as it is required to finalize any withdrawal request.
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-crypto-wallet": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
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.
Payments & Banking
Fund wallets, transfer money, send remittances, and convert currencies. Includes top-up via multiple payment methods and international money transfers.
AIOT Network
Meta-skill that indexes all AIOT platform skills and routes agent requests to the correct sub-skill.