solana

Query Solana blockchain data with USD pricing via a Python CLI.

Updated May 3, 2026
One-click install
npx skills add https://github.com/Yangel-hide/video-production-planner-agent --skill solana-yangel-hide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/Yangel-hide/video-production-planner-agent/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/Yangel-hide/video-production-planner-agent --skill solana-yangel-hide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables fast access to Solana on-chain data enriched with USD pricing, including wallet balances, token portfolios with values, transaction details, NFTs, whale detection, and live network stats.

Core Features & Use Cases

  • Wallet portfolio insights: balance, token holdings, and USD values.
  • Transaction details and NFT ownership exploration.
  • Whale detection and network health/statistics monitoring.
  • Price lookups via CoinGecko for assets with optional RPC overrides.

Quick Start

Query a wallet’s SOL balance, token holdings, and transaction history to quickly assess on-chain activity.

Frequently Asked Questions about solana

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

FAQPage Schema
How do I query Solana wallet balances and token portfolios with USD pricing?

You can query Solana wallet balances and token portfolios enriched with live USD pricing by running the Python-based CLI tool, which retrieves on-chain data and fetches values via CoinGecko without requiring an API key.

Can I track Solana whale transfers and NFT ownership without an API key?

Yes, you can track Solana whale transfers and NFT ownership without an API key, as the tool uses the standard library and CoinGecko for price data, requiring only a configurable SOLANA_RPC_URL for network interaction.

Does the Solana blockchain query tool support custom RPC overrides?

Yes, the Solana blockchain query tool supports optional RPC overrides, allowing you to specify a custom SOLANA_RPC_URL to connect to your preferred endpoint for retrieving network stats and transaction details.

What is the best way to get live network statistics and transaction details for Solana tokens?

The best way to get live Solana network statistics and transaction details is using this CLI tool, which queries on-chain data directly and enriches token information with live USD price lookups from CoinGecko.

Do I need to install external Python dependencies to query Solana on-chain data?

No, you do not need to install external Python dependencies to query Solana on-chain data, because the tool is implemented using the Python standard library and does not require an API key for CoinGecko price lookups.

Why does my Solana token portfolio query return missing USD values?

Missing USD values in a Solana token portfolio query occur when CoinGecko lacks pricing data for the specific assets, as the tool relies on CoinGecko to enrich on-chain balances and token holdings with live USD pricing.