neo-ecosystem

Manage Neo N3 wallets, query balances, and interact with contracts via Python scripts.

17|45|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/XSpoonAi/spoon-awesome-skill --skill neo-ecosystem-xspoonai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neo-ecosystem
Source: https://github.com/XSpoonAi/spoon-awesome-skill/tree/main/web3-core-operations/neo
Command: npx skills add https://github.com/XSpoonAi/spoon-awesome-skill --skill neo-ecosystem-xspoonai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides programmatic access to Neo N3 features, including wallet management, balance queries, smart contract interactions, and NeoFS storage, enabling developers to automate blockchain workflows.

Core Features & Use Cases

  • Wallet management and balance lookups via the neo_balance.py script.
  • Contract interaction (query and invoke) via the neo_contract.py script.
  • NeoFS and NeoX integration support for storage tasks and cross-chain workflows.
  • Real-world use cases include automated balance checks, contract state inquiries, and cross-network data operations.

Quick Start

Feed the scripts a JSON payload selecting address and network to retrieve balances and contract results.

Frequently Asked Questions about neo-ecosystem

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

FAQPage Schema
How do I query Neo N3 wallet balances using Python?

You can query Neo N3 wallet balances by running the neo_balance.py script with a JSON payload specifying the target address and network, which retrieves balances without requiring external Python dependencies.

How do I interact with Neo N3 smart contracts via Python scripts?

You interact with Neo N3 smart contracts by passing a JSON payload to the neo_contract.py script, which handles both contract state queries and invocations on mainnet or testnet.

Can I use Python to automate NeoFS storage operations?

Yes, you can automate NeoFS storage operations using Python scripts that handle cross-network data workflows, requiring only standard Python libraries with no external dependencies.

Does Neo N3 wallet management work on both mainnet and testnet?

Neo N3 wallet management works on both mainnet and testnet by specifying the desired network in your JSON payload, enabling scripts to execute wallet workflows and contract interactions across either environment.

Do I need external Python libraries to query Neo N3 on-chain data?

No, querying Neo N3 on-chain data requires no external Python libraries because the scripts operate using only standard Python libraries while validating addresses and inputs to prevent misuse.

What is the best way to automate Neo N3 contract state inquiries?

The best way to automate Neo N3 contract state inquiries is using deterministic Python scripts that accept JSON payloads to query and invoke contracts, ensuring validated inputs for real-world blockchain workflows.