plugins marketplace
← All plugins

tonapi

v2.2.0

Claude Code plugin for TON API — REST API, Streaming, and Webhooks for TON blockchain.

Claude Code1 skill

by nessshonMIT187updated 3 weeks ago

Source

git clone https://github.com/nessshon/tonapi

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

tonapi/
├── .claude-plugin/plugin.json
└── skills/tonapi/SKILL.md

Skills1

tonapiskills/tonapi/SKILL.md

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

.claude-plugin/plugin.json
{
  "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"
  ]
}