What problem does it solve? Inspecting Solana on-chain data normally requires juggling RPC documentation, block explorers, and separate price APIs. This Skill consolidates wallet portfolios, token metadata, transaction inspection, NFT holdings, whale detection, and network stats into one CLI that enriches raw blockchain data with USD values from CoinGecko. ## Core Features & Use Cases - Wallet Portfolio Analysis: Retrieve SOL balance, SPL token holdings sorted by USD value, dust filtering, NFT counts, and a total portfolio valuation for any address. - Transaction & Token Inspection: Decode full transaction details by signature (balance changes in SOL and USD, programs invoked) and fetch SPL token metadata including supply, price, market cap, and top holders. - Network & Market Monitoring: Check live network stats (slot, epoch, TPS, SOL price), scan the latest block for large SOL transfers, and look up prices for known symbols like BONK, JUP, or SOL. - Use Case: A user asks "what is this Solana wallet worth?" — run the wallet command with the address to get a USD-denominated breakdown of SOL, tokens, and NFTs without any API keys. ## Quick Start Ask the agent to check the portfolio value and token holdings of a specific Solana wallet address using the solana skill.