fleet-events

Stream fleet activity events from EventBus via WebSocket and SSE endpoints.

2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/supportersimulator/multi-fleet --skill fleet-events
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-events
Source: https://github.com/supportersimulator/multi-fleet/tree/main/skills/fleet-events
Command: npx skills add https://github.com/supportersimulator/multi-fleet --skill fleet-events

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fleet events are not visible in real time, hindering quick diagnosis and coordination across nodes. This skill provides a real-time feed of fleet activity from the EventBus to your tooling.

Core Features & Use Cases

  • Real-time event stream: subscribe to fleet.* events via WebSocket and SSE endpoints to monitor fleet changes as they happen.
  • Event coverage: track key events such as fleet.peer.online/offline, fleet.message.sent/received, fleet.health.degraded, and fleet.rebuttal.* to drive dashboards and alerts.
  • Integration-ready: supports easy integration into VS Code extensions and monitoring dashboards for status updates and notifications.

Quick Start

Subscribe to the WebSocket on port 8031 at ws://127.0.0.1:8031/events and start receiving fleet events in your client.

Frequently Asked Questions about fleet-events

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

FAQPage Schema
How do I monitor real-time fleet events via WebSocket?

To monitor real-time fleet events, connect a WebSocket client to the endpoint ws://127.0.0.1:8031/events and subscribe to fleet.* activity streams for immediate node status and health updates.

What types of fleet activity events can I track for real-time monitoring?

Real-time fleet monitoring covers events like fleet.peer.online/offline, fleet.message.sent/received, fleet.health.degraded, and fleet.rebuttal.* to drive dashboards and alerts.

Can I stream fleet events into a VS Code extension or monitoring dashboard?

Yes, fleet events support integration-ready streaming via WebSocket and SSE endpoints, allowing you to push status updates and notifications directly into VS Code extensions and monitoring dashboards.

Does this event streaming approach support Server-Sent Events as well as WebSocket?

Yes, the fleet event stream supports both WebSocket and Server-Sent Events (SSE) endpoints, providing lightweight integration options for consuming real-time EventBus activity across different client environments.

Why are my fleet node status changes not visible in real time during operations?

Fleet node status changes lack real-time visibility when not connected to an EventBus stream; subscribing to WebSocket or SSE endpoints centralizes activity tracking for quick diagnosis and coordination.