solana

Retrieve Solana account, token, and transaction data with USD values.

4|Updated May 18, 2026
One-click install
npx skills add https://github.com/ZardLi1115/zedclaw --skill solana-zardli1115
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/ZardLi1115/zedclaw/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/ZardLi1115/zedclaw --skill solana-zardli1115

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solves the problem of manually checking Solana on-chain data (balances, tokens, transactions, and NFTs) by providing quick, enriched USD-aware views for a wallet, mint, or signature.

Core Features & Use Cases

  • Wallet portfolio & USD valuation: Fetches SOL balance, SPL token holdings, and estimates token USD values using Solana RPC plus CoinGecko pricing.
  • Transaction inspection: Retrieves full transaction details by signature and summarizes SOL balance changes with USD estimates.
  • SPL token metadata & holders: Shows decimals, supply, basic metadata, current price, and top holder breakdown for a mint.
  • NFT listing (heuristic): Lists likely NFTs owned by a wallet using an on-chain heuristic (token accounts with amount=1 and decimals=0).
  • Whale detection & network stats: Scans the latest block for large SOL transfers and reports live network health metrics.

Quick Start

Ask for the USD-valued portfolio of a Solana wallet address by running the Solana skill with the wallet command and the target address.

Frequently Asked Questions about solana

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check a Solana wallet portfolio with USD valuation?

To check a Solana wallet portfolio with USD valuation, query the wallet address via Solana RPC to retrieve SOL and SPL token balances, then enrich the token values using CoinGecko pricing data for a complete portfolio estimate.

Can I retrieve SPL token metadata and top holder breakdown for a specific mint?

Yes, you can retrieve SPL token metadata and top holder breakdown for a specific mint by querying the Solana RPC, which returns decimals, supply, basic metadata, current price, and the top holder distribution for that token.

What is the heuristic used for NFT detection in a Solana wallet?

NFT detection in a Solana wallet uses an on-chain heuristic that identifies token accounts with an amount equal to 1 and decimals set to 0, indicating a likely non-fungible token held by the queried wallet address.

How do I inspect a Solana transaction signature and summarize SOL balance changes?

To inspect a Solana transaction signature and summarize SOL balance changes, query the transaction by its signature to retrieve full details, which are then summarized with USD estimates for the SOL balance changes involved.

Do I need a custom Solana RPC endpoint to query on-chain data?

You do not strictly need a custom Solana RPC endpoint to query on-chain data, but you can override the default by setting the SOLANA_RPC_URL environment variable, which also includes rate-limit retry handling for 429 responses.

What is the best way to spot whale transfers and check Solana network stats?

The best way to spot whale transfers and check Solana network stats is to scan the latest block for large SOL transfers while simultaneously reporting live network health metrics directly from the Solana RPC connection.