solana

Query Solana blockchain data with USD pricing from CoinGecko.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/GarrettRoi/open-manus --skill solana-garrettroi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/GarrettRoi/open-manus/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/GarrettRoi/open-manus --skill solana-garrettroi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive interface for querying and analyzing data directly from the Solana blockchain, enriched with real-time USD pricing, eliminating the need for complex blockchain development tools or manual data aggregation.

Core Features & Use Cases

  • Wallet Analysis: Get detailed breakdowns of wallet balances, token holdings, and NFT ownership, including their current USD valuations.
  • Transaction Inspection: Retrieve detailed information about specific transactions using their signatures.
  • Network Health Monitoring: Access live statistics on Solana network performance, such as TPS, current epoch, and SOL price.
  • Use Case: A user wants to understand the total value of their Solana tokens and NFTs, including SOL itself, and asks "What is my total portfolio value on Solana?".

Quick Start

Use the solana skill to get the current network statistics for the Solana blockchain.

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

Retrieve Solana wallet balances, token holdings, and NFT ownership through direct blockchain queries, enriched with real-time USD pricing from CoinGecko to calculate total portfolio value without manual data aggregation.

How do I get Solana transaction details using a transaction signature?

Retrieve detailed Solana transaction information by providing the specific transaction signature to query the blockchain directly, returning granular transaction data without requiring complex blockchain development tools.

Can I monitor Solana network health statistics like TPS and current epoch?

Access live Solana network health statistics including transactions per second (TPS), current epoch, and SOL price to monitor real-time blockchain performance and network operations.

Do I need external dependencies to run Python scripts for querying Solana blockchain data?

No external dependencies are required; the Skill executes Python scripts for querying Solana blockchain data using standard libraries, enabling deterministic task execution without installing additional packages or complex development tools.

What is the best way to calculate my total Solana portfolio value including NFTs?

Calculate total Solana portfolio value by querying wallet balances, token holdings, and NFT ownership simultaneously, then enriching the aggregated blockchain data with real-time USD pricing from CoinGecko for a complete asset valuation.

Why use standard libraries for querying Solana blockchain data instead of web3 development tools?

Standard libraries provide deterministic task execution for querying Solana blockchain data without the overhead of complex web3 development tools, eliminating manual data aggregation and simplifying retrieval of wallet balances, transaction details, and network statistics.