What problem does it solve? When the msw-search resource lookup cannot find a suitable sprite RUID for a MapleStory Worlds project, this Skill lets you create a custom pixel art sprite from scratch and register it as an official sprite resource with its own RUID. ## Core Features & Use Cases - Code-based sprite drawing: Author pixel art in SVG, HTML5 Canvas, or HTML following two defined styles — chunky pixel (retro icons, tiles) and maple cartoon (MapleStory-inspired characters, NPCs, monsters). - Deterministic PNG rendering: Render the code to a transparent-background PNG at a chosen size using a sandboxed, network-isolated headless Chromium script (render.cjs). - Resource registration: Upload the PNG through the msw-mcp asset_create_resource_storage_item two-step presigned-URL flow to obtain a sprite RUID. - Use Case: You need a cute slime monster sprite but search returns nothing suitable — draw it in maple cartoon style at 128×128, render it, upload it, and receive a sprite RUID ready for entity placement. ## Quick Start Ask the AI to draw a custom pixel art sprite, for example a maple-style slime at 128×128, and register it as a sprite resource when no existing RUID matches.