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

# HEARTBEAT.md テンプレート

# HEARTBEAT.md テンプレート

`HEARTBEAT.md` はエージェントのワークスペースにあり、定期 Heartbeat チェックリストを保持します。空、または空白、Markdown コメント、ATX 見出し、空のリストスタブ（`- `、`* [ ]`）、フェンスマーカーのみの状態にしておくと、OpenClaw は Heartbeat モデル呼び出しを完全にスキップします（`reason=empty-heartbeat-file`）。

出荷時のデフォルト内容:

```markdown theme={"theme":{"light":"min-light","dark":"min-dark"}}
<!-- Heartbeat template; comments-only content prevents scheduled heartbeat API calls. -->

# Keep this file empty (or with only comments) to skip heartbeat API calls.

# Add tasks below when you want the agent to check something periodically.
```

定期チェックが必要な場合にのみ、コメント行の下に短いタスクを追加します。小さく保ってください。Heartbeat 実行はティックごと（デフォルトでは 30 分ごと）にこのファイルを読み取るため、肥大化した指示は起床のたびにトークンを消費します。

単純なチェックリストではなく期限到来時のみのチェックを行うには、タスクごとの `interval` と `prompt` フィールドを持つ構造化された `tasks:` ブロックを使用します。形式と動作については [HEARTBEAT.md](/ja-JP/gateway/heartbeat#heartbeatmd-optional) を参照してください。

## 関連

* [Heartbeat](/ja-JP/gateway/heartbeat)
* [Heartbeat 設定](/ja-JP/gateway/config-agents)
