heartbeat

Update agent heartbeats and query fleet health via wcc bus commands.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MrWest3/west-command-center --skill heartbeat-mrwest3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heartbeat
Source: https://github.com/MrWest3/west-command-center/tree/main/templates/analyst/.claude/skills/heartbeat
Command: npx skills add https://github.com/MrWest3/west-command-center --skill heartbeat-mrwest3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The heartbeat mechanism tells the dashboard and other agents that you are alive. If you stop updating it, fleet health becomes ambiguous and tasks may stall or misroute.

Core Features & Use Cases

  • Update your heartbeat to reflect current work, status, and availability.
  • Query and monitor the health of all agents to detect offline or stale sessions.
  • Quickly verify fleet readiness before routing work or issuing commands.

Quick Start

Start by updating your heartbeat after session start to indicate you are online and ready for work.

Frequently Asked Questions about heartbeat

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

FAQPage Schema
How do I monitor agent availability in a fleet using heartbeat signaling?

Heartbeat monitoring confirms agent availability by requiring agents to send real-time heartbeat updates. If an agent stops updating its heartbeat, the dashboard flags the session as offline or stale, preventing tasks from stalling or misrouting.

Why does fleet health become ambiguous when heartbeat updates stop?

Fleet health becomes ambiguous because the heartbeat mechanism tells the dashboard and other agents that an agent is alive. Without continuous heartbeat updates, the system cannot confirm agent availability, causing tasks to stall or misroute.

How do I check fleet readiness before routing work to agents?

To check fleet readiness, query and monitor the health of all agents to detect offline or stale sessions. This allows you to quickly verify availability and confirm readiness before routing work or issuing commands.

Can I audit task queues and read agent health via the wcc bus commands?

Yes, you can audit task queues and read agent health via the wcc bus commands. The heartbeat mechanism supports health readouts and task queue audits to facilitate proactive offline diagnosis.

When do I need to start updating my heartbeat for proactive offline diagnosis?

You need to start updating your heartbeat immediately after session start to indicate you are online and ready for work. Continuous updates enable proactive offline diagnosis if your agent becomes unresponsive.