solana

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill removes the complexity of interacting with raw blockchain RPC nodes, allowing users to instantly retrieve human-readable financial data and network status for the Solana ecosystem.

Core Features & Use Cases

  • Portfolio Tracking: Instantly view wallet balances, SPL token holdings, and NFT collections with integrated USD pricing.
  • Transaction Analysis: Inspect transaction signatures to see balance changes and program invocations without manual block explorer navigation.
  • Network Intelligence: Monitor real-time network health, including TPS, epoch progress, and whale activity detection.

Quick Start

Ask the assistant to check the portfolio balance and token holdings for a specific Solana wallet address.

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

To check Solana wallet balances, the skill queries JSON-RPC nodes to retrieve wallet balances, SPL token holdings, and NFT collections, integrating real-time USD pricing from CoinGecko APIs for instant portfolio tracking.

How do I analyze Solana transaction history without a block explorer?

Analyzing Solana transaction history involves inspecting transaction signatures via JSON-RPC to reveal balance changes and program invocations, providing a human-readable format that bypasses manual block explorer navigation.

Can I monitor real-time Solana network performance and TPS?

Yes, you can monitor real-time Solana network performance by querying JSON-RPC endpoints to track network health metrics, including current TPS, epoch progress, and whale activity detection for network intelligence.

How do I get real-time Solana crypto prices for on-chain assets?

To get real-time Solana crypto prices, the skill queries the CoinGecko API to fetch current USD pricing, which is then integrated with on-chain asset data for accurate financial analysis of SPL tokens.

Does querying Solana blockchain data require external dependencies?

No, querying Solana blockchain data requires no external dependencies, as the skill operates self-contained using integrated scripts to interact directly with JSON-RPC nodes and CoinGecko APIs.

What is the best way to identify NFT metadata for a Solana wallet?

The best way to identify NFT metadata is by querying the Solana blockchain via JSON-RPC, which retrieves token metadata and NFT collections directly associated with the specified wallet address.