This handles NFT operations on the TON blockchain, letting you list collectibles from any wallet, check individual NFT details, and transfer them to other addresses. The workflow is straightforward: query NFTs with get_nfts, pull details with get_nft, and send with send_nft after a quick confirmation. It includes emulate_transaction for dry runs, which is smart since you can preview fees and balance changes before actually moving anything. You'll need a TON wallet configured first, but once set up it covers the basics you'd expect for managing NFTs on chain. Pagination support means it won't choke on large collections.
npx skills add https://github.com/ton-connect/kit --skill ton-nfts