solana

Fetch Solana on-chain data with USD pricing via CoinGecko.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cloudliness/Hermes-Autonomous-AI-Agent-Dialed-In-For-Windows-11 --skill solana-cloudliness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/cloudliness/Hermes-Autonomous-AI-Agent-Dialed-In-For-Windows-11/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/cloudliness/Hermes-Autonomous-AI-Agent-Dialed-In-For-Windows-11 --skill solana-cloudliness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana developers and users need a unified, code-friendly way to retrieve on-chain data (wallet balances, token holdings with USD values, transactions, NFTs, whale activity) and live network stats via public RPCs and price data, without juggling multiple tools or keys.

Core Features & Use Cases

  • Wallet portfolio: SOL balance, SPL tokens with USD values, and NFT counts.
  • Token & NFT metadata: top holders, price lookup, market caps, and basic token details.
  • Transaction & activity inspection: view signatures, details, and block context.
  • Whale detector and network stats: monitor large transfers and SOL price/network health.
  • Price pricing: USD valuations using CoinGecko for Solana-based assets.
  • Quick-start CLI: a ready-to-run Python script to fetch and display results from a given address.

Quick Start

Run the Solana helper to fetch wallet balances and USD-valued token holdings for a given address.

Frequently Asked Questions about solana

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

FAQPage Schema
How do I get Solana wallet balances with USD pricing for SPL tokens?

To get Solana wallet balances with USD pricing, you can use a Python CLI script that fetches on-chain SOL balances, SPL token holdings, and NFT counts via a public RPC endpoint, enriching the data with live USD valuations from CoinGecko.

What is the best way to track large Solana whale transfers on-chain?

Tracking Solana whale transfers is done using a whale detector feature that monitors large on-chain transfers by querying a configurable Solana RPC endpoint to identify significant token movements across wallets.

Can I look up Solana NFT ownership and token metadata without API keys?

Yes, you can retrieve Solana NFT ownership and token metadata without API keys by utilizing public RPC endpoints to fetch top holders, market caps, and basic token details directly through the provided Python script.

How do I fetch Solana transaction signatures and block context details?

Fetching Solana transaction signatures and block context details requires querying a configurable Solana RPC endpoint to inspect transaction activity and retrieve specific block information using the Python CLI script.

Do I need a CoinGecko API key to get live USD valuations for Solana assets?

No, you do not need a CoinGecko API key to get live USD valuations for Solana assets, as the script relies on public endpoints to enrich on-chain data with current USD pricing for Solana-based assets.

What are the limitations of using public Solana RPC endpoints for network health monitoring?

Limitations of using public Solana RPC endpoints include potential rate limits and reliance on public infrastructure for fetching network stats, SOL price, and whale activity without guaranteed uptime or API key authentication.