What problem does it solve? AI agents often have outdated or incorrect knowledge of Metaplex program IDs, SDK patterns, and fee structures, leading to failed transactions or lost funds when building Solana NFT and token applications. ## Core Features & Use Cases - NFT Creation Across Standards: Create NFTs with MPL Core, Token Metadata (including pNFTs), and Bubblegum compressed NFTs, with verified program IDs and cost comparisons. - Collection Launches & Token Sales: Configure Candy Machine with 21+ guards for fair mints and run Genesis token generation events (presales, launch pools, auctions). - Asset Querying & Utilities: Fetch assets via the DAS API, swap between tokens and NFTs with MPL-Hybrid, and store up to 10MB on-chain with Inscriptions. - Use Case: Launch a 10,000-item NFT collection by creating a Merkle tree with Bubblegum, minting compressed NFTs at ~0.00009 SOL each, and querying ownership through the DAS API. ## Quick Start Use the metaplex skill to create a Core NFT on Solana devnet with 5% enforced royalties using the Umi framework.