solana

Query Solana on-chain data and USD pricing via RPC and CoinGecko.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana on-chain data and USD pricing are consolidated into a single, easy-to-query view, reducing time spent stitching data from multiple sources.

Core Features & Use Cases

  • Wallet balances and token holdings with USD values
  • Transaction details, NFT holdings, and whale detection
  • Network stats and live SOL pricing for quick portfolio assessments
  • Price lookups for known tokens via CoinGecko

Quick Start

Invoke the Solana client to fetch live stats and sample wallet data.

Frequently Asked Questions about solana

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

FAQPage Schema
How do I check Solana wallet balances and token holdings with USD values?

You can check Solana wallet balances and token holdings with USD values by querying on-chain data via a Python CLI that fetches balances directly from the Solana RPC endpoint and retrieves USD pricing from CoinGecko.

What is the best way to investigate Solana transactions and detect whale activity?

The best way to investigate Solana transactions and detect whale activity is to query on-chain transaction data using the Solana RPC endpoint, which consolidates transaction details and network health metrics into a single view.

Do I need an API key to look up live SOL pricing and network stats?

No, you do not need an API key to look up live SOL pricing and network stats. The tool relies on a Python CLI that uses the public Solana RPC endpoint and CoinGecko for prices without requiring any API keys.

Can I query NFT holdings and known token prices on the Solana mainnet?

Yes, you can query NFT holdings and known token prices on the Solana mainnet. The client fetches NFT holdings via the Solana RPC endpoint and performs price lookups for known tokens using CoinGecko.