solana

Query Solana on-chain data with USD pricing via CoinGecko.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AVOI-CEO/avoi-agent --skill solana-avoi-ceo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/AVOI-CEO/avoi-agent/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/AVOI-CEO/avoi-agent --skill solana-avoi-ceo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solves the need for quick access to Solana on-chain data by combining wallet balances, token holdings with USD values, transaction details, NFT ownership, whale activity, and live network stats via Solana RPC and CoinGecko.

Core Features & Use Cases

  • Wallet portfolio: SOL balance, SPL token holdings with USD values
  • Token metadata and price data: symbol, name, top holders, price, market cap
  • Transaction and activity insights: view transaction details and recent activity
  • NFT portfolio and whale detection: view NFTs and large SOL transfers
  • Network stats and price lookups: current slot, epoch, TPS, SOL price

Quick Start

Ask it to fetch the wallet portfolio for a given Solana address to see balances, tokens, and USD values.

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 token portfolio with USD values?

Query a Solana wallet address to retrieve the SOL balance, SPL token holdings, and live USD values enriched via CoinGecko. This returns a complete portfolio overview including NFTs and recent activity.

Can I view Solana network stats like current slot, epoch, and TPS?

Yes, you can view Solana network stats by requesting live network data via Solana RPC. This returns the current slot, epoch, transactions per second (TPS), and the live SOL price.

Do I need an API key to query Solana on-chain data and token prices?

No API key is required to query Solana on-chain data and prices. The system uses public Solana RPC and CoinGecko endpoints, implementing simple retry logic to handle rate limits automatically.

How do I detect whale activity and large SOL transfers for an address?

To detect whale activity, query recent transactions for a Solana address to identify large SOL transfers. This surfaces whale movements and detailed transaction insights without needing external tracking software.

What's the best way to get Solana token metadata including top holders and market cap?

The best way to get Solana token metadata is to query the token directly, which returns the symbol, name, top holders, current price, and market cap. This data combines Solana RPC details with CoinGecko price metrics.