What problem does it solve? Manually inspecting Solana wallets, transactions, and token holdings requires navigating block explorers and separate price trackers. This Skill consolidates on-chain queries and USD price enrichment into a single CLI workflow with no API key required. ## Core Features & Use Cases - Wallet Portfolio Analysis: Retrieve SOL balances, SPL token holdings sorted by USD value, dust filtering, and NFT counts for any address. - Transaction & Token Inspection: Decode full transaction details by signature and fetch SPL token metadata, supply, price, market cap, and top holders. - Network & Whale Monitoring: Check live network stats (slot, epoch, TPS, SOL price) and scan the latest block for large SOL transfers. - Use Case: A user asks "what is this wallet worth?" — run the wallet command with the address to get a complete portfolio breakdown with per-token USD values and a total portfolio valuation. ## Quick Start Ask the agent to show the portfolio value and token holdings of a specific Solana wallet address.