npcs

Installation
SKILL.md

NPCs in Decentraland

Two approaches — choose based on what the NPC needs to do:

Approach Use when
NPC Toolkit (dcl-npc-toolkit) GLB model, needs dialogue, walking, state machine behavior
AvatarShape Needs to look like a Decentraland avatar (wearables, expressions)

Approach 1 — NPC Toolkit (GLB-based)

The toolkit handles dialogue UI, movement along paths, animations, and interaction out of the box.

Install:

npm i dcl-npc-toolkit
Installs
144
GitHub Stars
3
First Seen
Jul 2, 2026
npcs — decentraland/sdk-skills