> ## Documentation Index
> Fetch the complete documentation index at: https://docs.baimoqilin.com/llms.txt
> Use this file to discover all available pages before exploring further.

# persona

> 显示可用 souls，或切换到其他 soul 人格。

## 用途

使用这个命令查看或切换你当前激活的 soul 人格。

## 语法

```bash theme={null}
/mineclawd persona
/mineclawd persona <soul>
```

## 功能说明

* 不带参数：显示当前激活 soul 和可用 soul 名称。
* 带 `<soul>`：为你的 owner key 切换激活 soul。

## 示例

```bash theme={null}
/mineclawd persona
/mineclawd persona yuki
/mineclawd persona builder
```

## 行为和限制

* soul 名称从 `mineclawd/souls/*.md` 读取。
* 激活选择按 owner 存储在 `mineclawd/souls/.active/` 中。
* 请求执行期间禁止切换人格。

## 常见失败

* `persona not found`：请用 `/mineclawd persona` 验证名称。
* `cannot switch persona while a request is running`：请等待当前请求完成。

关于 soul 编写，请查看 [/configuration/souls](/configuration/souls)。
