sleep

Pause processes or systems with defined wake conditions and state preservation.

105|13|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/Hmbown/Wizards-of-the-Ghosts --skill sleep-hmbown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sleep
Source: https://github.com/Hmbown/Wizards-of-the-Ghosts/tree/main/generated/hermes/influence-and-behavior/sleep
Command: npx skills add https://github.com/Hmbown/Wizards-of-the-Ghosts --skill sleep-hmbown

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sleep provides a safe, reversible pause for processes or systems while guaranteeing state preservation, avoiding data loss during maintenance or disruption.

Core Features & Use Cases

  • Reversible suspension of targets with guaranteed state preservation.
  • Define wake conditions (timers, manual triggers, or events) to resume operation.
  • Applies to maintenance windows, cooldowns, or non-disruptive pauses for automation hygiene.

Quick Start

Invoke the sleep procedure to design a graceful suspension plan for a target system, specifying what stops, what resumes, and how state is preserved.

Frequently Asked Questions about sleep

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

FAQPage Schema
How do I pause an automation workflow without losing system state?

To pause an automation workflow without losing state, you need a reversible suspension mechanism that preserves data. This approach defines sleep configuration and a state-preservation checklist to prevent data loss during maintenance.

What is a wake condition and how does it work for suspended processes?

A wake condition is the predefined criteria that resume a suspended process. It works by using timers, manual triggers, or system events to automatically restart operations after a maintenance window or cooldown period ends.

Do I need HA_URL and HA_TOKEN to configure a maintenance sleep window?

Yes, you need HA_URL and HA_TOKEN to configure a maintenance sleep window. These prerequisites, along with curl on your PATH, are enforced to ensure the system can authenticate and execute the suspension securely.

What is the best way to gracefully suspend a system for maintenance cooldowns?

The best way to gracefully suspend a system for maintenance cooldowns is to use a reversible suspension plan. This method guarantees state preservation by defining what stops, what resumes, and how wake conditions trigger recovery.

When should I use a reversible sleep suspension instead of stopping a process directly?

Use a reversible sleep suspension instead of stopping a process directly when you need guaranteed state preservation. This approach avoids data loss during non-disruptive pauses and maintains automation hygiene by defining specific wake criteria for recovery.