deploy-scene

Automate Decentraland scene deployment to Genesis City LAND parcels.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/dcl-regenesislabs/dcl-catalog --skill deploy-scene
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-scene
Source: https://github.com/dcl-regenesislabs/dcl-catalog/tree/main/.agents/skills/deploy-scene
Command: npx skills add https://github.com/dcl-regenesislabs/dcl-catalog --skill deploy-scene

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of deploying and publishing Decentraland scenes to owned LAND in Genesis City, making your virtual creations accessible to others.

Core Features & Use Cases

  • Automated Deployment: Builds, uploads to IPFS, and deploys scenes to specified parcels.
  • Pre-Deployment Checks: Guides users through essential validation steps like checking scene.json, code compilation, and asset limits.
  • Use Case: A developer has finished building a new interactive experience in Decentraland and wants to make it live on their LAND. They use this skill to deploy it, ensuring all assets are correctly uploaded and the scene is published.

Quick Start

Use the deploy-scene skill to deploy your current Decentraland scene to your owned parcels.

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 LAND?

To deploy a Decentraland scene to Genesis City LAND, you need a valid scene.json configuration, compiled code, and wallet permissions for LAND ownership. The process automates building, uploading assets to IPFS, and publishing to your specified parcels.

What do I need to publish a Decentraland scene to my LAND parcels?

Publishing a Decentraland scene requires a valid scene.json file, compiled project code, and a wallet with LAND ownership or deployment rights. Pre-deployment checks validate your configuration and asset limits before uploading to IPFS.

How does IPFS uploading work when deploying a scene to Genesis City?

IPFS uploading during Genesis City scene deployment automates the process of bundling your built scene and its assets, then publishing them to the decentralized network so your virtual experience becomes accessible on your LAND parcels.

Can I deploy a Decentraland scene without owning LAND in Genesis City?

Deploying a Decentraland scene requires wallet permissions for LAND ownership or explicit deployment rights. Without owning the target parcels or having the necessary permissions, the deployment process to Genesis City will fail.

Why is my Decentraland scene deployment failing during pre-deployment checks?

Decentraland scene deployment fails during pre-deployment checks if your scene.json configuration is invalid, code is not properly compiled, or project assets exceed required limits. These validation steps ensure your scene meets Genesis City publishing standards before IPFS upload.