What problem does it solve? Checking Solana wallet balances, token holdings, transactions, and network stats normally requires juggling block explorers and multiple APIs. This Skill provides a single command-line interface that queries Solana RPC endpoints and enriches results with USD prices from CoinGecko, with no API key required. ## Core Features & Use Cases - Wallet Portfolio Analysis: Get SOL balance, SPL token holdings sorted by USD value, NFT counts, and total portfolio value with dust filtering. - Transaction & Token Inspection: Look up full transaction details by signature, or fetch SPL token metadata, price, market cap, and top holders. - Network Monitoring & Whale Detection: Check live network stats (slot, epoch, TPS, SOL price) and scan the latest block for large SOL transfers. - Use Case: A user asks "what's in this Solana wallet and how much is it worth?" — run the wallet command with the address to get a complete portfolio breakdown with USD valuations. ## Quick Start Ask the agent to check the SOL balance and token portfolio value of a given Solana wallet address.