ton-nfts

View and transfer NFTs on the TON blockchain.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ton-nfts" with this command: npx skills add ton-connect/kit/ton-connect-kit-ton-nfts

TON NFT Operations

View and transfer NFTs on the TON blockchain.

MCP Tools

Tool Required Optional

get_nfts

— limit , offset , walletSelector

get_nfts_by_address

address

limit , offset

get_nft

nftAddress

send_nft

nftAddress , toAddress

comment , walletSelector

Workflows

List My NFTs

  • Call get_nfts to list NFTs in the active wallet

  • Use limit and offset for pagination

View NFT Details

  • Call get_nft with the nftAddress

Send an NFT

  • Call get_nfts to find the NFT address if the user doesn't have it

  • Confirm the transfer with the user

  • Call send_nft with nftAddress and toAddress

  • Poll get_transaction_status with the returned normalizedHash until status is completed or failed (see ton-balance skill)

Notes

  • Always confirm with the user before transferring an NFT

  • If no wallet is configured, use the ton-create-wallet skill first

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

ton-manage-wallets

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

ton-create-wallet

No summary provided by upstream source.

Repository SourceNeeds Review
General

ton-swap

No summary provided by upstream source.

Repository SourceNeeds Review
General

ton-balance

No summary provided by upstream source.

Repository SourceNeeds Review