What problem does it solve? When building Decentraland scenes, code changes alone cannot confirm that objects render correctly, textures load, or layouts look right. This Skill captures live screenshots of the running preview so you can visually verify scene changes, debug rendering issues, and confirm layout without manually opening a browser. ## Core Features & Use Cases - Scene Screenshots: Capture the current view of the running Decentraland preview, with the browser persisting between calls so only the first capture is slow. - Movement and Camera Control: Move the avatar with directional actions (moveForward, moveBack, moveLeft, moveRight) and rotate the camera with look actions before capturing. - Interaction Actions: Click viewport coordinates or press keys before capture to test interactive elements like doors or editor camera toggles. - Visual Debugging Guidance: Diagnose common issues such as missing objects, z-fighting, pink missing textures, wrong scale, and flat lighting. - Use Case: After editing src/index.ts to add a new model, take a screenshot with a 2000ms wait to let hot reload settle, then verify the model appears at the correct position and scale. ## Quick Start Take a screenshot of the running Decentraland preview to verify my recent scene changes look correct.