solana

Retrieve Solana wallet balances, SPL tokens, transactions, and NFTs with USD pricing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana users often need quick, reliable answers about wallet holdings, token details, recent activity, and on-chain events without manually stitching together RPC calls and external price lookups.

Core Features & Use Cases

  • Wallet portfolio with USD enrichment: Retrieves SOL balance and SPL token holdings, filters dust, and estimates USD value using CoinGecko pricing.
  • On-chain inspection by signature: Fetches full transaction details (slot, fee, balance changes) and optionally converts SOL deltas to USD.
  • Token, NFT, and whale discovery: Provides token metadata and holder breakdown, lists wallet NFTs via a heuristic, and detects large SOL transfers by scanning the latest block; also includes network stats and flexible price lookup.

Use Case: You want to check whether a wallet has meaningful exposure to BONK and estimate its USD value, then confirm recent transaction activity and look for unusually large SOL transfers.

Quick Start

Ask for Solana wallet holdings and portfolio value for a specific address and you will run the wallet command for that address.

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 and estimate its USD value?

To check a Solana wallet portfolio, retrieve the SOL balance and SPL token holdings, filter out dust, and estimate the total USD value using CoinGecko pricing.

Can I fetch Solana transaction details by signature and see USD balance changes?

Yes, you can fetch full Solana transaction details by signature, including slot and fee data, and optionally convert the SOL balance changes into USD values for clarity.

What is the best way to detect Solana whale activity on-chain?

Detect Solana whale activity by scanning the latest block for unusually large SOL transfers, providing a lightweight method to identify significant on-chain movements.

Do I need an API key to query Solana RPC and CoinGecko for token prices?

No API key is required to query Solana RPC and CoinGecko for token prices, utilizing JSON-RPC queries and rate-limit-friendly retries to fetch token metadata and USD values.

How can I list NFTs held in a Solana wallet?

List NFTs held in a Solana wallet by applying a specific heuristic to the on-chain data, allowing you to discover and verify the NFT portfolio associated with that address.

Are there limitations to lightweight Solana whale detection?

Lightweight Solana whale detection is limited to scanning the latest block for large SOL transfers, meaning it provides a snapshot of recent activity rather than comprehensive historical tracking.