add-3d-models

Add .glb or .gltf models to Decentraland scenes via GltfContainer.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of adding 3D models to Decentraland scenes, making it easier to populate virtual environments with custom or pre-made assets.

Core Features & Use Cases

  • Load 3D Models: Import .glb and .gltf files using GltfContainer.
  • Transform Models: Position, scale, and rotate models within the scene.
  • Add Colliders: Implement collision detection for models using built-in or simple mesh colliders.
  • Browse Free Assets: Access catalogs of free CC0 models from Creator Hub and Polygonal Mind.
  • Use Case: You want to add a detailed medieval castle to your Decentraland parcel. This Skill helps you load the castle model, position it correctly, and ensure players can't walk through its walls.

Quick Start

Use the add-3d-models skill to load the 'myModel.glb' file into your scene at position (8, 0, 8).

Frequently Asked Questions about add-3d-models

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

FAQPage Schema
How do I add 3D models to a Decentraland scene?

To add 3D models to a Decentraland scene, use the `GltfContainer` component to import `.glb` or `.gltf` files. You can then position, scale, and rotate the models to populate your virtual environment with custom or pre-made assets.

Can I use glTF files for 3D model imports in Decentraland?

Yes, you can use glTF files for 3D model imports in Decentraland. The `GltfContainer` component supports loading both `.glb` and `.gltf` file formats, allowing you to easily integrate external 3D assets into your scene.

How do I add collision detection to imported 3D models?

To add collision detection to imported 3D models, implement built-in or simple mesh colliders on your loaded assets. This ensures players cannot walk through solid objects like walls, preventing them from passing through scene boundaries.

Where can I find free CC0 3D models for scene assets?

You can find free CC0 3D models for scene assets by accessing catalogs from Creator Hub and Polygonal Mind. These resources provide pre-made models that you can directly import into your Decentraland scene.

What's the best way to position and scale 3D models in a scene?

The best way to position and scale 3D models in a scene is by applying model transformations after loading the file with `GltfContainer`. This allows you to accurately adjust the coordinates, rotation, and size of the asset within your environment.