TONAPI provides a Python SDK (pytonapi) to interact with the TON blockchain. It exposes REST endpoints, streaming (SSE/WebSocket), and webhook helpers so agents can fetch account information, transactions, jettons, NFT collections, staking data, decode and emulate messages, and subscribe to real-time events. The SDK includes a runner script for quick queries and examples for common tasks.
Use this skill when a user asks about TON blockchain state (balances, transactions, validators), needs NFT or jetton information, wants to decode or emulate messages, or requests live event subscriptions/webhooks for TON. Also use when code references pytonapi.* imports or when the user needs runnable examples for REST or streaming calls.
Best for agents that can run Python or call CLI helpers (Claude Code, Copilot-like runners, local Python-enabled agent shells). The skill expects to run the provided runner scripts and can operate when pytonapi is installed.
TON blockchain SDK wrapper skill providing REST, streaming (SSE/WebSocket), and webhook access via pytonapi. SKILL.md is comprehensive with a well-organized routing table mapping user intents to references and CLI examples. The runner script failed at import time due to missing pydantic dependency (required by pytonapi). Code is well-structured with type hints, proper async handling, and clear error messaging.
pydanticpytonapiClean skill with no security concerns. The .env auto-loading is local-only and doesn't override existing vars. Script dependency chain (pytonapi → pydantic) should be documented as install requirement. Niche but genuine utility for TON blockchain developers.