ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/d9m1n1c/aiotnetwork-crypto-wallet
Or

What 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

  1. "Check which blockchain networks are supported for USDT and generate a deposit address for me."
  2. "Get a withdrawal quote for 0.5 ETH to this wallet address: 0xAbCd... and tell me the estimated fee."
  3. "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

Author@d9m1n1c
Stars3409
Views1
Updated2026-03-25
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-d9m1n1c-aiotnetwork-crypto-wallet": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#wallet#payments#blockchain#defi
Safety Score: 2/5

Flags: network-access, external-api