solana

Query Solana wallet, token, NFT, transaction, and network data with USD enrichment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

Solana users need fast, readable answers about on-chain activity and portfolio value without manually querying multiple tools or decoding raw RPC responses.

Core Features & Use Cases

  • Wallet portfolio with USD values: Retrieves SOL balance and SPL token holdings, enriches them with CoinGecko USD pricing, filters dust, and summarizes NFTs.
  • Transaction lookup and enrichment: Fetches a transaction by signature and reports SOL balance changes plus an approximate USD impact using current SOL price.
  • Token and NFT intelligence: Provides SPL token metadata (decimals, supply, authorities, top holders) and a heuristic NFT list for wallet-owned NFTs.
  • Network and market checks: Shows live network stats (slot, TPS, supply, validator version) and supports quick price lookup by mint or known symbol.
  • Whale detection snapshot: Scans the latest block for large SOL transfers and estimates their USD amounts.

Quick Start

Run: "python3 ~/.gengar/skills/blockchain/solana/scripts/solana_client.py wallet <address>".

Frequently Asked Questions about solana

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

FAQPage Schema
How do I check my Solana wallet portfolio with USD values?

Check your Solana wallet portfolio by running the CLI to retrieve SOL balance and SPL token holdings, enriching them with USD pricing via CoinGecko, filtering dust, and summarizing NFTs for quick valuation.

Can I look up a Solana transaction by signature and see the USD impact?

Look up a Solana transaction by signature to fetch details and report SOL balance changes, estimating the approximate USD impact using the current SOL price for quick decision-making.

Do I need an API key to query Solana RPC data?

You do not need an API key to query Solana RPC data, as the CLI uses standard Solana JSON-RPC endpoints combined with CoinGecko token and price endpoints without requiring authentication.

How do I find large Solana whale transfers and their USD value?

Find large Solana whale transfers by scanning the latest block for significant SOL transfers, estimating their USD amounts using current market pricing to discover whale activity.

How do I get SPL token metadata and list NFTs for a Solana wallet?

Get SPL token metadata including decimals, supply, and authorities, and retrieve a heuristic NFT list for wallet-owned NFTs to inspect token intelligence and NFT inventory.

What's the best way to check live Solana network stats and SOL price?

Check live Solana network stats and SOL price by retrieving current slot, TPS, supply, and validator version, while supporting quick price lookup by mint address or known symbol.