solana

Query Solana wallet balances, token metadata, and transaction history via JSON-RPC and CoinGecko APIs.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/Rheasilvia/hermes-desktop --skill solana-rheasilvia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/Rheasilvia/hermes-desktop/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/Rheasilvia/hermes-desktop --skill solana-rheasilvia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill removes the complexity of interacting with raw blockchain RPC nodes, allowing users to instantly query wallet balances, token prices, and network health without needing specialized technical knowledge.

Core Features & Use Cases

  • Portfolio Tracking: Retrieve detailed breakdowns of SOL balances, SPL token holdings, and NFT assets for any wallet address.
  • Market Intelligence: Access real-time token pricing, market cap data, and whale activity monitoring directly from the terminal.
  • Use Case: A user can quickly verify the current value of their holdings or investigate a specific transaction signature to confirm balance changes and program interactions.

Quick Start

Use the solana skill to check the current network stats and SOL price.

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 transaction history from the terminal?

You can query Solana wallet balances and transaction history using a dependency-free CLI script that communicates with JSON-RPC nodes. This retrieves detailed SOL balances, SPL token holdings, and transaction signatures without needing to interact with raw blockchain RPC nodes directly.

What is the best way to get real-time Solana token prices and market cap data?

Getting real-time Solana token prices and market cap data is best achieved by querying the CoinGecko API via a CLI script. This method provides instant market intelligence and asset valuation directly from the terminal without manual API configuration.

Can I track Solana NFT assets and SPL token holdings without installing heavy dependencies?

Yes, you can track Solana NFT assets and SPL token holdings using a dependency-free CLI script. It queries on-chain data via JSON-RPC to retrieve detailed portfolio breakdowns for any wallet address without requiring complex environment setups.

Does this Solana analytics tool work for DeFi users investigating specific transaction signatures?

Yes, this Solana analytics tool works for DeFi users investigating transaction signatures. It queries the Solana mainnet via JSON-RPC to confirm balance changes and program interactions directly from the terminal.

What are the limitations of using a dependency-free CLI for Solana on-chain analysis?

A limitation of using a dependency-free CLI for Solana on-chain analysis is its restriction to querying data via JSON-RPC and CoinGecko APIs. It focuses on reading network metrics and asset valuation rather than executing or signing blockchain transactions.