Crypto Wallet for Openclaw

A powerful multi-chain cryptocurrency management tool for checking balances and executing transactions directly through your AI agent.

nvmmonkey
v1.0.0
Mar 3, 2026
0
1.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install crypto-wallet

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install crypto-wallet using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Crypto Wallet?

The Crypto Wallet skill is a comprehensive financial integration for AI agents, enabling seamless management of digital assets across various blockchain networks including Ethereum, Solana, Bitcoin, and Layer 2 solutions like Polygon and Arbitrum. By leveraging Openclaw Skills, developers and users can interact with their crypto portfolios through natural language commands while maintaining strict security protocols. This skill bridges the gap between decentralized finance and automated workflows, providing a unified interface for token price lookups and transaction monitoring.

Crypto Wallet Use Cases

  • Monitoring real-time balances for ETH, BTC, and SPL tokens.
  • Generating a unified portfolio overview across multiple chains.
  • Executing secure token transfers with mandatory human-in-the-loop confirmation.
  • Researching historical transaction data for accounting or tracking purposes.
  • Performing quick token price lookups to calculate total asset value.

How Crypto Wallet Works

  1. The AI agent receives a natural language prompt regarding a blockchain action or query through the Openclaw Skills interface.
  2. The skill utilizes system binaries like curl to interact with blockchain RPC providers or specified APIs.
  3. Raw blockchain data is processed via jq to extract relevant balances or transaction details.
  4. For transactional requests, the skill triggers a safety confirmation prompt before broadcasting to the network.
  5. The final result, such as a balance statement or transaction hash, is returned to the user.

Crypto Wallet Setup

Ensure your environment has the necessary dependencies installed to allow the Openclaw Skills to interact with the blockchain.

# Install required system dependencies
sudo apt-get install curl jq

# Enable the skill in your configuration
openclaw skill add crypto-wallet

Crypto Wallet Data Schema & Taxonomy

The skill handles data in JSON format, primarily structured around wallet addresses and chain identifiers to ensure compatibility across Openclaw Skills.

Field Description
chain The target blockchain (e.g., ethereum, solana, bitcoin, base)
address The public wallet address being queried or used for a transfer
balance The numeric value of assets in the native token or ERC-20/SPL
history An array of transaction objects containing hashes and timestamps

Crypto Wallet Advanced Features

  • Multi-chain support covering Ethereum, Solana, Bitcoin, Polygon, Arbitrum, and Base.
  • Integration with price oracles for real-time portfolio valuation and market updates.
  • Automated safety checks to prevent accidental private key exposure or malicious address interaction.
  • Human-in-the-loop confirmation workflows for all outgoing transfers to ensure user intent.
  • Comprehensive support for both native tokens and custom contract-based tokens like ERC-20 and SPL.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*