What problem does it solve? Building blockchain features into a Decentraland scene requires knowing many scattered APIs — NftShape for displaying NFT art, signedFetch for authenticated backend calls, eth-connect for raw contract interaction, and dcl-crypto-toolkit for common token operations. This Skill consolidates the correct patterns, URN formats, and decision guidance so you avoid integration mistakes. ## Core Features & Use Cases - NFT Display: Render any OpenSea-indexed NFT in a decorative frame using NftShape with the correct urn:decentraland URN format and 23 frame styles. - Wallet & Contract Interaction: Check player wallets (with guest detection), call smart contracts via eth-connect, send signed requests with signedFetch, and query gas prices and balances. - Token Gating & Marketplace: Gate scene access by NFT ownership or MANA balance, send MANA/ERC20 tokens, and buy, sell, or cancel marketplace listings via dcl-crypto-toolkit. - Use Case: Build a members-only lounge that checks whether the visitor holds an NFT from your collection, displays their NFT artwork in a gold frame, and includes a MANA tip jar for the scene creator. ## Quick Start Ask the AI to add an NFT picture frame displaying a specific token URN and gate a scene area behind ownership of that NFT contract.