deploy-worlds

Deploy Decentraland scenes to Worlds via CLI or automated command.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the process of deploying Decentraland scenes to personal 3D spaces called Worlds, enabling users to publish their creations without LAND ownership.

Core Features & Use Cases

  • World Deployment: Deploy scenes to a World using a Decentraland NAME or ENS domain.
  • Configuration: Guides users on setting up scene.json with worldConfiguration and placesConfig for opting out of the Places listing.
  • Use Case: A developer wants to showcase a new interactive experience in a personal space that isn't tied to a specific parcel of LAND. They can use this Skill to deploy it to a World.

Quick Start

Use the deploy-worlds skill to publish your scene to a World using your ENS domain.

Frequently Asked Questions about deploy-worlds

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

FAQPage Schema
How do I deploy a Decentraland scene to a World?

You can deploy a Decentraland scene to a World by configuring scene.json with worldConfiguration and using the /deploy command or manual CLI execution to publish your interactive experience to a personal 3D space.

Do I need LAND ownership to publish a scene in Decentraland?

No, you do not need LAND ownership to publish a scene in Decentraland. You can deploy your creations to personal 3D spaces called Worlds by linking them to a Decentraland NAME or ENS domain instead.

Can I use an ENS domain for Decentraland Worlds deployment?

Yes, you can use an ENS domain for Decentraland Worlds deployment. The skill guides you through configuring scene.json to integrate your NAME or ENS domain with the Worlds content server.

How do I opt out of the Places listing when publishing a World?

To opt out of the Places listing when publishing a World, you must configure the placesConfig section within your scene.json file. This manages your listing visibility during the World deployment process.

What are the validation requirements for deploying to a Worlds content server?

Deploying to a Worlds content server requires scenes to meet specific validation requirements. The deployment skill ensures your scene meets these standards before publishing via the /deploy command or manual CLI execution.