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

# prompt

> 自然言語のリクエストを MineClawd に送信します。

## 目的

このコマンドで MineClawd に作業を依頼します。

## 構文

```bash theme={null}
/mineclawd prompt <request>
/mclawd <request>
```

## 使う場面

ワールド編集、コマンド作業、KubeJS 自動化など、日常的な依頼に使います。

## 例

```bash theme={null}
/mclawd すぐ隣に9x9の小麦畑を作って
/mineclawd prompt プレイヤーが寝たときに通知するサーバースクリプトを作って
```

## 動作と制限

* MineClawd は開始前にプロバイダー設定を検証します。
* MineClawd はアクティブセッションを自動で作成または再利用します。
* セッション owner ごとに同時実行できるリクエストは 1 件です。
* プロンプト表示とタスク状態の公開範囲は `broadcast-requests-to` 設定に従います。

## よくある失敗

* `OpenAI API Key is missing` または `Vertex AI API Key is missing`: config で認証情報を設定してください。
* `another request is still running for this session`: 完了まで待ってから再試行してください。
