solana

Gather Solana on-chain data and pricing via RPC and CoinGecko.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill solana-monjyu1101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/Monjyu1101/AiDiy2026/tree/main/backend_hermes/optional-skills/blockchain/solana
Command: npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill solana-monjyu1101

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solves the problem of gathering Solana on-chain data and pricing in one place.

Core Features & Use Cases

  • Wallet portfolio: SOL balance, SPL token holdings with USD values, and portfolio total.
  • Transaction insights: view a specific transaction by signature and monitor network metrics.
  • NFT and whale monitoring: obtain NFTs owned, recent activity, and large transfers.
  • Price lookups: quick SOL and token price data without requiring API keys.

Quick Start

Run the Solana Hermes client to fetch your wallet portfolio and recent activities.

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

To query Solana wallet balances and SPL token portfolios with USD pricing, use the wallet command. It fetches on-chain SOL balances, token holdings, and calculates the total portfolio value using CoinGecko price data.

Can I track Solana whale activity and large token transfers without an API key?

Yes, you can track Solana whale activity and large token transfers without an API key. The whales command monitors large transfers on-chain using a public Solana RPC endpoint to identify significant market movements.

What is the best way to look up Solana NFT holdings for a specific account?

The best way to look up Solana NFT holdings for a specific account is the nft command. It retrieves all NFTs owned by the specified address directly from the Solana blockchain via RPC without requiring authentication.

How do I view Solana transaction details and network stats in one place?

You can view Solana transaction details and network stats in one place using the tx and stats commands. They query a Solana RPC for specific transaction signatures and aggregate current network metrics.

Does this Solana RPC data tool require external dependencies or paid API keys?

No, this Solana RPC data tool does not require external dependencies or paid API keys. It operates entirely script-based using public Solana RPC endpoints for on-chain data and CoinGecko for price conversions.

How do I get quick SOL and token price data for my Solana portfolio?

To get quick SOL and token price data for your Solana portfolio, use the price command. It fetches real-time USD values from CoinGecko, allowing you to calculate total portfolio worth without API keys.