home / skills / openclaw / skills / wallet

wallet skill

/skills/0xterrybit/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 wallet

Review the files below or copy the command above to add this skill to your agents.

Files (2)
SKILL.md
602 B
---
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"
```

Overview

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.

How this skill works

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.

When to use it

  • Monitor combined holdings across crypto and fiat accounts
  • Send or receive funds without opening multiple apps
  • Transfer funds between internal wallets quickly
  • Review recent transaction history or reconcile balances
  • Prepare a backup or perform a recovery of a wallet

Best practices

  • Enable multi-factor authentication on every connected account
  • Keep hardware wallet firmware and software clients up to date
  • Regularly export encrypted backups and store them offline
  • Limit permissions for third-party integrations and audit them periodically
  • Test recovery steps in a safe environment before relying on them

Example use cases

  • "Show all my wallets" to see consolidated balances across currencies
  • "What’s my total balance?" for a quick net worth snapshot
  • "Transfer funds between wallets" to move money from crypto to a payment wallet
  • Review transaction history before filing taxes or reconciling accounts
  • Create and verify an encrypted wallet backup prior to a device change

FAQ

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.