solana

Query Solana wallet balances, SPL tokens, transactions, and NFTs with USD pricing.

Updated May 5, 2026
One-click install
npx skills add https://github.com/Z43L/zeus-agent --skill solana-z43l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/Z43L/zeus-agent/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/Z43L/zeus-agent --skill solana-z43l

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana users need fast, reliable answers about wallet balances, SPL token portfolios, transactions, and NFTs without manually stitching together RPC and price sources.

Core Features & Use Cases

  • Wallet portfolio with USD enrichment: Retrieves SOL balance, SPL token holdings, filters dust, and computes total portfolio value in USD using CoinGecko pricing.
  • Transaction and activity inspection: Fetches full transaction details by signature and lists recent transactions for an address.
  • Token, NFT, and whale insights: Provides SPL token metadata (decimals, supply, top holders), detects NFTs via a heuristic, scans the latest block for large SOL transfers, and reports network stats (slot, epoch, TPS, supply, SOL price).

Quick Start

Ask for Solana portfolio data for an address by saying: "Run the solana skill to show the wallet portfolio and USD values for 9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM."

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 and get USD values for SPL tokens?

You can check a Solana wallet portfolio by retrieving SOL balances and SPL token holdings, then computing total USD values using live CoinGecko pricing. Dust tokens are filtered out to show only meaningful assets.

Do I need an API key to query Solana blockchain data and live USD pricing?

No, you do not need an API key to query Solana blockchain data or USD pricing. The system uses configurable Solana JSON-RPC endpoints and public CoinGecko APIs with built-in rate-limit retry handling.

How do I look up a specific Solana transaction signature and inspect its details?

You can look up a Solana transaction by providing the specific transaction signature to fetch full details. This process retrieves complete transaction records and can also list recent transactions for any address.

Can I track whale transfers and network stats like TPS on the Solana blockchain?

Yes, you can track whale transfers and network stats on the Solana blockchain by scanning the latest block for large SOL transfers. It also reports current slot, epoch, TPS, supply, and SOL price.

How do I retrieve SPL token metadata and detect NFTs using a Solana RPC?

You retrieve SPL token metadata like decimals and supply, or detect NFTs using a Solana RPC by querying specific mint addresses. NFTs are identified via a heuristic applied to the token data.