> ## 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 在开始前会校验你的 provider 配置。
* MineClawd 会自动创建或复用当前活动会话。
* 每个 session owner 同时只允许一个活动请求。
* prompt 回显和任务状态可见范围遵循 `broadcast-requests-to` 设置。

## 常见失败

* `OpenAI API Key is missing` 或 `Vertex AI API Key is missing`：请在配置中设置凭据。
* `another request is still running for this session`：请等待请求完成后再重试。
