solana

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

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/1thirteeng3/greenmoire --skill solana-1thirteeng3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/1thirteeng3/greenmoire/tree/main/integrations/hermes-agent/optional-skills/blockchain/solana
Command: npx skills add https://github.com/1thirteeng3/greenmoire --skill solana-1thirteeng3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solana users and developers need a quick, reliable way to access on-chain data enriched with USD pricing to understand wallet balances, token holdings, transactions, and network status, without juggling multiple tools or keys.

Core Features & Use Cases

  • Wallet balances and SPL token holdings with USD values
  • Transaction details, NFT portfolio view, and whale-detection
  • Live Solana network stats and price lookups

Quick Start

Run the Solana CLI with a subcommand such as wallet or stats to begin querying Solana data.

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 values?

Query Solana wallet balances and SPL token portfolios with USD values by running the wallet subcommand. It retrieves on-chain data via Solana RPC and enriches token values using CoinGecko pricing.

Can I check Solana network stats and token prices without an API key?

You can check Solana network stats and token prices without an API key. The Skill queries live network data via Solana RPC and fetches USD pricing through CoinGecko, requiring no authentication.

How do I track Solana NFT portfolios and detect whale wallet activity?

Track Solana NFT portfolios and detect whale wallet activity by running the respective subcommands. The Skill queries on-chain NFT holdings and identifies whale transactions directly through the Solana RPC interface.

Does querying Solana on-chain data require installing external Python libraries?

Querying Solana on-chain data does not require installing external Python libraries. The Skill uses the Python standard library to execute deterministic commands, relying on configurable RPC URLs for network interaction.

What is the best way to view Solana transaction details enriched with real-time USD pricing?

The best way to view Solana transaction details with USD pricing is using this Skill's transaction subcommand. It fetches on-chain transaction data via RPC and appends real-time USD values sourced from CoinGecko.

What are the limitations of using standard library Python for Solana RPC queries?

Using standard library Python for Solana RPC queries limits you to basic error handling and deterministic command execution. Complex asynchronous operations or advanced WebSocket subscriptions are not supported by this approach.