← 返回 Skills 市场
Pilot Dataset
作者
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-dataset
功能描述
Exchange structured datasets with schema negotiation and metadata over Pilot Protocol. Use this skill when: 1. You need to share CSV, JSON, or Parquet datase...
安全使用建议
This skill appears to do what it claims (share structured datasets via the Pilot Protocol). Before installing: 1) verify the pilotctl binary you have is the official release for Pilot Protocol and that you trust it, 2) be aware that using the skill will read and transmit local files ($DATASET_FILE) to remote peers ($PEER / $DEST) — do not send sensitive data inadvertently, 3) ensure jq/python3 are available if you rely on format conversion, and 4) run the pilot daemon in a controlled environment and review pilotctl logs to confirm expected transfers. If you need to ensure no secrets are leaked, explicitly set and inspect the environment variables and test with non-sensitive sample datasets first.
功能分析
Type: OpenClaw Skill
Name: pilot-dataset
Version: 1.0.0
The skill contains multiple shell injection vulnerabilities in the Bash examples provided in SKILL.md. Specifically, the use of unquoted variables such as `$file`, `$name`, and `$PEER` within command substitutions (e.g., `wc -l < "$file"`) and JSON data strings allows for arbitrary command execution if the AI agent populates these fields with unsanitized input. While the functionality aligns with the stated purpose of dataset exchange via the 'pilotctl' utility, the lack of input validation in the documented workflow poses a significant security risk.
能力评估
Purpose & Capability
Name/description, commands, and required binary (pilotctl) align: this skill is an instruction-only wrapper for Pilot Protocol dataset exchange. Declared dependency on pilotctl and the pilot-protocol skill is expected for this functionality.
Instruction Scope
SKILL.md instructs the agent to run pilotctl commands that publish availability, send messages, and send files — all consistent with dataset exchange. It also reads local files (head, wc) and references environment variables ($PEER, $DEST, $DATASET_FILE) that are not declared in requires.env; these are normal runtime parameters but worth noting because they imply the skill will read and transmit local dataset files when invoked.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is low-risk from an installation perspective (nothing will be written to disk by the skill itself).
Credentials
The skill does not request credentials or secrets. It requires a single binary (pilotctl). The SKILL.md mentions optional tools (jq, python3) but these are reasonable helper dependencies for format conversion and are not credentials; however their presence is not enforced in the declared metadata and should be checked at runtime.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does not modify other skills or system-wide settings in its instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pilot-dataset - 安装完成后,直接呼叫该 Skill 的名称或使用
/pilot-dataset触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pilot Dataset 是什么?
Exchange structured datasets with schema negotiation and metadata over Pilot Protocol. Use this skill when: 1. You need to share CSV, JSON, or Parquet datase... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。
如何安装 Pilot Dataset?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-dataset」即可一键安装,无需额外配置。
Pilot Dataset 是免费的吗?
是的,Pilot Dataset 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pilot Dataset 支持哪些平台?
Pilot Dataset 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pilot Dataset?
由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。
推荐 Skills