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

# 自定义机器人皮肤

## 简介

此功能旨在群组可自定义自己的机器人，让群管理更具个性化

## 方式

1. 拉取呆呆兽、自定义的机器人到群组
   1. 机器人赋“管理员”权限
2. <mark style="color:red;">群组内</mark> 发送“后台”
   1. 记得是群组内，不是私聊机器人发送
   2. 群主、管理员要取消“匿名管理员”，也不能用频道号发送！需用个人号发送
3. 登录后台，“群组设置”里，开启“使用自定义机器人”
   1. 贴入机器人Key（API Token）、用户名

![](/files/SK3iJVSwR5gXrC0DUNG0)

## 效果

![](/files/OAzB2OZgxbI4Svk9Nr6d)

## 进阶

* 目前支持群聊内机器人换皮复刻
* 如要在“私聊机器人”的场景下也能复刻功能，请联系 [呆呆王](https://t.me/intOrderBot)&#x20;


---

# 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:

```
GET https://ddsh.gitbook.io/free/bot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
