sleep
Installation
SKILL.md
Sleep
Put processes, notifications, or systems into graceful suspension.
What This Skill Does
Sleep = temporary, reversible suspension with guaranteed state preservation. The target stops acting but wakes up intact. No data loss, no corruption, no permanent change. In this grimoire, Sleep is treated as a hybrid spell with a shipping-now delivery profile. Canonical reference input: Sleep (spell).
When To Use
- Keywords: pause, suspend, hibernate, DND, maintenance window, cooldown, quiet mode, silence temporarily, freeze (with resume), graceful degradation
- Patterns requiring all three:
- Something must stop acting for a defined period
- State/queue/context must be preserved during the stop
- A wake condition exists (timer, threshold, manual trigger, external event)
Prerequisites
- Environment variables available to Hermes:
HA_URL,HA_TOKEN. - Primary credential or token:
HA_TOKEN. - Binaries on PATH:
curl.