What problem does it solve? Hermes cron jobs silently fail when the global inference config drifts from create-time settings, when attached skill names are wrong, or when the gateway is not running. This Skill encodes the reliability rules and full lifecycle workflow so scheduled autonomous jobs actually fire and deliver. ## Core Features & Use Cases - Pinned Job Creation: Create cron jobs via the CLI with explicit --model and --provider flags to prevent silent drift-skip failures. - Lifecycle Verification: Verify registration with hermes cron list, test immediately with hermes cron run, and inspect output files under <profile>/cron/output/. - Delivery & Gateway Checks: Discover Telegram or other delivery wiring from the profile .env, and surface gateway-not-running warnings before jobs silently never fire. - Use Case: A user asks for a daily AI digest delivered to Telegram at 2pm. The Skill writes a self-contained prompt file, creates a pinned job via CLI, tests it, and confirms the gateway is running. ## Quick Start Create a Hermes cron job that runs every day at 2pm and delivers a summary to Telegram, pinned to the current model and provider.