Check Balance banner
joshuamoreno1 joshuamoreno1

Check Balance

Development community

Description

--- name: check-balance description: Check wallet balances on Base (ETH + all configured tokens). Read-only, no risk. model: sonnet --- # Check Balance ## Steps 1. Use the `blockchain` MCP tool `get_balance` to fetch all token balances 2. Use the `prices` MCP tool `get_prices` with tokens "eth,usdc" to get current USD values 3. Calculate the total portfolio value in USD 4. Format and present the results clearly ## Output Format ``` šŸ’° Portfolio Balance (Base) ━━━━━━━━━━━━━━━━━━━━━━━━━ ETH:

Installation

Installs to ~/.claude/skills/joshuamoreno1-crypto-agent-fleet-check-balance/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joshuamoreno1-crypto-agent-fleet-check-balance && curl -fsSL https://raw.githubusercontent.com/joshuamoreno1/crypto-agent-fleet/HEAD/.claude/skills/check-balance.md -o ~/.claude/skills/joshuamoreno1-crypto-agent-fleet-check-balance/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository