deploy-scene

Deploy Decentraland scenes to Genesis City parcels via CLI or Creator Hub.

3|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/decentraland/sdk-skills --skill deploy-scene-decentraland
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-scene
Source: https://github.com/decentraland/sdk-skills/tree/main/deploy-scene
Command: npx skills add https://github.com/decentraland/sdk-skills --skill deploy-scene-decentraland

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying a Decentraland scene to Genesis City requires building the project, uploading assets, validating scene configuration, and handling wallet permissions, which can be complex and error‑prone.

Core Features & Use Cases

  • Pre‑deployment validation checks scene.json, code compilation, and asset limits.
  • Multiple deployment methods support both CLI commands and publishing through the Creator Hub.
  • Troubleshooting guidance provides solutions for permission errors, size limits, and wallet connectivity issues.
  • Use case: A creator who has finished building a scene and wants to publish it to the parcels they own can follow this skill to ensure a smooth deployment.

Quick Start

Use the /deploy command to build and publish your scene to the parcels you own.

Frequently Asked Questions about deploy-scene

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Decentraland scene to Genesis City parcels?

To deploy a Decentraland scene to Genesis City, you must validate scene.json, build project assets, and publish via CLI commands or the Creator Hub to your owned LAND parcels.

What do I need to publish a scene to Genesis City?

Publishing a scene requires a wallet with LAND ownership, the @dcl/sdk-commands tool, compliance with runtime version 7, and adherence to scene limits for successful deployment.

Why does my Decentraland scene deployment fail with permission errors?

Scene deployment permission errors occur when the connected wallet lacks LAND ownership for the target Genesis City parcels, requiring you to verify wallet connectivity and parcel rights.

Can I deploy a Decentraland scene using the Creator Hub instead of the CLI?

Yes, you can deploy a Decentraland scene using either the Creator Hub publishing workflow or the @dcl/sdk-commands CLI tool after validating scene.json and building assets.

What are the scene limits for deploying to Genesis City?

Genesis City scene limits define maximum asset sizes and code compilation constraints, which are checked during pre-deployment validation to ensure runtime version 7 compliance.

How do I validate scene.json before deploying to Decentraland?

Validating scene.json involves checking configuration parameters, code compilation, and asset limits against runtime version 7 requirements before attempting deployment via CLI or Creator Hub.