heartbeat

Update heartbeat statuses and read heartbeats via zeus bus commands.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill heartbeat-jbode-mhhs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heartbeat
Source: https://github.com/JBODE-mhhs/Zeus2.0-public/tree/main/templates/analyst/.claude/skills/heartbeat
Command: npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill heartbeat-jbode-mhhs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The heartbeat is how the dashboard and other agents know you are alive. If you stop updating it, you appear DEAD.

Core Features & Use Cases

  • Agent liveness: update heartbeats on session start and during work to reflect current task status.
  • Fleet health checks: read all heartbeats, identify stale or offline agents, and triage issues.
  • Event logging and auditing: log heartbeat events and inspect per-agent history to diagnose problems.

Quick Start

Enable the heartbeat cron and update your heartbeat with a brief current-task summary to begin monitoring fleet status.

Frequently Asked Questions about heartbeat

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

FAQPage Schema
How do I monitor agent liveness and detect offline agents in a fleet?

Enable the heartbeat cron to schedule regular liveness checks, then update your heartbeat with a brief current-task summary. This maintains continuous fleet status monitoring and prevents agents from appearing dead.

Why does my agent appear dead on the dashboard?

An agent appears dead when it stops updating its heartbeat status. The dashboard and other agents rely on these heartbeat updates to confirm liveness, so missing updates indicate the agent is offline.

What is a heartbeat cron and how does it maintain fleet health?

A heartbeat cron is a scheduled task that regularly updates agent liveness statuses. By automating heartbeat updates with current task summaries, it ensures the dashboard accurately reflects fleet health and detects offline agents.

Can I log heartbeat events and inspect per-agent history for auditing?

Yes, you can log heartbeat events and inspect per-agent history using zeus bus commands. This event logging supports problem diagnosis and auditing by providing a detailed record of agent availability and task status.

How do I check inbox and read heartbeats through the zeus bus?

You can check inboxes and read heartbeats by executing zeus bus commands supported by the heartbeat skill. These commands allow you to retrieve current liveness statuses and log heartbeat events for fleet management.