home/dot_hermes/skills/scheduled-task-authoring/SKILL.md
Design and verify Hermes cron jobs and recurring automation. Use when creating, editing, reviewing, pausing, or debugging scheduled Hermes tasks.
npx skillsauth add salverius-tech/dotfiles scheduled-task-authoringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Hermes cron jobs run in fresh sessions without the current conversation. Make every scheduled prompt self-contained.
Define:
A cron task cannot ask the user a clarification question. Resolve required inputs before scheduling it.
For unattended or background work, define the full operating contract:
Classify actions by consequence, reversibility, and blast radius rather than treating all actions uniformly:
Batch coherent review where possible. Requiring approval for every harmless action creates approval fatigue and makes consequential approvals less attentive.
Do not create recurring jobs, fan-out delivery, or external side effects without explicit authorization. Never put tokens or credentials in the prompt. Use the runtime's credential and environment mechanisms.
Start with a one-shot run or hermes cron inspection before making a job recurring.
Verify the saved job, the most recent run, its output, and its delivery target. Keep
scheduled prompts from recursively creating more scheduled jobs.
When reporting status, distinguish saved, running, completed, failed, and delivered. For recurring work, also verify idempotency, retry behavior, and that a failed run cannot silently produce a false success report.
tools
Use when creating, reviewing, measuring, updating, or pruning Hermes skills and bundles.
testing
Inspect, modify, test, and review Git repositories without unintended commits or destructive changes. Use for repository work, reviews, branch operations, or release preparation.
tools
Install, inspect, enable, load, and verify Hermes plugins and companion services. Use when a Hermes plugin, bridge, gateway integration, or plugin-provided tool is missing or unreliable.
tools
Operate, configure, diagnose, and verify Hermes Agent installations. Use when the user asks about Hermes models, tools, skills, plugins, profiles, configuration, gateways, updates, or runtime health.