---
title: Cron
description: 定時実行。「毎朝7時にニュースをまとめて」のような予約を自然な言葉で作れる。
sources:
  - https://hermes-agent.nousresearch.com/docs/user-guide/features/cron
  - https://hermes-agent.nousresearch.com/docs/guides/automate-with-cron
hermes_version: "0.20.6"
confidence: high
raw: /hermes/raw/concepts/cron.md
---

# Cron

Cron は、定時実行です。「毎朝 7 時にニュースをまとめて Telegram に送って」のような予約を、自然な言葉のまま作れます。決めた時刻になると Hermes がひとりで動いて、結果を窓口に届けます。

予約に skill を添えて「このやり方で」と指定することもできます。LLM を使わず、スクリプトの出力だけを定時に届ける軽い形もあります。

## 公式で読む

- しくみ — [Cron Jobs](https://hermes-agent.nousresearch.com/docs/user-guide/features/cron)
- 実例パターン — [Automate with Cron](https://hermes-agent.nousresearch.com/docs/guides/automate-with-cron)
- スクリプトだけの形 — [Script-Only Cron Jobs](https://hermes-agent.nousresearch.com/docs/guides/cron-script-only)
- 動かないときの調べ方 — [Cron Troubleshooting](https://hermes-agent.nousresearch.com/docs/guides/cron-troubleshooting)

## このサイトの関連

- [運用](/hermes/ops/)
