solana

Queries Solana blockchain data including balances, transactions, NFTs, and network stats.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kwasi-cpu/hermes-agent --skill solana-kwasi-cpu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/kwasi-cpu/hermes-agent/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/kwasi-cpu/hermes-agent --skill solana-kwasi-cpu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive interface for querying Solana blockchain data, including wallet balances, token portfolios, transaction details, NFTs, and network statistics, enriched with real-time USD pricing.

Core Features & Use Cases

  • Wallet Portfolio Analysis: Get detailed breakdowns of SOL and SPL token holdings with USD valuations.
  • Transaction Inspection: Retrieve full details for any Solana transaction signature.
  • NFT Portfolio: List NFTs owned by a specific wallet address.
  • Network Health: Monitor live Solana network statistics like TPS and SOL price.
  • Use Case: A user wants to know the total USD value of their Solana wallet, including all their SPL tokens and NFTs, and also check the current price of SOL.

Quick Start

Use the solana skill to get the wallet portfolio for the address 9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM.

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

You can inspect Solana transaction details by retrieving full information for any transaction signature, allowing you to analyze the specific inputs, outputs, and status of on-chain activities.

What is the best way to view NFTs owned by a specific Solana wallet address?

The best way to view NFTs owned by a specific Solana wallet address is to use a portfolio query that lists all non-fungible tokens currently held in that account.

How can I monitor live Solana network statistics like TPS and SOL price?

You can retrieve Solana blockchain data without providing API keys, as the queries utilize standard Solana RPC endpoints and rely on Python's standard library for execution.

Can I query Solana blockchain data without needing API keys?

Yes, you can query Solana blockchain data without API keys because the process utilizes standard Solana RPC and CoinGecko for data enrichment, relying entirely on Python's standard library.