Open troubleshooting index CMD K

Scheduled automation

Hermes Agent cron jobs

Cron jobs are useful for narrow recurring Hermes Agent tasks such as daily briefs, research digests, inbox summaries, and issue monitors. They are risky when the workflow can mutate files, message users, or spend provider tokens without a review step.

Agent Guide is an independent editorial resource. It is not affiliated with, endorsed by, or sponsored by Nous Research, Hermes Agent, or Hermes/Hermes brand owners. Product names and marks belong to their respective owners.

Intent hermes-agent-cron-jobs
Sources 5
Schema 2
Links 6

Direct answer

Start Hermes Agent cron jobs with read-only, reviewable outputs: daily research brief, weekly digest, inbox summary draft, calendar prep, GitHub issue monitor, or Obsidian review. Do not start with workflows that send messages, modify production files, or make external commitments.

A good cron workflow has one trigger, one bounded input set, one output location, one review step, one cost stop rule, and an emergency disable path.

Best for

Avoid if

What this page covers

What this page does not cover

Quick steps

  1. Write the workflow as a manual prompt and run it once.
  2. Classify the output: safe, needs review, risky, or avoid for now.
  3. Add a schedule only after the manual run is stable.
  4. Route output to a private draft location before any external send.
  5. Add cost, log, and disable checks before increasing frequency.

Known breakpoints

BreakpointWhy it happensSafer response
Cron job does not fireSchedule syntax, runtime state, or service availability changedCheck current docs, logs, and public issue reports before retrying.
Output goes to the wrong channelDelivery target was not isolatedUse private draft channels and manual review.
Token spend spikesSchedule frequency or retry behavior too broadLower frequency and set provider cost stop rules.
Bad data repeatsStale memory or unchecked source reused every runRe-check source inputs and memory before rescheduling.

Security notes

Community signal note

Community signals are used to identify recurring questions and user-reported friction. They are not official product claims.

Changelog

Agent Guide judgment

Cron is where small mistakes become recurring mistakes. A scheduled Hermes workflow should be treated as production automation even if the task looks harmless.

The minimum safe version has a manual run, private output, retry cap, cost cap, logs, and a disable command. Without those, keep it manual.

Cron smoke test

  1. Run the workflow manually twice with predictable output.
  2. Schedule it to a private draft destination first.
  3. Confirm logs, retry behavior, and provider cost after one scheduled run.
  4. Write the disable command where the operator can find it.

Cron value ladder

LevelExampleWhy it is safer or riskier
Safe firstPrivate daily research brief.Read-only input, draft output, human review.
Needs reviewInbox or calendar summary.Private data enters the workflow.
RiskyMessaging-channel report with outbound delivery.Bad outputs reach other people.
Avoid firstCustomer support, legal, finance, or file-mutating automation.High-stakes or external effects repeat unattended.

Official sources reviewed

Source Used for Last checked Confidence
Hermes Agent documentation Hermes Agent feature scope, documentation structure, and official source navigation. 2026-06-05 high
Hermes Agent messaging docs Gateway-supported messaging surfaces, 20+ platform context, setup boundaries, and chat-platform workflow risk. 2026-06-05 high
Public Hermes Agent cron issue reports Publicly reported cron friction patterns; not treated as official product status. 2026-06-05 medium
Hermes Agent security guide Approval modes, gateway authorization, Docker terminal backend hardening, and credential cautions. 2026-06-05 high
Reddit r/hermesagent community start thread Community demand signals for Docker vs local vs VPS, memory/context, OpenRouter, and install anxiety; not used as product truth. 2026-06-05 low

Known caveats: Public issue reports can show friction patterns, but they are not official product status. Verify current docs and releases before relying on cron behavior.

FAQ

What is the safest first Hermes Agent cron job?

A private daily brief or research digest that writes a draft for human review is safer than any job that sends messages or mutates files.

Should cron jobs run without supervision?

Only after the workflow is narrow, observable, cost-capped, and easy to disable.

Operator checklist

Get the Agent Guide launch checklist

Receive the smoke-test order for install path, sandbox boundary, provider setup, source review, and production checks.