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 consolidates those lookups into a single CLI that returns structured JSON enriched with USD prices, with no API key required. ## Core Features & Use Cases - Wallet Portfolio Analysis: Retrieve SOL balance, SPL token holdings sorted by USD value, dust filtering, NFT counts, and total portfolio valuation. - 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 get quick price lookups for known tokens like BONK, JUP, and SOL. - Use Case: A user asks "what is this Solana wallet worth?" — the agent runs the wallet command and returns SOL balance, token holdings with USD values, and a total portfolio figure. ## Quick Start Ask the agent to check the balance and token portfolio of a Solana wallet address, optionally skipping price lookups for faster results.