> For the complete documentation index, see [llms.txt](https://sebun1.gitbook.io/skins-zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sebun1.gitbook.io/skins-zh/jian-jie.md).

# 简介

{% hint style="warning" %}
这个文档目前仍然在更新，如有缺失或不准确的地方欢迎反馈。
{% endhint %}

Skins 让你可以用模块化的形式定义并且使用皮肤，不再局限于游戏传统换皮的许多限制。

通过 [皮肤组编辑器](/skins-zh/editor/editor.md) 可以十分简单的创建新的或者把传统 asset 形式的皮肤创作成 Skins 的格式。

## 快速上手

如果你想要了解如何开始在游戏中使用皮肤，见 [获取皮肤](/skins-zh/plugin/obtaining-skins.md) 和 [切换皮肤](/skins-zh/plugin/qie-huan-pi-fu.md)。

如果你想开始创建或把已有的皮肤转变成 Skins 的格式（皮肤组），见 [Broken mention](broken://pages/B7QHFhTU8CftgPvrcz93) 和 [皮肤组编辑器](/skins-zh/editor/editor.md)。

更多地了解 Skins 的格式设计以及核心概念，见 [Schema / 概念](/skins-zh/schema/lu-jing.md)。

***

除此之外，

<table><thead><tr><th width="241.833251953125">如果你想了解……</th><th width="249.0001220703125">见……</th></tr></thead><tbody><tr><td>关于<a href="https://thunderstore.io/c/gtfo/p/food/Skins/">插件</a>的一些基本信息</td><td><a data-mention href="/pages/Hw2Eo7d20SAcWcTJ9ULm">/pages/Hw2Eo7d20SAcWcTJ9ULm</a></td></tr><tr><td>概念以及 Schema</td><td><a data-mention href="/pages/fwFDeZmaeBF7eFrhb3mN">/pages/fwFDeZmaeBF7eFrhb3mN</a></td></tr><tr><td>如何创建皮肤组</td><td><a data-mention href="/pages/hzF55lhnO2bX3hST9IY6">/pages/hzF55lhnO2bX3hST9IY6</a></td></tr><tr><td>如何发布和分享皮肤组</td><td><a data-mention href="/pages/koxnIs3l0B9CDR9S6YEO">/pages/koxnIs3l0B9CDR9S6YEO</a></td></tr></tbody></table>

## 反馈

若对于此文档，Skins 插件，编辑器，等有任何反馈，你可以在 Discord 上的反馈频道发条消息，或者在 B站上找到我（UID: `269024275`）。

{% embed url="<https://discord.com/channels/782438773690597389/1513573346950905866>" %}

## 相关链接

### 插件

{% embed url="<https://thunderstore.io/c/gtfo/p/food/Skins/>" %}

### 源代码 (插件 + 编辑器)

{% embed url="<https://git.takina.io/gtfo/skins>" %}

### 最新编辑器安装包 (Windows)

{% embed url="<http://s3.jector.io/release/skingroup-editor/latest/win/SkinGroupEditorSetup.exe>" %}


---

# 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://sebun1.gitbook.io/skins-zh/jian-jie.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.
