hermes-cronjob-management

Automate Hermes cron job scheduling, delivery targeting, and failure diagnosis.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/shiftrepo/aws --skill hermes-cronjob-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermes-cronjob-management
Source: https://github.com/shiftrepo/aws/tree/main/HermesAgent/skills/skills/devops/hermes-cronjob-management
Command: npx skills add https://github.com/shiftrepo/aws --skill hermes-cronjob-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the full lifecycle of Hermes cron jobs, including creation, updating delivery destinations, running tests, and diagnosing delivery failures.

Core Features & Use Cases

  • Create and update cron jobs with proper delivery targets, ensuring messages reach the intended thread or channel.
  • Run on-demand tests, inspect logs, and diagnose delivery failures across Slack threads and channels.
  • Pause, resume, or remove jobs, and query job state such as next run time and last execution status.

Quick Start

Create a new Hermes cron job that delivers to the origin thread and verify delivery in the current context.

Frequently Asked Questions about hermes-cronjob-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Hermes cron job scheduling and delivery to Slack channels?

Automate Hermes cron job scheduling by creating jobs with validated delivery targets, ensuring messages reach the intended Slack threads and channels without manual intervention.

What is the best way to diagnose cron job delivery failures in Slack threads?

Diagnose cron job delivery failures by running on-demand tests and inspecting execution logs to identify issues across Slack threads and channels.

How do I pause and resume Hermes cron jobs without losing state?

Pause and resume Hermes cron jobs using exposed commands that store job state, preserving the next run time and last execution status safely during suspension.

Can I run an immediate test of a Hermes cron job before its scheduled time?

Run immediate tests of Hermes cron jobs on-demand to verify delivery targeting and inspect logs before the next scheduled execution occurs.

How do I update the delivery destination of an existing cron job to a new Slack channel?

Update the delivery destination of an existing cron job by modifying its target, ensuring the new Slack channel or thread is validated before applying the change.