solana

Retrieve Solana wallet, token, transaction, NFT, and price data via RPC and CoinGecko.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill solana-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/optional-skills/blockchain/solana
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill solana-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the need to manually query Solana RPC endpoints or token pricing services when you need wallet balances, token values, transactions, or network status.

Core Features & Use Cases

  • Wallet Portfolio Analysis: Review SOL balances, SPL token holdings, NFT counts, and estimated USD portfolio value for any address.
  • Transaction and Activity Inspection: Inspect transaction details by signature and review recent on-chain activity for an account.
  • Token and Network Intelligence: Look up token metadata, supply, holders, prices, whale transfers, and live Solana network health.
  • Use Case: If you need to check whether a wallet holds BONK, how much it is worth, and what it did recently, this Skill can pull all of that in one pass.

Quick Start

Ask the solana skill to check a Solana wallet address and summarize its balance, token holdings, and USD portfolio value.

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

To check a Solana wallet balance and portfolio value, retrieve SOL balances, SPL token holdings, and NFT counts via Solana JSON-RPC, then estimate the total USD value using CoinGecko price lookups.

Can I inspect Solana transaction details and recent on-chain activity for an address?

Yes, you can inspect Solana transaction details by signature and review recent on-chain activity for any account by querying the Solana RPC endpoints for transaction signatures and parsed instruction data.

What do I need to retrieve live Solana network data and whale transfer alerts?

You need Solana JSON-RPC access and standard-library Python CLI execution to retrieve live network data, monitor network health, and track whale transfers for specific addresses, mints, or symbols.

Does this approach handle rate limits when querying Solana RPC and CoinGecko?

Yes, this approach handles rate limits when querying Solana RPC and CoinGecko by implementing rate-limit retry handling within its Python CLI execution to ensure reliable data retrieval.

What is the best way to look up Solana token metadata, supply, and holder counts?

The best way to look up Solana token metadata, supply, and holder counts is to query the Solana network directly via JSON-RPC endpoints to retrieve mint account data and token distribution information.