solana

Query Solana wallets, tokens, NFTs, and network stats with USD pricing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana on-chain data often lacks price context and easy access to wallet balances, token holdings, and activity. This Skill enriches Solana data by attaching USD prices and presenting a consolidated view of wallets, tokens, transactions, NFTs, and network health.

Core Features & Use Cases

  • Wallet portfolio: SOL balance, SPL tokens, NFT counts, and USD portfolio value.
  • Token & NFT metadata: token names, symbols, top holders, and market cap when available.
  • Activity & transactions: recent signatures, full transaction details, and whale-detection summaries.
  • Network stats: current slot, epoch, TPS, SOL price, and market insights.
  • Quick price lookups: USD price for SOL and supported SOL tokens via CoinGecko.

Quick Start

Query a wallet to display SOL balance, token holdings with USD values, and 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 a Solana wallet balance with USD pricing?

Solana wallet balances are queried via an RPC endpoint to retrieve SOL, SPL tokens, and NFT counts, then enriched with CoinGecko USD prices to calculate total portfolio value. No external API keys are required for this lookup.

Can I track Solana whale transfers and recent wallet activity?

Solana whale transfers and recent wallet activity are tracked by retrieving recent transaction signatures and full details via RPC. The Skill processes this data to generate whale-detection summaries and network health insights.

What is the best way to get live Solana network stats and SOL price?

Live Solana network stats and SOL price are obtained by querying current slots, epochs, TPS, and market insights via an RPC endpoint. CoinGecko prices are attached to provide complete network health context with USD values.

Do I need API keys to query Solana token metadata and NFT holdings?

Querying Solana token metadata and NFT holdings requires no API keys, relying solely on a Solana RPC endpoint and the Python standard library. Token names, symbols, top holders, and market cap are retrieved without external dependencies.

How does Solana on-chain data get enriched with USD values?

Solana on-chain data is enriched with USD values by combining RPC endpoint queries with CoinGecko price feeds. This attaches USD context to wallet balances, token holdings, and network stats, presenting a consolidated view of portfolios and activity.