neo-ecosystem

Manage Neo N3 wallets and invoke contracts via JSON-RPC scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Enables developers to interact with the Neo N3 ecosystem by managing wallets, deploying and invoking smart contracts, and leveraging NeoFS storage.

Core Features & Use Cases

  • Wallet management: create addresses and check balances across Neo N3 mainnet and testnet.
  • Contract interaction: query contract state, invoke methods, and deploy Neo N3 smart contracts.
  • NeoFS integration: store and retrieve objects using NeoFS endpoints.

Quick Start

Run the provided scripts to check balances, invoke contracts, and manage NeoFS storage using your Neo N3 endpoint.

Frequently Asked Questions about neo-ecosystem

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

FAQPage Schema
How do I check Neo N3 wallet balances on mainnet and testnet?

You can check Neo N3 wallet balances by running the provided Python scripts that execute getnep17balances JSON-RPC calls. This supports querying addresses across both mainnet and testnet environments.

What is the best way to invoke Neo N3 smart contracts using Python?

The best way to invoke Neo N3 smart contracts is by using Python scripts that execute invokefunction JSON-RPC calls. This allows you to query contract state, invoke methods, and deploy contracts directly on the network.

Can I use Python to store and retrieve data on NeoFS?

Yes, you can use Python to store and retrieve data on NeoFS by interacting with NeoFS endpoints. The provided scripts enable developers to leverage NeoFS storage for managing objects within their Neo N3 applications.

Do I need a specific JSON-RPC endpoint to manage Neo N3 wallets?

Yes, you need a provided Neo N3 endpoint to manage wallets and interact with contracts. The Python scripts rely on JSON-RPC calls to communicate with the mainnet or testnet for wallet and contract operations.

Does this Neo N3 tooling support contract deployment?

Yes, this Neo N3 tooling supports contract deployment. Developers can use the provided scripts to query contract state, invoke methods, and deploy Neo N3 smart contracts directly to the blockchain.