home / skills / openclaw / skills / wallet
This skill helps manage multi-wallet crypto and fiat accounts with balance tracking, history, and backup across devices.
npx playbooks add skill openclaw/skills --skill walletReview the files below or copy the command above to add this skill to your agents.
---
name: wallet
description: Digital wallet management for crypto and fiat. Unified interface for managing multiple wallet types.
metadata: {"clawdbot":{"emoji":"đź‘›","requires":{"bins":["curl","jq"]}}}
---
# Wallet đź‘›
Unified digital wallet management.
## Features
- Multi-currency support
- Balance tracking
- Transaction history
- Send and receive funds
- Wallet backup/recovery
## Supported Types
- Cryptocurrency wallets
- Digital payment wallets
- Hardware wallet integration
## Usage Examples
```
"Show all my wallets"
"What's my total balance?"
"Transfer funds between wallets"
```
This skill provides unified digital wallet management for both crypto and fiat accounts. It consolidates multiple wallet types into a single interface so you can view balances, track transactions, and move funds. Built for everyday management, it also supports backup and recovery workflows to protect your assets.
The skill connects to supported wallets—cryptocurrency, digital payment services, and compatible hardware devices—and aggregates balances and histories in one place. It inspects account metadata, transaction lists, and balance snapshots, and exposes actions to send, receive, and transfer funds between wallets. Backup and recovery routines export and restore wallet seeds or encrypted backups when needed.
Which wallet types are supported?
Supports cryptocurrency wallets, common digital payment wallets, and many hardware wallets that expose standard interfaces.
How does backup and recovery work?
The skill exports encrypted backups or seed phrases according to wallet capabilities and guides you through secure storage and restoration steps.