pilot-status-page-setup

Deploy a three-agent status-page pipeline for monitoring and incident publishing.

7|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-status-page-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pilot-status-page-setup
Source: https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-status-page-setup
Command: npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-status-page-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy a ready-to-run status-page pipeline that coordinates three agents to monitor service health, aggregate status, and publish incidents to subscribers.

Core Features & Use Cases

  • Orchestrates a three-node setup (monitor, aggregator, publisher) to collect health checks, compute overall status, and broadcast incidents.
  • Supports trust handshakes and data-flow wiring between roles to maintain an accurate, public status page.

Quick Start

Configure three agents, install their respective pilot-health, pilot-event-filter, and pilot-webhook-bridge skills, set hostnames, and establish required handshakes to launch the status-page pipeline.

Frequently Asked Questions about pilot-status-page-setup

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

FAQPage Schema
How do I set up an automated status page pipeline for uptime monitoring?

To set up an automated status page pipeline, this Skill deploys a three-agent architecture using pilotctl to monitor service health, aggregate status, and publish incidents to subscribers across multiple hosts.

What is a three-agent status page setup and how does it work?

A three-agent status page setup coordinates a monitor, aggregator, and publisher agent to collect health checks, compute overall status, and broadcast incidents using the Pilot Protocol for trust handshakes and data-flow wiring.

How do I configure incident management and communication for multiple hosts?

You configure incident management for multiple hosts by installing pilot-health, pilot-event-filter, and pilot-webhook-bridge skills on the three agents, setting hostnames, and establishing required trust handshakes.

Does the Pilot Protocol support trust handshakes for automated incident communication?

Yes, the Pilot Protocol supports trust handshakes for automated incident communication by defining role manifests and orchestrating peer data flows between the monitor, aggregator, and publisher agents.

Can I use clawhub and pilotctl to broadcast service incidents to subscribers?

Yes, you can use clawhub and pilotctl to broadcast service incidents by deploying the publisher agent, which computes overall status from the aggregator and pushes incident updates to subscribers.

What are the limitations of deploying a multi-agent status page pipeline?

The status page pipeline requires explicitly configuring three distinct agents and establishing peer trust handshakes between them, meaning single-node deployments or untrusted host environments cannot support this orchestration.