skills$openclaw/crypto-wallet
0xterrybit9.0k

by 0xterrybit

crypto-wallet – OpenClaw Skill

crypto-wallet is an OpenClaw Skills integration for data analytics workflows. Multi-chain cryptocurrency wallet management. Check balances, send tokens, view transaction history across Ethereum, Solana, Bitcoin and more.

9.0k stars9.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namecrypto-wallet
descriptionMulti-chain cryptocurrency wallet management. Check balances, send tokens, view transaction history across Ethereum, Solana, Bitcoin and more. OpenClaw Skills integration.
owner0xterrybit
repository0xterrybit/crypto-wallet
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @0xterrybit/crypto-wallet
last updatedFeb 7, 2026

Maintainer

0xterrybit

0xterrybit

Maintains crypto-wallet in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
460 B
SKILL.md
853 B
SKILL.md

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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install crypto-wallet?

Run openclaw add @0xterrybit/crypto-wallet in your terminal. This installs crypto-wallet into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/0xterrybit/crypto-wallet. Review commits and README documentation before installing.