solana

Retrieve Solana wallet balances, token portfolios, and NFT valuations with USD pricing.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/nelohenriq/hermes-agent-plus --skill solana-nelohenriq
Or copy as Structured Prompt for Agentâ–¼
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/nelohenriq/hermes-agent-plus/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/nelohenriq/hermes-agent-plus --skill solana-nelohenriq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana developers and analysts need a unified view of on-chain data enriched with USD pricing to monitor wallets, tokens, transactions, and network health.

Core Features & Use Cases

  • Wallet portfolio with USD value
  • Transaction lookup by signature
  • NFT ownership and token metadata with price
  • Whale detection and live network stats
  • Price lookups for tokens via CoinGecko
  • Simple quick-start example for common queries

Quick Start

Query a wallet address to return its SOL balance, token holdings with USD values, and basic NFT inventory.

Frequently Asked Questions about solana

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

FAQPage Schema
How do I retrieve a Solana wallet balance with live USD token values?â–¼

Query a wallet address to retrieve its SOL balance, token holdings with USD values, and NFT inventory using real-time CoinGecko price data and a Solana RPC endpoint.

Can I look up an NFT ownership record and token metadata on the Solana blockchain?â–¼

Yes, you can retrieve NFT ownership records and token metadata on the Solana blockchain by querying the associated token accounts, which returns the NFT inventory alongside current network stats and valuations.

What is the best way to get real-time Solana network stats and token prices?â–¼

Leverage a Solana RPC endpoint for on-chain network stats combined with CoinGecko price data, which handles rate limits and missing prices gracefully to provide real-time token valuations.

Does this Solana data tool work without setting up my own RPC node?â–¼

Yes, this Solana data tool operates without setting up your own RPC node by leveraging a pre-configured Solana RPC endpoint alongside CoinGecko API data to fetch wallet portfolios and live USD pricing.

How do I find Solana transactions by signature and detect whale activity?â–¼

Query a transaction signature directly to retrieve transaction details, and monitor wallet portfolios for large token balances or high USD valuations to detect whale activity on the Solana network.

What happens when CoinGecko price data is missing for a Solana token?â–¼

When CoinGecko price data is missing for a Solana token, the tool handles the missing prices gracefully, ensuring wallet portfolio and token metadata queries complete without failing on incomplete valuation data.