solana

Query Solana blockchain data and enrich it with USD pricing.

4|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/ragnarokhaa/hermes --skill solana-ragnarokhaa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/ragnarokhaa/hermes/tree/main/hermes-cerul-tech-news-package/hermes-cerul-tech-news-package/hermes-agent/optional-skills/blockchain/solana
Command: npx skills add https://github.com/ragnarokhaa/hermes --skill solana-ragnarokhaa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires urllib, json, argparse, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the problem of querying Solana blockchain data, including wallet balances, token portfolios, transaction details, NFTs, whale detection, and live network stats. It provides a comprehensive solution for users needing to interact with the Solana blockchain and obtain valuable insights quickly.

Core Features & Use Cases

  • Blockchain Data Querying: Offers various commands to query Solana blockchain data, including wallet balances, token information, transaction details, NFTs, whale detection, and network stats.
  • USD Pricing: Enriches blockchain data with USD pricing for a more meaningful understanding of token values and transaction amounts.
  • Use Case: A user can easily check the balance of a Solana wallet, inspect transaction details, or find large SOL transfers to monitor whale activity.

Quick Start

Use the solana skill to get the balance of a Solana wallet. Command: python3 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 query Solana wallet balances and token portfolios with USD pricing?

To query Solana wallet balances and token portfolios with USD pricing, use the Solana Skill to connect to Solana's JSON-RPC API and fetch CoinGecko API pricing. Running `python3 solana_client.py wallet <address>` retrieves wallet balances and enriches token values with live USD equivalents.

Can I detect whale activity by inspecting large SOL transfers on the blockchain?

Yes, you can detect whale activity by inspecting large SOL transfers on the blockchain. The Skill provides whale detection functionality that identifies significant SOL transfers, allowing users to monitor large token movements and track major wallet activities.

What do I need to access Solana blockchain data and retrieve network statistics?

To access Solana blockchain data and retrieve network statistics, you need a connection to Solana's JSON-RPC API. Optional CoinGecko API access is required if you want to enrich the queried blockchain data with USD pricing information.

How do I inspect Solana transaction details and manage my NFT portfolio?

To inspect Solana transaction details and manage your NFT portfolio, use the Skill's transaction inspection and NFT portfolio management commands. These functions query the Solana blockchain to retrieve specific transaction breakdowns and catalog NFT holdings associated with a wallet.

Does this Solana data querying tool work without external Python libraries?

Yes, this Solana data querying tool works using Python's standard library, specifically relying on urllib and json. It does not require installing external Python packages beyond the standard library to query blockchain data and fetch CoinGecko API pricing.