solana

Fetches Solana on-chain data and USD pricing via CLI.

31|3|Updated May 7, 2026
One-click install
npx skills add https://github.com/markwang2658/hermes-windows-native --skill solana-markwang2658
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/markwang2658/hermes-windows-native/tree/main/hermes-agent/optional-skills/blockchain/solana
Command: npx skills add https://github.com/markwang2658/hermes-windows-native --skill solana-markwang2658

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana on-chain data and price lookups are time-consuming to assemble from multiple sources. This Skill provides a single CLI tool to fetch wallet balances, token holdings, recent activity, NFT ownership, whale transfers, network stats, and live SOL pricing via CoinGecko.

Core Features & Use Cases

  • Wallet balance and SPL token portfolio with USD values
  • Transaction details by signature
  • Token metadata, top holders, and price data
  • NFT portfolio detection (heuristic)
  • Whale detector for large transfers in the latest block
  • Live network stats and SOL price

Quick Start

Run the Solana CLI to fetch wallet balances, token holdings, and prices in one step.

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 portfolios with USD values?

You can check Solana wallet balances and SPL token portfolios by running the CLI tool, which fetches on-chain data via Solana RPC and enriches it with live USD pricing from CoinGecko to display total portfolio values.

Can I track Solana whale transfers and large transactions in the latest block?

Yes, you can track Solana whale transfers using the built-in whale detector feature, which scans the latest block for large transfers and reports them directly through the CLI without requiring external API keys.

Do I need an API key to fetch Solana network stats and live SOL prices?

No API keys are required to fetch Solana network stats and live SOL prices, because the tool uses Python stdlib to query Solana RPC and CoinGecko directly. You can optionally override the endpoint using the SOLANA_RPC_URL environment variable.

How do I retrieve Solana transaction details by signature?

Retrieve Solana transaction details by providing the transaction signature to the CLI, which queries the Solana RPC endpoint to return parsed on-chain data for that specific signature.

What is the best way to view Solana NFT ownership and token metadata?

The best way to view Solana NFT ownership and token metadata is using a single CLI tool that applies heuristic detection for NFT portfolios and fetches token metadata along with top holders via Solana RPC.

Does this Solana CLI tool work without installing external Python dependencies?

Yes, the Solana CLI tool works without external Python dependencies because it is implemented entirely with Python stdlib, querying Solana RPC and CoinGecko directly to return wallet, transaction, and price data.