← Back to Skills Marketplace
Pilot Share
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
158
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-share
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-share - After installation, invoke the skill by name or use
/pilot-share - 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 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.
How do I install Pilot Share?
Run "/install pilot-share" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Share free?
Yes, Pilot Share is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Share support?
Pilot Share is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Share?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills