← 返回 Skills 市场
teoslayer

Pilot Share

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
158
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-share
功能描述
One-click file sharing with progress tracking and automatic retry over Pilot Protocol. Use this skill when: 1. You need to quickly share a single file or dir...
安全使用建议
This skill is essentially a set of safe shell examples that call pilotctl. Before installing or using it: (1) ensure pilotctl and the pilot daemon are installed from a trusted source and you trust the Pilot Protocol implementation; (2) verify the DEST recipient address before sending—files will be transferred to that agent; (3) avoid sending sensitive data unless you trust the recipient and understand Pilot Protocol security; (4) ensure tar/jq are available and note the example removes temporary archives (check the scripts if you want retention); (5) be aware the pilot daemon may use local keys/config not declared here—inspect pilotctl/daemon config if you need to audit credential usage.
功能分析
Type: OpenClaw Skill Name: pilot-share Version: 1.0.0 The pilot-share skill provides standard file-sharing functionality using the pilotctl utility. The code and instructions in SKILL.md are consistent with the stated purpose of transferring files and directories, including common patterns like tar archiving and retry loops. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md simply instructs the agent to run pilotctl to send files, create an archive for directories, and list received shares. The only required binary (pilotctl) is appropriate and mentioned in compatibility. The extra tools referenced (tar, jq) are reasonable for packaging and JSON parsing.
Instruction Scope
Runtime instructions are limited to running pilotctl, creating/removing a temporary archive, and parsing output with jq. There are no instructions to read unrelated files or environment variables, nor to transmit data to third‑party endpoints outside the Pilot Protocol. Example scripts rely on a user-supplied DEST and file paths (placeholders), so the skill itself does not attempt to discover or exfiltrate other system data.
Install Mechanism
This is an instruction-only skill with no install spec and no code files; nothing is written to disk by the skill definition itself. Risk from installation is minimal—security depends on the trustworthiness of the pilotctl binary and its source, which the skill does not install or fetch.
Credentials
The skill declares no environment variables or credentials (appropriate). However, pilotctl itself and the Pilot Protocol daemon may use local credentials/configuration (not declared by this SKILL.md). Users should be aware pilotctl/daemon may have its own keys or config files that govern transfers; these are outside the skill but relevant to privacy/trust.
Persistence & Privilege
The skill is not marked always:true and is user-invocable only. It does not request to modify other skills or system-wide settings. Autonomous invocation is allowed by default but does not combine with other elevated privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-share
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-share 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-share
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pilot Share 是什么?

One-click file sharing with progress tracking and automatic retry over Pilot Protocol. Use this skill when: 1. You need to quickly share a single file or dir... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。

如何安装 Pilot Share?

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

Pilot Share 是免费的吗?

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

Pilot Share 支持哪些平台?

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

谁开发了 Pilot Share?

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

💬 留言讨论