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 CLI that queries Solana RPC and enriches results with USD prices from CoinGecko, with no API key required. ## Core Features & Use Cases - Wallet Portfolio: Get SOL balance, SPL token holdings sorted by USD value, dust filtering, NFT count, and total portfolio value. - On-Chain Inspection: Look up transaction details by signature, SPL token metadata with top holders, recent address activity, and NFT ownership. - Network & Market Data: Detect large SOL transfers in the latest block, check live network stats (slot, epoch, TPS, supply), and look up token prices by symbol or mint. - Use Case: A user asks "what is this Solana wallet worth?" — run the wallet command with the address to get a full portfolio breakdown with USD values in one step. ## Quick Start Ask the agent to check the SOL balance and token portfolio value of a given Solana wallet address.