tonapi
v2.2.0Claude Code plugin for TON API — REST API, Streaming, and Webhooks for TON blockchain.
by nessshonMIT187updated 3 weeks ago
Source
git clone https://github.com/nessshon/tonapiClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .claude-plugin/plugin.json└── skills/tonapi/SKILL.md
Skills1
Work with TON blockchain via the tonapi Python SDK — query accounts, transactions, jettons, NFTs, staking, DNS, emulate messages, subscribe to real-time events, and manage webhooks. Use this skill whenever the user mentions TONAPI, tonapi.io, TON blockchain data, wallet balance, jetton transfers, NFT collections, or wants to interact with TON via TONAPI. Also use when the user works with code that imports from pytonapi.rest, pytonapi.streaming, pytonapi.webhook, or pytonapi.types, or asks about TONAPI endpoints, even if they don't explicitly mention "pytonapi".
Manifests1
{
"name": "tonapi",
"version": "2.2.0",
"description": "Claude Code plugin for TON API — REST API, Streaming, and Webhooks for TON blockchain.",
"author": {
"name": "nessshon"
},
"homepage": "https://tonapi.ness.uz/",
"repository": "https://github.com/nessshon/tonapi/",
"skills": "./skills/",
"license": "MIT",
"keywords": [
"TON",
"blockchain",
"tonapi",
"SDK"
]
}