solana

Query Solana on-chain data with optional USD pricing via a Python CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a unified interface to access Solana on-chain data—wallet balances, token portfolios with USD values, transaction details, NFTs, whale transfers, and live network stats—without requiring a dedicated API key.

Core Features & Use Cases

  • Wallet portfolio: combines SOL balance with token holdings and USD values.
  • Token & NFT insights: metadata, top holders, and price lookups.
  • Activity & transactions: recent signatures, details, and fee summaries.
  • Network health: current slot, epoch, TPS, supply, and SOL price.
  • Price enrichment: optional USD pricing via CoinGecko for tokens with known mappings.
  • RPC flexibility: supports a public or private Solana RPC endpoint.

Quick Start

Run the Solana client to fetch wallet balances, token holdings, transactions, and USD prices from a configured Solana RPC.

Frequently Asked Questions about solana

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

FAQPage Schema
How do I retrieve Solana wallet balances and token portfolios with USD values?

To retrieve Solana wallet balances and token portfolios with USD values, query a Solana RPC endpoint using a Python CLI that fetches on-chain data and optionally enriches token prices via CoinGecko. It returns combined SOL balances, token holdings, and USD values without requiring an API key.

Can I track Solana whale transfers and NFT holdings without a dedicated API key?

Yes, you can track Solana whale transfers and NFT holdings without a dedicated API key by querying a public or private Solana RPC endpoint. The CLI retrieves NFT metadata, top holders, and whale transfer activity directly from the blockchain.

What's the best way to look up Solana network statistics and current slot data?

The best way to look up Solana network statistics and current slot data is via a multi-command Python CLI that queries a Solana RPC endpoint. It retrieves current slot, epoch, TPS, supply, and live SOL price network health metrics.

Does this Solana CLI require external Python dependencies to fetch on-chain data?

No, this Solana CLI does not require external Python dependencies to fetch on-chain data. It operates on a small, dependency-light runtime using the Python standard library only, with optional USD price enrichment handled via CoinGecko.

How do I get Solana transaction details and fee summaries from an RPC endpoint?

To get Solana transaction details and fee summaries, query the RPC endpoint using the CLI's activity commands. It retrieves recent transaction signatures, detailed transaction data, and fee summaries with built-in RPC batching and error handling.