From egregore
Installs a system-level watchdog daemon that monitors the egregore process and automatically relaunches it after crashes, rate limits, or context overflows. Supports --window and --interval options.
How 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 ...
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.npx claudepluginhub athola/claude-night-market --plugin egregore/startStarts the Claude Nights Watch daemon to monitor usage windows and autonomously execute tasks from task.md, with optional --at scheduling.
/startInitializes and launches a background daemon for scheduled prompts and event-driven triggers. Walks through model selection, heartbeat setup, and optional Telegram/Discord integration.
/startStarts the ClaudeClaw heartbeat daemon with interactive setup and security checks for Telegram, Discord, and permissions.
/startStarts the ClaudeClaw project daemon with interactive setup for AI model, Telegram, Discord, and security configuration. Also supports one-shot prompting.