solana

Query Solana blockchain data with USD pricing via JSON-RPC and CoinGecko.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/DaddyElonMusk69/motis-agent --skill solana-daddyelonmusk69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana
Source: https://github.com/DaddyElonMusk69/motis-agent/tree/main/optional-skills/blockchain/solana
Command: npx skills add https://github.com/DaddyElonMusk69/motis-agent --skill solana-daddyelonmusk69

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the need to manually query Solana RPC endpoints and cross‑reference CoinGecko for USD pricing, letting users obtain balances, token holdings, NFT counts, transaction details, and network health in a single command.

Core Features & Use Cases

  • Wallet Portfolio: Retrieves SOL balance, SPL token amounts, USD values, and NFT summary for any address.
  • Transaction Lookup: Shows full details of a transaction by its signature.
  • Token Metadata & Pricing: Provides token name, symbol, supply, market cap and top holders with USD price.
  • Network Stats: Returns current slot, epoch, TPS, total supply and SOL price.
  • Whale Detection & NFT Listing: Scans recent block for large SOL transfers and lists NFTs owned by a wallet.

Quick Start

Ask the skill to display the token portfolio for a given Solana address.

Frequently Asked Questions about solana

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Solana wallet balances and token values in USD?

To check Solana wallet balances, the skill retrieves SOL balance, SPL token amounts, and NFT summaries for any address, enriching the data with USD pricing via CoinGecko. It returns a complete portfolio overview without requiring manual cross-referencing.

Can I look up Solana transaction details using just a transaction signature?

Yes, you can look up Solana transaction details using a signature. The skill queries the Solana JSON-RPC endpoint to fetch and display full transaction details, eliminating the need to manually parse raw blockchain data.

Do I need an API key to query Solana RPC for network stats and pricing?

You do not need an API key to query Solana RPC for network stats and pricing. The skill operates using Solana JSON-RPC calls and the CoinGecko API with only the Python standard library, requiring no external authentication.

What is the best way to detect whale transfers on the Solana blockchain?

The best way to detect whale transfers on the Solana blockchain is by scanning recent blocks for large SOL transfers. The skill automates this detection by querying Solana RPC to identify significant movements without manual inspection.

How do I retrieve SPL token metadata and market cap for Solana tokens?

To retrieve SPL token metadata and market cap, the skill queries the Solana blockchain for token name, symbol, and supply, then cross-references CoinGecko for live USD price. It also identifies top holders for the specified token.