solana-ecosystem

Retrieve SOL balances, SPL token holdings, and NFT metadata for Solana wallets.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Toby1009/SpoonOS-Agent-Example --skill solana-ecosystem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana-ecosystem
Source: https://github.com/Toby1009/SpoonOS-Agent-Example/tree/main/.agent/skills/solana
Command: npx skills add https://github.com/Toby1009/SpoonOS-Agent-Example --skill solana-ecosystem

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates retrieval of SOL balances, SPL token holdings, and NFT metadata for Solana wallets, enabling quick portfolio insights and research.

Core Features & Use Cases

  • Retrieve SOL and SPL token balances for a wallet
  • Query NFT data and marketplace activity from Magic Eden
  • Provide structured results that support portfolio reviews, risk assessment, and market research

Quick Start

Instruct the AI to pull the balance and NFT data for a given Solana address and summarize holdings.

Frequently Asked Questions about solana-ecosystem

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

FAQPage Schema
How do I retrieve SOL and SPL token balances for a Solana wallet?

To retrieve SOL and SPL token balances, you query Solana RPCs using Python scripts that fetch wallet data and return structured holdings for portfolio analysis. This Skill automates that retrieval process without requiring external dependencies.

Can I query NFT metadata and Magic Eden marketplace activity for a specific Solana address?

Yes, you can query NFT metadata and Magic Eden marketplace activity for a Solana address. The Skill fetches NFT data from public APIs, enabling quick asset discovery and marketplace research across the Solana ecosystem.

Do I need to install external Python dependencies to check Solana wallet balances?

No external Python dependencies are required to check Solana wallet balances. The Skill uses Python scripts relying entirely on the standard library to fetch data from Solana RPCs and public APIs, ensuring a zero-dependency setup.

What is the best way to audit a Solana wallet for DeFi and NFT holdings?

The best way to audit a Solana wallet for DeFi and NFT holdings is to automate retrieval of SOL balances, SPL token holdings, and NFT metadata. This provides structured results supporting risk assessment and portfolio reviews.

How do I pull and summarize Solana wallet data for market research?

You pull and summarize Solana wallet data by instructing the AI to fetch balance and NFT data for a given address. The Python scripts retrieve the holdings from Solana RPCs, providing structured results for market research.

What are the limitations of using standard library Python scripts for Solana data retrieval?

Using standard library Python scripts for Solana data retrieval limits you to fetching data from Solana RPCs and public APIs without specialized blockchain frameworks. This approach suits quick balance checks but may lack advanced RPC batching features.