wallet-balance
Query multi-chain wallet balances for EVM and BTC addresses. Supports address memory for quick re-query. Optional Tokenview API for comprehensive asset coverage; falls back to public data sources when not configured.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bevanding/wallet-balanceWhat This Skill Does
The Wallet Balance skill acts as an essential financial engine for your AI agent, providing real-time visibility into multi-chain asset holdings. By abstracting the complexities of blockchain data, this skill allows your agent to fetch balances across EVM-compatible chains like Ethereum, BSC, Base, Arbitrum, and Polygon, alongside native Bitcoin (BTC) support. It features a built-in memory system that stores wallet addresses, enabling the agent to maintain a persistent watch-list of portfolios. Whether you need to verify holdings for an investment update or simply check the status of multiple addresses, the skill aggregates everything into a clear, USD-denominated summary.
Installation
To integrate this skill, ensure your environment meets the core requirements of Node.js 18+ and optionally Redis for high-performance caching. Execute the installation via ClawHub using: clawhub install openclaw/skills/skills/bevanding/wallet-balance. Once installed, start the gateway service with npm start. If you require comprehensive token coverage beyond native assets and USDT, configure your Tokenview API credentials within the environment variables to unlock the full portfolio analysis functionality.
Use Cases
- Personal Finance Tracking: Quickly check the total USD value of diversified crypto assets across cold wallets and hot wallets.
- Asset Management: Monitor the liquidity of specific addresses without needing to open multiple block explorers or browser tabs.
- Automated Reporting: Have your agent generate periodic snapshots of portfolio performance or asset allocations.
- Address Organization: Easily group related addresses in the agent's memory to track family office accounts, project treasuries, or decentralized exchange holdings.
Example Prompts
- "Hey agent, check the current balance of my main Ethereum address and tell me the total value in USD."
- "Add my new cold storage address 0x5a2... to your memory, then calculate the total balance of all addresses I'm tracking."
- "What is the current distribution of assets across my BTC and Polygon wallets?"
Tips & Limitations
To get the most out of this skill, prioritize setting up the Tokenview API if you hold diverse altcoins; without it, the skill defaults to public data sources which are optimized for major native assets and USDT. Remember that address memory is local to your agent instance—ensure your database is backed up if you store a large number of tracked wallets. The skill processes data quickly, but always verify large transactions through a dedicated hardware wallet interface for final security confirmation. The address memory feature is powerful but keep in mind that the agent will reflect the data provided by the underlying blockchain indexers.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bevanding-wallet-balance": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
walletconnect-requester
Secure WalletConnect integration for AI agents. Connect to user wallets as a DApp (Proposer) without ever handling private keys. Request transactions and signatures - users approve everything in their wallet. Zero custody, maximum security. Use when you need to interact with user wallets securely via WalletConnect v2.
deerflow
Deep research and async task execution via DeerFlow LangGraph engine. Submit multi-step research tasks through a lightweight API-only Docker deployment (no frontend). Triggers: /deerflow, deep research, async research, deerflow.
transaction-receipt
Human-readable on-chain transaction receipt. Resolve tx status, fees, and intent: simple transfers, swaps/trades, token approvals, DeFi staking-style calls, and NFT mint/transfer. Optional Tokenview API key; falls back to public read-only sources when unset or invalid. Timeouts, rate limits, and response validation included.
eth-payment
Generate EIP-681 Ethereum payment links and QR codes for any EVM chain. Zero configuration, instant setup for receiving ETH and ERC-20 payments. Use when you need to create payment requests, invoices, donation links, or any on-chain payment request. Supports Base, Ethereum, Arbitrum, Optimism, Polygon.
antalpha-ai-setup
Install and configure the Antalpha Skills MCP server. Provides 76 Web3 tools for DEX swaps, smart money tracking, Polymarket prediction markets, Hyperliquid perpetuals, CEX trading, Bitcoin mining, and DeFi analytics.