solana

Retrieve Solana wallet, token, transaction, and NFT data with USD pricing.

19|4|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill solana-carterwayneskhizeine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/carterwayneskhizeine/hermes-agent-windows-R/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill solana-carterwayneskhizeine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana users often need quick answers about wallet balances, token portfolios, and specific transactions, but must manually piece together RPC results and market pricing.

Core Features & Use Cases

  • Wallet portfolio with USD pricing: Retrieves SOL balance and SPL token holdings and enriches them with USD values using CoinGecko.
  • Token, transaction, and activity lookup: Fetches SPL token metadata, detailed transaction info by signature, and recent activity for an address.
  • NFT and whale/network insights: Lists NFTs owned by a wallet (heuristic) and provides whale detection plus live network stats and token price lookup.

Quick Start

Ask for Solana portfolio data by running the wallet command for a public address to receive balances, token values in USD, NFT count, and portfolio totals.

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 portfolio with USD pricing?

To check a Solana wallet portfolio, retrieve the SOL balance and SPL token holdings via JSON-RPC, then enrich them with USD values using CoinGecko. This provides a complete portfolio total, including NFT counts, for faster crypto analysis.

Can I detect whale movements and large SOL transfers on-chain?

Yes, you can detect whale movements by querying for large SOL transfers across the Solana network. The Skill retrieves on-chain transaction data to identify significant token transfers and wallet activity.

What is the best way to look up Solana transaction details by signature?

The best way to look up Solana transaction details is by querying the transaction signature through the RPC endpoint. This fetches detailed transaction info, allowing you to inspect specific on-chain activity and token movements.

Does this Solana RPC tool support NFT lookup and metadata retrieval?

Yes, this Solana RPC tool supports NFT lookup by listing NFTs owned by a wallet using a heuristic approach. It also fetches SPL token metadata to provide comprehensive wallet and token insights.

Do I need to configure a custom RPC endpoint to retrieve Solana network stats?

You can use environment-configurable RPC endpoints to retrieve Solana network stats. Configuring a custom RPC endpoint allows you to query live network information and token prices while supporting rate-limit retry behavior.