Show Pulse

Collects MCP tool indicators and renders a system-pulse HTML snippet for health reporting.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill show-pulse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Show Pulse
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/show-pulse
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill show-pulse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Health monitoring for active systems by aggregating indicators from MCP tools to reveal overall status and potential issues.

Core Features & Use Cases

  • Gather health data from MCP tools such as kai_warm_start, check_work_ledger, and check_heartbeat.
  • Build an indicators array with name, status, value, and icon, plus is_green/is_yellow/is_red flags.
  • Render the system-pulse HTML using render_template and present a ready-to-use dashboard or status snippet for ops reviews.

Quick Start

Run a system health pulse to render the latest indicators for the current environment.

Frequently Asked Questions about Show Pulse

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

FAQPage Schema
How do I monitor system health across MCP services for incident triage?

Render a system health dashboard by collecting indicators from MCP tools and generating an HTML snippet. It builds an indicators array with name, status, value, and icon flags, then renders a ready-to-use status snippet for operations reviews.

What MCP tools are used for continuous health monitoring of system services?

Continuous health monitoring uses kai_warm_start, check_work_ledger, and check_heartbeat MCP tools to gather operational data. These tools supply the raw indicators needed to evaluate system status and detect potential issues across monitored environments.

Can I generate a status dashboard snippet from MCP tool indicators for ops reviews?

Yes, you can generate an HTML status snippet by rendering a system-pulse template with collected MCP tool indicators. The output includes is_green, is_yellow, and is_red flags to visually communicate system health for ops reviews.

Does this system health monitoring approach work without external dependencies?

Yes, system health monitoring works without external dependencies. The Skill relies on internal MCP tool data gathering and template rendering to produce the health pulse, requiring no additional setup beyond the existing MCP-monitored environment.

How are health indicators classified into status flags during monitoring?

Health indicators are classified into is_green, is_yellow, and is_red flags based on the values collected from MCP tools. Each indicator in the array includes a name, status, value, and icon to represent the current system health state visually.