What problem does it solve? Checking Solana on-chain data normally requires juggling block explorers, RPC docs, and separate price trackers. This Skill consolidates wallet balances, token holdings, transaction inspection, NFT lookups, and network stats into a single CLI that enriches results with USD values from CoinGecko. ## Core Features & Use Cases - Wallet Portfolio Analysis: Retrieve SOL balance, 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 Solana wallet worth?" — run the wallet command with the address to get a complete portfolio breakdown with USD valuations, no API key required. ## Quick Start Ask the agent to check the SOL balance and token holdings of a Solana wallet address using the solana skill.