solana

Query Solana RPC data and enrich it with CoinGecko USD prices.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Aevonix/colony-ai --skill solana-aevonix
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/Aevonix/colony-ai/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/Aevonix/colony-ai --skill solana-aevonix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana data is spread across RPCs and tooling; this skill centralizes on-chain information and converts it into ready-to-use insights with USD pricing.

Core Features & Use Cases

  • Wallet portfolio with SOL and SPL tokens including USD values
  • Transaction details by signature with per-transaction USD estimates
  • SPL token metadata and top holders
  • NFT portfolio and counts for wallets
  • Whale detector for large SOL transfers
  • Live network stats and SOL price lookups

Quick Start

Run the Solana CLI tool to fetch wallet balances, token holdings, and USD prices using the solana_client.py script.

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 with USD pricing?▼

The Skill fetches on-chain wallet data via a public Solana RPC endpoint and enriches SOL and SPL token balances with CoinGecko price data to provide total USD portfolio valuations.

Can I track large SOL transfers and detect whale movements on the Solana blockchain?▼

Yes, the whale detector feature queries the Solana RPC endpoint to identify large SOL transfers and estimates their USD values using current CoinGecko price data.

How do I retrieve Solana NFT portfolio counts and metadata for a specific wallet?▼

By querying the Solana RPC endpoint for a specific wallet address, the tool aggregates on-chain NFT portfolio data and counts for research and monitoring purposes.

Does this Solana data tool require an API key or private RPC node to fetch transaction details?▼

No, the tool queries a public Solana RPC URL to fetch transaction details by signature and enriches the on-chain data with USD estimates via CoinGecko price data.

What is the best way to get live Solana network stats and current SOL price?▼

Running the deterministic CLI commands fetches live network stats from the Solana RPC endpoint and retrieves current SOL price lookups from CoinGecko data.

How do I find top holders and metadata for SPL tokens on the Solana blockchain?▼

The tool queries the public Solana RPC endpoint to retrieve SPL token metadata and identify top holders, centralizing on-chain information for research and wallet analysis.