Help us improve
Share bugs, ideas, or general feedback.
From egregore
Installs a watchdog daemon (launchd on macOS, systemd on Linux) to monitor and automatically relaunch egregore sessions after crashes, rate limits, or context overflows.
npx claudepluginhub athola/claude-night-market --plugin egregoreHow this command is triggered — by the user, by Claude, or both
Slash command
/egregore:install-watchdogThe summary Claude sees in its command listing — used to decide when to auto-load this command
# install-watchdog Install a system-level daemon that monitors the egregore and relaunches it after crashes, rate limits, or context overflows. ## What It Does On macOS, installs a launchd agent (`com.egregore.watchdog`) that runs the watchdog script at a fixed interval. On Linux, installs a systemd user timer (`egregore-watchdog.timer`) instead. The watchdog checks: 1. Whether active work items remain in the manifest. 2. Whether a cooldown period is still active. 3. Whether a session is already running (via pidfile). If work remains and no session is running, the watchdog relaunches ...
/startStarts the Nights Watch daemon to monitor Claude usage limits and autonomously execute tasks from task.md. Supports optional --at TIME scheduling.
/startStarts ClaudeClaw heartbeat daemon: blocks home-dir starts, installs Bun/Node if needed, checks/runs interactive config for model, heartbeat, Telegram/Discord/security.
/schedulerManages the scheduled workflow runner daemon: start, stop, check status, or emergency-stop via natural language.
Share bugs, ideas, or general feedback.
Install a system-level daemon that monitors the egregore and relaunches it after crashes, rate limits, or context overflows.
On macOS, installs a launchd agent
(com.egregore.watchdog) that runs the watchdog script
at a fixed interval. On Linux, installs a systemd user
timer (egregore-watchdog.timer) instead.
The watchdog checks:
If work remains and no session is running, the watchdog relaunches the egregore.
jq must be installed (used to parse manifest and
budget files).claude CLI must be on your PATH.| Option | Default | Description |
|---|---|---|
--window | 5h | Time window for the session |
--interval | 300 | Check interval in seconds |
/egregore:uninstall-watchdog to remove the daemon./egregore:summon to start processing.