solana

Query Solana wallet balances, token holdings, transactions, and network stats with USD pricing.

228|35|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/kaminocorp/hermes-alpha --skill solana-kaminocorp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/kaminocorp/hermes-alpha/tree/main/hermes-agent/optional-skills/blockchain/solana
Command: npx skills add https://github.com/kaminocorp/hermes-alpha --skill solana-kaminocorp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides quick access to Solana on-chain data enriched with USD pricing, enabling rapid assessment of wallet holdings, transactions, and network health without manual data stitching.

Core Features & Use Cases

  • Wallet portfolio: SOL balance, SPL tokens, and USD valuation.
  • Transactions & activity: recent signatures and details for addresses.
  • NFT portfolio: NFTs owned by a wallet and top holders.
  • Whale detection: identify large SOL transfers in the latest block.
  • Network stats & price lookups: live SOL price and Solana network health data.

Quick Start

Query the current wallet value for a given Solana address using the solana_client.py tool.

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?

To check a Solana wallet balance with USD pricing, query the on-chain data using the solana_client.py tool. It retrieves SOL balances, SPL token holdings, and live USD valuations from public RPC and CoinGecko data without requiring API keys.

Can I track Solana NFT holdings and transactions for any address?

Yes, you can track Solana NFT holdings and transactions for any address. The skill queries public RPC data to retrieve NFT portfolios owned by a wallet, recent transaction signatures, and detailed activity records without manual data stitching.

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

No, you do not need an API key to fetch Solana network stats and prices. The skill relies solely on the Python standard library, utilizing public RPC endpoints and CoinGecko data to retrieve live SOL prices and network health metrics.

What is the best way to detect whale transactions on the Solana blockchain?

The best way to detect whale transactions on the Solana blockchain is to use the skill's whale detection feature. It identifies large SOL transfers within the latest block by querying public RPC data, enabling rapid assessment of major wallet movements.

How does Solana on-chain data enrichment with USD values work?

Solana on-chain data enrichment works by querying raw blockchain data via public RPC and appending live USD values from CoinGecko. This process merges wallet balances, token holdings, and network stats with current market prices for rapid portfolio assessment.