HERMES KNOWLEDGE BASE

Automation guides

30 public guides in this topic. Use search or pick a nearby topic without scrolling through a long sidebar.

Filtered pages

30 results

Cron Workers for Social Engagement

How HeyRocky separates publishing, commenting, resharing, and AI News curation into small scheduled workers with safety rules.

AutomationcronXsocial

Cron Jobs

How Hermes cron jobs let Rocky run recurring briefs, checks, and automations safely with self-contained prompts and delivery rules.

Automationautomationhermesrocky

Script-Only Cron Jobs

A practical guide to script-only cron jobs in a verified Hermes/Rocky workflow.

Automationautomationhermesrocky

Attach Cron Jobs to Sessions

A practical guide to attach cron jobs to sessions in a verified Hermes/Rocky workflow.

Automationautomationhermesrocky

Delegation and Subagents

A practical guide to delegation and subagents in a verified Hermes/Rocky workflow.

Automationautomationhermesrocky

Background Processes

A practical guide to background processes in a verified Hermes/Rocky workflow.

Automationautomationhermesrocky

Long-Running Agent Spawns

A practical guide to long-running agent spawns in a verified Hermes/Rocky workflow.

Automationautomationhermesrocky

Designing Daily Briefings

How to create daily Rocky briefings that are worth reading by focusing on changes, urgency, approvals, and next actions.

Automationdaily briefcronsummaries

Cron Jobs That Do Not Spam

How to design recurring Rocky jobs that alert only when useful, stay quiet when nothing changed, and avoid duplicate notifications.

Automationcronalertsmonitoring

The Rocky Daily Operating Brief

How to design a daily Rocky brief that summarizes what changed, what is urgent, what needs approval, and what can wait.

Automationdaily briefcronoperations

Webhook-Triggered Rocky Workflows

How to design public-safe event-driven Rocky workflows with clear payload boundaries, test events, and delivery verification.

Automationwebhooksautomationevents

Safe Webhook Ingestion Patterns for Rocky

Design webhook-triggered Rocky workflows with authentication, payload limits, replay protection, and human-readable delivery reports.

Automationwebhooksautomationsecurity

Cron Job Runbook for Daily Briefs

A public-safe runbook for recurring Rocky jobs that gather facts, summarize changes, and report only when there is something useful.

Automationcrondaily briefautomation

Webhook Direct Delivery Readiness

Prepare webhook-triggered Rocky workflows with signing, idempotency, delivery routing, logging, and public/private boundaries.

Automationwebhooksautomationgateway

Autonomous Cron Job Release Discipline

Run scheduled Rocky work like a release process: inspect sources, edit only safe surfaces, verify locally, deploy only on green checks, and report receipts.

Automationcronautomationrelease-gates

Hermes Event Hooks Operations Guide

Choose and operate gateway, plugin, and shell hooks without turning lifecycle automation into an invisible or over-privileged failure point.

Automationevent-hooksgatewayplugins

Secure Webhook Subscriptions for Rocky

Design event-driven Rocky workflows with signed routes, narrow prompts, idempotency, rate limits, and least-privilege tool access.

Automationwebhookshmacidempotency

Script-Only Cron Jobs Without LLM Cost

Use Hermes no-agent cron mode for deterministic watchdogs, alerts, and metrics that should run cheaply and stay silent when healthy.

Automationcronno-agentwatchdogs

Persistent Goals with Completion Contracts

Use persistent goals for multi-turn missions, then tighten autonomous progress with verification criteria, scope boundaries, subgoals, and wait barriers.

Automationgoalsralph-loopverification

Understand Hermes Cron Scheduler Internals

Trace job storage, tick locking, fresh-session execution, provider triggers, delivery, recursion guards, and scale-to-zero scheduling.

Automationcron internalsschedulerfresh sessions

Create Hermes Cron Jobs from Blueprints

Use blueprint templates to create repeatable cron jobs through guided or direct slot filling, then inspect the concrete job before its first scheduled run.

Automationblueprintscrontemplates

Park Persistent Hermes Goals on Background Work

Let goal loops wait on tracked builds and processes instead of wasting turns, with durable barriers, completion notifications, and stale-wait recovery.

Automationgoalsbackground processeswait barrier

Build Safe Hermes Quick Commands for Repeated Actions

Create reviewed no-model shortcuts for repeated shell actions across CLI and messaging surfaces, with narrow arguments, safe output, and normal approval boundaries.

AutomationHermes quick commandsCLI automationmessaging gateway