solana

Query Solana on-chain data with USD pricing via a Python CLI.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/gqf2008/hermez-ai --skill solana-gqf2008
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/gqf2008/hermez-ai/tree/main/skills/blockchain/solana
Command: npx skills add https://github.com/gqf2008/hermez-ai --skill solana-gqf2008

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana on-chain data is made accessible along with USD pricing to give developers and traders quick visibility into wallet balances, token portfolios, transactions, NFTs, whale activity, and live network stats without needing separate price APIs or custom tooling.

Core Features & Use Cases

  • Wallet portfolio view: show SOL balance, SPL token holdings with USD values, NFT count, and total portfolio value.
  • Transaction insights: inspect a specific transaction by signature with SOL and USD balance changes.
  • NFT portfolio and price discovery: list NFTs owned by addresses and perform quick price lookups for tokens.
  • Network health and whale detection: monitor TPS, epoch, and detect large transfers in the latest block.

Quick Start

Run the solana_client.py CLI with a subcommand (stats, wallet, tx, token, activity, nft, whales, price) to fetch live Solana data.

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 holdings with live USD pricing?

Query Solana wallet balances and token holdings with live USD pricing by running the Python CLI with the wallet subcommand, which fetches SOL balance, SPL token holdings, NFT count, and total portfolio value via Solana RPC and CoinGecko.

Can I check Solana network health and TPS without an API key?

Check Solana network health and TPS without an API key by using the stats subcommand in the Python CLI, which queries Solana RPC for live network stats including TPS and epoch data.

How do I inspect a specific Solana transaction by signature and see USD balance changes?

Inspect a specific Solana transaction by signature and see USD balance changes by running the tx subcommand, which queries Solana RPC for transaction details and fetches live USD pricing from CoinGecko.

What is the best way to detect large Solana transfers and whale activity in the latest block?

Detect large Solana transfers and whale activity in the latest block by using the whales subcommand, which queries Solana RPC to monitor significant on-chain transfers and identify whale movements.

Do I need a CoinGecko API key to fetch Solana token prices?

No, you do not need a CoinGecko API key to fetch Solana token prices; the Python CLI retrieves live USD pricing from CoinGecko without an API key and handles rate limits and missing prices gracefully.

How do I list NFTs owned by a Solana address and perform price lookups?

List NFTs owned by a Solana address and perform price lookups by running the nft or price subcommands, which query Solana RPC for NFT ownership data and fetch token prices from CoinGecko.