What problem does it solve? Hermes Agent cron jobs fail silently or cryptically — broken skill references, expired API keys, deprecated model IDs, script path bugs, and timeout issues — and this Skill provides a systematic playbook to find and fix each failure mode. ## Core Features & Use Cases - Systematic Debugging Workflow: Step-by-step commands to list jobs, audit environments with hermes doctor, validate API keys via curl, and verify skill references in jobs.json. - Documented Failure Patterns: Covers 30+ real-world issues including tool-name-as-skill confusion, date hallucination, model drift, silent pre-run script failures, and runaway retry loops. - Audit Scripts: Ships check_broken_skill_refs.py and check_cron_script_paths.py to scan jobs.json for missing skills and doubled script paths, with optional --fix remediation. - Use Case: A daily digest cron job shows last_status: ok but delivers nothing — use this Skill to trace the hung API request, check errors.log, and repair the job's provider configuration. ## Quick Start Use the cron-debugging skill to find out why my cron job stopped delivering output and fix it.