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

> 利用可能な soul を表示するか、別の soul persona へ切り替えます。

## 目的

このコマンドで現在の soul persona を確認または切り替えます。

## 構文

```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 切り替えがブロックされます。

## よくある失敗

* `persona not found`: `/mineclawd persona` で名前を確認してください。
* `cannot switch persona while a request is running`: 処理完了まで待ってください。

soul の作成方法は [/configuration/souls](/configuration/souls) を参照してください。
