← Back to Skills Marketplace
Pilot Event Replay
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
81
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-event-replay
Description
Record and replay event streams for debugging, testing, and audit purposes. Use this skill when: 1. You need to capture event streams for later analysis 2. Y...
Usage Guidance
This skill appears coherent for recording and replaying Pilot-protocol events, but before using/installing consider: 1) Ensure pilotctl is a trusted binary and the pilot daemon you connect to is authorized; 2) Never replay recordings to production hosts unless you intend to — use isolated test targets to avoid triggering downstream side effects; 3) Sanitize or redact recordings that contain sensitive data before storing or sharing; 4) Be careful with shell quoting when event payloads may include newlines or special characters — consider using safer publish APIs or tooling that handle binary/complex JSON payloads; 5) Confirm you have the companion pilot-protocol skill and that your operational policy allows capturing and re-publishing events (audit/privacy/legal considerations). If you need the skill to install binaries automatically or to restrict targets, request a version that includes explicit safety checks and install provenance.
Capability Analysis
Type: OpenClaw Skill
Name: pilot-event-replay
Version: 1.0.0
The skill provides bash script templates in SKILL.md for recording and replaying event streams that are vulnerable to shell injection. Specifically, the replay logic extracts fields like 'topic' and 'data' from an NDJSON file using jq and passes them directly into a shell command line without sanitization. If the agent processes a recording containing malicious event data, it could lead to arbitrary command execution on the host system.
Capability Assessment
Purpose & Capability
Name/description ask for recording and replaying event streams and the SKILL.md only requires pilotctl and jq and a running daemon — these are exactly what a Pilot-protocol replay tool would need.
Instruction Scope
Runtime instructions are narrowly scoped to pilotctl and jq, using NDJSON files and simple shell loops. However the instructions allow publishing to arbitrary target-hostnames (which could be production systems) and thus carry operational risk (accidental replays, data leakage). Also the shell usage relies on proper quoting of event data (possible issues if event payloads contain newlines or special characters) — this is an operational safety concern, not an incoherence in purpose.
Install Mechanism
No install spec (instruction-only). That minimizes installer risk; the skill expects binaries to already be on PATH (pilotctl, jq).
Credentials
No environment variables, credentials, or config paths are requested. The lack of secrets is proportional to the stated functionality.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. Autonomous invocation is allowed by default but is not combined with other risky requests.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-event-replay - After installation, invoke the skill by name or use
/pilot-event-replay - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Pilot Event Replay?
Record and replay event streams for debugging, testing, and audit purposes. Use this skill when: 1. You need to capture event streams for later analysis 2. Y... It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.
How do I install Pilot Event Replay?
Run "/install pilot-event-replay" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Event Replay free?
Yes, Pilot Event Replay is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Event Replay support?
Pilot Event Replay is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Event Replay?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills