home / skills / openclaw / skills / crypto-wallet
This skill helps you manage multi-chain crypto wallets, check balances, view history, and securely send tokens across Ethereum, Solana, and more.
npx playbooks add skill openclaw/skills --skill crypto-walletReview the files below or copy the command above to add this skill to your agents.
---
name: crypto-wallet
description: Multi-chain cryptocurrency wallet management. Check balances, send tokens, view transaction history across Ethereum, Solana, Bitcoin and more.
metadata: {"clawdbot":{"emoji":"💰","requires":{"bins":["curl","jq"]}}}
---
# Crypto Wallet 💰
Manage cryptocurrency wallets across multiple blockchains.
## Supported Chains
- Ethereum (ETH, ERC-20)
- Solana (SOL, SPL tokens)
- Bitcoin (BTC)
- Polygon (MATIC)
- Arbitrum
- Base
## Features
- Check wallet balances
- View transaction history
- Send tokens (with confirmation)
- Token price lookup
- Portfolio overview
## Usage Examples
```
"What's my ETH balance?"
"Show my crypto portfolio"
"Send 0.1 ETH to 0x..."
```
## Safety Rules
1. **ALWAYS** confirm before sending transactions
2. **NEVER** expose private keys
3. **ALWAYS** verify recipient addresses
This skill is a multi-chain cryptocurrency wallet manager that consolidates balances, transaction history, and token transfers across Ethereum, Solana, Bitcoin, Polygon, Arbitrum, Base and other supported networks. It provides quick portfolio overviews, real-time token price lookups, and secure send flows that require explicit confirmation. The interface is designed for practical wallet operations across chains without exposing private keys.
The skill queries blockchain explorers and node APIs for each supported chain to fetch balances and transaction histories, then aggregates results into a unified portfolio view. For sends, it prepares unsigned transactions and prompts for confirmation before broadcasting; private keys are never revealed or transmitted by the skill. Price lookups are performed via market data APIs to compute asset values and portfolio totals in fiat or reference tokens.
Does the skill store my private keys?
No. The skill never stores or transmits private keys; it prepares unsigned transactions and requires an external signer or confirmation process.
Which chains are supported?
Supported chains include Ethereum (ETH/ERC-20), Solana (SOL/SPL), Bitcoin (BTC), Polygon (MATIC), Arbitrum, and Base. Additional chains may be added over time.
How are token prices fetched?
Token prices are retrieved from market data APIs and aggregated to compute portfolio values and recent performance.