← 返回 Skills 市场
Pilot Clipboard
作者
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-clipboard
功能描述
Shared clipboard for quick text and data snippets between agents over Pilot Protocol. Use this skill when: 1. You need to share short text snippets or comman...
安全使用建议
This skill appears to do what it says (share short text over the Pilot network), but take these precautions before installing or using it:
- Do not send secrets: Clipboard contents and command output sent with pilot-clipboard will be transmitted to remote Pilot peers. Avoid copying passwords, API keys, or anything sensitive.
- Verify the pilotctl binary and Pilot network: pilotctl is the program actually performing network operations. Only use pilot-clipboard if pilotctl comes from a trusted source and you understand how Pilot identifies recipients. Check the pilot-protocol skill/daemon configuration for where credentials are stored and who can receive messages.
- Install missing tools: The SKILL.md examples require jq and (optionally) pbcopy/pbpaste or xclip/xsel for system clipboard integration; these are not declared in metadata. Install these separately if you intend to use the examples.
- Test in isolation: Try the workflow in a sandbox or test account before using it with real data.
- Confirm provenance: The skill source is unknown and the registry entry points to a homepage; if you need higher assurance, ask the publisher for source code or a signed release and review the pilotctl/pilot-protocol codebase.
Confidence is medium: the skill is coherent with its stated purpose, but the undeclared runtime dependencies and the inherent privacy/exfiltration risk of a networked clipboard justify caution.
功能分析
Type: OpenClaw Skill
Name: pilot-clipboard
Version: 1.0.0
The pilot-clipboard skill facilitates remote data transfer and inter-agent communication using the pilotctl binary and a custom 'Pilot Protocol.' While the functionality is aligned with its stated purpose of a shared clipboard, it provides a high-risk mechanism for data exfiltration to arbitrary remote addresses (e.g., '1:0001.AAAA.BBBB'). The examples in SKILL.md demonstrate sending command outputs and arbitrary data strings to external endpoints, which could be abused to leak sensitive information if the agent is compromised or misdirected.
能力评估
Purpose & Capability
Name/description align with functionality (sending/pasting short text via pilotctl). However SKILL.md invokes additional tools (jq, pbcopy/pbpaste, xclip/xsel) that are not declared in the skill's metadata 'requires' section. The metadata only lists pilotctl; jq is required by the examples and script. This is an inconsistency that affects install/usage but does not necessarily imply malicious intent.
Instruction Scope
The instructions explicitly read local input (stdin/command output) and send it to arbitrary Pilot destination IDs via pilotctl --data / send-message, and read the inbox to paste remote content. That behavior is coherent with a clipboard skill, but it also means any copied content (including passwords, tokens, or other sensitive data) will be transmitted to the network. The skill does not include any guidance or safeguards to prevent accidental transmission of secrets.
Install Mechanism
Instruction-only skill with no install spec or code files, so nothing will be written to disk by the skill itself. This is the lowest install risk. The runtime relies on external binaries (pilotctl, jq, clipboard utilities) to be present on PATH.
Credentials
The skill requests no environment variables or credentials, which is proportionate. However, it depends on pilotctl and implicitly the 'pilot-protocol' skill/daemon which may use stored credentials/configuration outside this skill; those are not declared or discussed. Verify what credentials the Pilot ecosystem requires before trusting network operations.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and is user-invocable only. It does not request elevated persistence or system-wide configuration changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pilot-clipboard - 安装完成后,直接呼叫该 Skill 的名称或使用
/pilot-clipboard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pilot Clipboard 是什么?
Shared clipboard for quick text and data snippets between agents over Pilot Protocol. Use this skill when: 1. You need to share short text snippets or comman... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 Pilot Clipboard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-clipboard」即可一键安装,无需额外配置。
Pilot Clipboard 是免费的吗?
是的,Pilot Clipboard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pilot Clipboard 支持哪些平台?
Pilot Clipboard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pilot Clipboard?
由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。
推荐 Skills