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

# BOOT.md 模板

# BOOT.md

在这里添加简短、明确的启动说明。如果该文件存在且包含非空白内容，内置的 `boot-md` 钩子会在每次 Gateway 网关启动时，为每个 Agent 工作区运行一次此文件。共享同一工作区的多个智能体只会触发一次运行。

该钩子默认禁用。先启用它：

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw hooks enable boot-md
```

如果清单项会发送消息，请使用消息工具，然后用精确的静默令牌 `NO_REPLY` 回复（不区分大小写）。

## 相关

* [Agent 工作区](/zh-CN/concepts/agent-workspace)
* [Hooks](/zh-CN/automation/hooks#boot-md)
