From claude-hermes
Checks the status of the heartbeat daemon: running state, countdown timers, configuration, and scheduled jobs.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-hermes:statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
Show the current status of the heartbeat daemon. Check all of the following: 1. **Daemon process**: Read `.claude/hermes/daemon.pid` and check if the process is alive with `kill -0 <pid>`. Report whether the daemon is running or stopped. 2. **Countdowns**: Read `.claude/hermes/state.json` and show the time remaining until each next run (heartbeat and jobs). Calculate the countdown from the current time. 3. **Configuration**: Read `.claude/hermes/settings.json` and show the current settings (heartbeat interval, prompt, enabled status). 4. **Jobs**: List all `.md` files in `.claude/hermes...
Show the current status of the heartbeat daemon. Check all of the following:
Daemon process: Read .claude/hermes/daemon.pid and check if the process is alive with kill -0 <pid>. Report whether the daemon is running or stopped.
Countdowns: Read .claude/hermes/state.json and show the time remaining until each next run (heartbeat and jobs). Calculate the countdown from the current time.
Configuration: Read .claude/hermes/settings.json and show the current settings (heartbeat interval, prompt, enabled status).
Jobs: List all .md files in .claude/hermes/jobs/ and show their name and schedule.
Format the output clearly for the user.
npx claudepluginhub sypsyp97/claude-hermes/statusShows the current status of the heartbeat daemon, including process health, countdowns to next runs, configuration settings, and scheduled jobs.
/statusChecks status of the Nights Watch daemon, showing running state, PID, task/rules config, recent activity, and next execution time.
/gm-statusChecks the current state of operations by querying daemon status, listing tasks, and agent sessions, then produces a concise summary report.
/startStarts the ClaudeClaw heartbeat daemon with interactive setup and security checks for Telegram, Discord, and permissions.
/statusDisplays the HammerTime status dashboard including rules, debug log, and hook health by running a Python status script.
/statusChecks Schrute daemon and engine status, displaying engine mode, uptime, known sites count, and skills summary in a dashboard.