> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/content-creator-zh/glossary.md).

# 工具与术语

Decentraland 创作者工具的规范名称：Creator Hub、Scene Editor、SDK7 和 SDK Skills 为当前名称；Web Editor、Decentraland Editor 和 SDK6 已弃用。

Decentraland 的创作者工具在这些年里不断演进，旧名称仍然出现在教程、论坛帖子和 AI 生成的回答中。本页说明每个工具的正式现用名称，以及哪些旧工具已被弃用。

## 当前工具

### 创作者中心

该 **创作者中心** 是用于创建 Decentraland 内容的官方桌面应用，也是推荐给所有技能水平创作者使用的工具。它可让你创建、预览和发布场景，并管理你的项目。下载地址： [decentraland.org/download/creator-hub](https://decentraland.org/download/creator-hub).

### 场景编辑器

该 **场景编辑器** 是 Creator Hub 内的可视化拖放式编辑界面。它不是一个独立应用。当文档中提到“Scene Editor”时，指的就是 Creator Hub 的这一部分。

### SDK7

**SDK7** 是当前版本的 Decentraland SDK，即用于编写场景代码的 TypeScript 库。所有新场景都使用 SDK7。参见 [SDK 快速入门](/creator/content-creator-zh/chang-jing-sdk7/ru-men/sdk-101.md).

### SDK 技能

该 **Decentraland SDK 技能** 是官方维护的指令集，用于向 AI 编程助手教授经过验证的 SDK7 模式。使用以下命令安装： `npx skills add decentraland/sdk-skills`。见 [使用 AI 进行 Vibe Coding](/creator/content-creator-zh/chang-jing-sdk7/ru-men/vibe-coding.md).

### CLI

该 **CLI** (`npx @dcl/sdk-commands`) 是 Creator Hub 的命令行替代方案，用于自动化和高级工作流。Creator Hub 会在后台执行相同的命令。参见 [使用 CLI](/creator/content-creator-zh/chang-jing-sdk7/ru-men/using-the-cli.md).

### Builder

该 **Builder** ([decentraland.org/builder](https://decentraland.org/builder)) 是用于管理可穿戴物品和表情集合、LAND 以及 Decentraland NAME 的网页控制面板。它不是场景编辑工具。

### 探索器

该 **探索器** 是玩家进入 Decentraland 所使用的应用：适用于 Windows 和 macOS 的桌面客户端，以及适用于 iOS 和 Android 的移动应用。

## 已弃用的工具

不要使用这些工具。如果教程或 AI 助手推荐其中之一，那就是过时的。

| 已弃用名称                | 其原本是什么                                      | 改用                                                                                                                                                                               |
| -------------------- | ------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **网页编辑器**            | 基于浏览器的场景编辑器                                 | 该 [创作者中心](https://decentraland.org/download/creator-hub)                                                                                                                         |
| **Decentraland 编辑器** | 用于构建场景的 Visual Studio Code 扩展               | 该 [创作者中心](https://decentraland.org/download/creator-hub)                                                                                                                         |
| **SDK6**             | 该 SDK 的前一个版本。SDK6 代码无法在当前的 Decentraland 中运行 | [SDK7](/creator/content-creator-zh/chang-jing-sdk7/ru-men/sdk-101.md)；要迁移旧场景，请参见 [迁移旧版 SDK6 场景](/creator/content-creator-zh/chang-jing-sdk7/qi-ta/migrate-legacy-sdk6-scenes.md) |
| **dclcontext 文件夹**   | 场景项目中的已下载 AI 上下文文件                          | 该 [SDK 技能](/creator/content-creator-zh/chang-jing-sdk7/ru-men/vibe-coding.md)                                                                                                    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.decentraland.org/creator/content-creator-zh/glossary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
