solana

Query Solana blockchain data via JSON-RPC and CoinGecko APIs.

2|1|Updated Jul 14, 2026
One-click install
npx skills add https://github.com/heysuhas/hermes_cli --skill solana-heysuhas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/heysuhas/hermes_cli/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/heysuhas/hermes_cli --skill solana-heysuhas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill removes the complexity of interacting with Solana blockchain data by providing a simple, unified interface for querying balances, transaction history, and network statistics without needing to write custom RPC integration code.

Core Features & Use Cases

  • Portfolio Tracking: Instantly retrieve wallet balances, SPL token holdings, and NFT collections with real-time USD valuation.
  • Transaction Analysis: Inspect specific transaction signatures to view balance changes and program invocations.
  • Market Intelligence: Monitor network health, token prices, and detect large whale transfers in the latest block.

Quick Start

Use the solana skill to check the portfolio balance and token holdings for the wallet address 9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM.

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 SPL token holdings?

Track Solana wallet portfolios by querying on-chain data via JSON-RPC requests to retrieve SPL token holdings, NFT collections, and real-time USD valuation without custom RPC integration code.

Can I inspect a specific Solana transaction signature to view balance changes?

Inspect specific Solana transaction signatures to view balance changes and program invocations by processing blockchain state data retrieved through standard JSON-RPC requests.

What is the best way to monitor Solana network statistics and detect whale transfers?

Monitor Solana network statistics and detect whale transfers by querying recent network activity and block data via JSON-RPC, combined with CoinGecko APIs for token prices and market intelligence.

Does querying Solana blockchain data require custom RPC integration code?

Querying Solana blockchain data does not require custom RPC integration code because the skill provides a unified interface using Python standard library to execute JSON-RPC requests and process on-chain state.

How do I get real-time USD valuation for Solana NFT collections?

Get real-time USD valuation for Solana NFT collections by querying wallet addresses via JSON-RPC to retrieve token mint holdings, then processing market data through CoinGecko APIs for current pricing.