solana

Query Solana blockchain data for portfolios, transactions, and token metadata via JSON-RPC.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill removes the complexity of interacting with Solana blockchain data, allowing users to instantly retrieve wallet balances, token values, and network statistics without needing to write custom code or manage API keys.

Core Features & Use Cases

  • Portfolio Tracking: Instantly view SOL balances, SPL token holdings, and NFT collections for any wallet address.
  • Market Intelligence: Monitor real-time token prices, market caps, and whale activity on the Solana network.
  • Use Case: A user can quickly check the current value of their holdings or verify the status of a specific transaction by providing a signature, enabling rapid decision-making in DeFi environments.

Quick Start

Use the solana skill to fetch the current portfolio balance and token holdings for the wallet address 9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM.

Frequently Asked Questions about solana

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

FAQPage Schema
How do I query Solana wallet balances and token holdings without writing custom code?

You can query Solana wallet balances by providing a wallet address to retrieve SOL balances, SPL token holdings, and NFT collections instantly. This skill handles the JSON-RPC requests automatically, removing the need to write custom code or manage API keys.

What's the best way to track real-time Solana token prices and whale activity?

The best way to track real-time Solana token prices and whale activity is to use a blockchain analytics skill that fetches live market caps and network statistics. This tool integrates CoinGecko pricing data to monitor whale movements and asset values.

Can I retrieve Solana transaction history and verify a specific transaction signature?

Yes, you can retrieve Solana transaction history and verify transaction signatures. By inputting the specific transaction signature, the tool queries the Solana blockchain to return the transaction status, enabling rapid verification in DeFi environments.

Do I need external dependencies or API keys to fetch Solana blockchain data?

No external dependencies or API keys are required to fetch Solana blockchain data. The skill operates via a Python-based CLI that relies solely on the standard library, querying JSON-RPC and CoinGecko without any additional setup or package installation.

How does Solana network statistics monitoring work for DeFi portfolio tracking?

Solana network statistics monitoring works by querying real-time blockchain data via JSON-RPC to aggregate wallet portfolios and asset pricing. It retrieves current SOL balances and SPL token values to provide a comprehensive DeFi portfolio overview.

What are the limitations of using a Python CLI for Solana blockchain data retrieval?

A limitation of using a Python CLI for Solana blockchain data retrieval is that it depends on standard library operations without external packages, which may restrict advanced data manipulation or integration into larger automated Web3 workflows compared to full framework implementations.