pilot-event-replay

Record and replay NDJSON event streams from pilot-protocol topics.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Record and replay event streams to enable debugging, testing, and audit trails for event-driven systems.

Core Features & Use Cases

  • Record: capture live events from topics into NDJSON files for later analysis.
  • Replay: publish recorded events to test downstream components or simulate real-world scenarios.
  • Auditability: maintain a trace of event history for compliance and troubleshooting.

Quick Start

Record events from a source to an NDJSON file using pilotctl.

Frequently Asked Questions about pilot-event-replay

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

FAQPage Schema
How do I record and replay event streams for debugging pub-sub workflows?

Record event streams by capturing live events from topics into NDJSON files using pilotctl, then replay them to publish recorded events and test downstream components under controlled conditions.

What's the best way to capture live event data for audit trails in event-driven systems?

Capture live event data for audit trails by recording real-time events from topics into NDJSON files, maintaining a trace of event history for compliance and troubleshooting.

Do I need pilotctl and jq to replay recorded events in a pilot-protocol environment?

Yes, replaying recorded events in a pilot-protocol environment enforces dependencies on pilotctl and jq, and requires a running daemon to process NDJSON formatted event data.

Can I simulate real-world scenarios by replaying NDJSON event streams to downstream agents?

Yes, replaying NDJSON event streams publishes recorded events to downstream agents and pipelines, simulating real-world scenarios to verify behavior and test pub-sub workflows.

Why does event replay require a running daemon and NDJSON formatted data?

Event replay requires a running daemon and NDJSON formatted data because the pilot-protocol environment relies on these to correctly parse and route captured event streams during testing.

When do I need to capture event streams instead of just monitoring live pub-sub topics?

Capture event streams when you need to store real-time data for later analysis, maintain auditability, or replay events to verify behavior under controlled testing conditions.