solana

Retrieve Solana blockchain data for wallets, tokens, transactions, and NFTs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It removes the manual effort of checking Solana wallets, transactions, tokens, and network activity by turning on-chain lookups into fast, repeatable answers with USD context.

Core Features & Use Cases

  • Wallet and Portfolio Review: Inspect SOL balances, SPL token holdings, NFT counts, and portfolio value in one pass.
  • Transaction and Activity Analysis: Review signatures, balance changes, and recent address activity for investigations or support workflows.
  • Token and Market Monitoring: Look up token metadata, supply, holders, prices, whale transfers, and live network stats for Solana operations teams.

Quick Start

Ask the solana skill to analyze the specified Solana wallet address or token mint and return the portfolio, transaction, or price details you need.

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 portfolio value in USD?â–¼

To check a Solana wallet balance and portfolio value in USD, retrieve mainnet address data via Solana JSON-RPC. This returns SOL balances, SPL token holdings, NFT counts, and aggregate USD valuations using CoinGecko pricing.

How can I track Solana whale transfers and token activity on-chain?â–¼

You can track Solana whale transfers and token activity by reviewing signatures and balance changes for specified addresses. This on-chain investigation queries mainnet data to reveal recent activity and token holder distributions.

Do I need an API key to look up Solana token metadata and live network stats?â–¼

No, you do not need an API key to look up Solana token metadata and live network stats. The process uses standard-library Python execution with Solana JSON-RPC and CoinGecko pricing, requiring no API key for retrieval.

What is the best way to investigate Solana transaction signatures and balance changes?â–¼

The best way to investigate Solana transaction signatures and balance changes is through on-chain RPC queries. This method reviews recent address activity and transaction details to support investigations or support workflows.

Can I use Python to query SPL token holdings and NFT counts on Solana mainnet?â–¼

Yes, you can use standard-library Python to query SPL token holdings and NFT counts on Solana mainnet. The execution environment includes retry handling and connects directly to Solana JSON-RPC endpoints for data retrieval.