← 返回 Skills 市场
teoslayer

Pilot Event Replay

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-event-replay
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-event-replay 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-event-replay
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。

如何安装 Pilot Event Replay?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-event-replay」即可一键安装,无需额外配置。

Pilot Event Replay 是免费的吗?

是的,Pilot Event Replay 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pilot Event Replay 支持哪些平台?

Pilot Event Replay 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pilot Event Replay?

由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。

💬 留言讨论