solana

Fetch Solana wallet, token, NFT, and network data with USD pricing via RPC and CoinGecko.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana data is scattered across RPC calls and price sources. This skill consolidates wallet balances, token holdings, NFTs, transactions, and network stats with USD pricing for quick decision making.

Core Features & Use Cases

  • Wallet balance and SPL token holdings with USD valuation.
  • Transaction detail lookup by signature and NFT ownership listing.
  • Live network stats and whale-detection-style insights using RPC + CoinGecko.

Quick Start

Run the Solana client to fetch wallet balance, token holdings, or recent activity.

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 with USD valuation?

To check Solana wallet balances and SPL token holdings with USD valuation, you can use a CLI tool that queries the Solana RPC API and fetches live pricing from CoinGecko. This approach consolidates your on-chain data for quick portfolio decision making without requiring an API key.

Can I look up a specific Solana transaction signature and inspect its details?

Yes, you can look up a specific Solana transaction signature and inspect its details using a CLI tool that queries the Solana RPC API. It fetches on-chain transaction data directly, allowing you to review specific transactions without needing a dedicated external API key.

Do I need an API key to fetch Solana network stats and on-chain data?

No, you do not need an API key to fetch Solana network stats and on-chain data. The process utilizes the public Solana RPC API alongside CoinGecko for pricing, executing safely via the Python standard library to retrieve network health checks and whale-detection insights.

What is the best way to list NFT ownership and detect whale activity on the Solana blockchain?

The best way to list NFT ownership and detect whale activity on the Solana blockchain is by using a CLI tool that queries the Solana RPC API. It aggregates NFT ownership listings and wallet balances to provide whale-detection-style insights using live CoinGecko pricing.

Does querying Solana on-chain data via CLI require installing external dependencies?

No, querying Solana on-chain data via CLI does not require installing external dependencies. The portable script operates safely using only the Python standard library, executing queries against the Solana RPC API and CoinGecko without any additional package requirements.