solana

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana developers and analysts need a single, lightweight tool to retrieve on-chain data and USD valuations without juggling multiple services or keys.

Core Features & Use Cases

  • Wallet balances, token portfolios with USD values, NFT ownership, network stats, and live price lookups.
  • Transaction details, top holders, and whale-detection features for quick risk assessment.
  • Use Case: Imagine auditing a wallet's activity across tokens and NFTs with instant USD valuations.

Quick Start

Run the solana_client.py CLI with a specific subcommand, such as wallet, tx, token, activity, nft, whales, stats, or price, to fetch Solana data.

Frequently Asked Questions about solana

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

FAQPage Schema
How do I check Solana wallet balances and token holdings with USD valuations?

To check Solana wallet balances and token holdings with USD valuations, run the CLI wallet subcommand. It queries on-chain data via Solana RPC and fetches USD pricing from CoinGecko to reveal complete portfolio values.

Can I track Solana whale activity and top token holders on-chain?

Yes, you can track Solana whale activity and top token holders using the dedicated whales subcommand. It queries on-chain data to identify top holders and significant whale movements for quick risk assessment.

What is the best way to retrieve live Solana network statistics and price data?

The best way to retrieve live Solana network statistics and price data is by using the stats and price CLI subcommands. They fetch live network health metrics and current USD prices while respecting API rate limits.

Does this Solana data tool require API keys to query transaction details and NFT ownership?

No API keys are required to query Solana transaction details and NFT ownership. It relies directly on standard Solana RPC endpoints and CoinGecko for price lookups, serving as a lightweight single tool.

How do I review Solana transaction details for auditing wallet activity?

To review Solana transaction details for auditing wallet activity, execute the tx subcommand. It retrieves specific on-chain transaction data, allowing developers and researchers to audit token and NFT transfers.