← Back to Skills Marketplace
Pilot Model Share
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
91
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-model-share
Description
Distribute ML model files with model card metadata and version tracking over Pilot Protocol. Use this skill when: 1. You need to share PyTorch, ONNX, or Safe...
Usage Guidance
This skill appears to do what it says, but check a few practical things before installing: 1) Ensure the pilotctl daemon and peers are trusted (pilotctl likely has its own keys/config — verify where they are stored and who can access them). 2) The SKILL.md uses jq and md5sum but the registry only declared pilotctl; confirm jq and a hashing tool are available on the agent. 3) Replace MD5 with a stronger hash (SHA-256 or an authenticated signature) if you need robust integrity guarantees, since MD5 is weak against collisions. 4) Be aware you are transmitting model files (which may contain proprietary or sensitive info); only share with authorized peers. 5) If you need to audit or restrict network/file access, test the workflow in a sandbox first. 6) If you will rely on this skill long-term, ask the publisher to update metadata to list jq and the hashing tool and to clarify any pilotctl authentication requirements.
Capability Analysis
Type: OpenClaw Skill
Name: pilot-model-share
Version: 1.0.0
The skill provides a legitimate-looking interface for sharing ML models using the 'pilotctl' utility. However, it is classified as suspicious due to a shell injection vulnerability in the bash workflow example within SKILL.md, where the '$model_name' variable is unsafely interpolated into a JSON string passed to a shell command. While no clear evidence of intentional malice or data exfiltration was found, this flaw could be exploited if an attacker controls the model name.
Capability Assessment
Purpose & Capability
Name and description match the runtime instructions: the SKILL.md shows commands to publish availability, request models, send model metadata and files over pilotctl, which is exactly model sharing/versioning functionality.
Instruction Scope
Instructions are narrowly scoped to publishing messages, sending files, and verifying checksums. They reference jq and md5sum and expect access to local model files and pilotctl's inbox. No instructions attempt to read unrelated system files or extra environment variables, but the doc uses md5sum (a weak checksum) and jq even though those are not declared in the registry metadata.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables or credentials are requested in the registry metadata. The workflow expects access to local files and to pilotctl/its daemon (network/peer access), which is proportionate for a model-sharing skill. Note: pilotctl may itself rely on persistent keys/config stored elsewhere — the skill does not declare or explain those.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or attempt to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-model-share - After installation, invoke the skill by name or use
/pilot-model-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 Model Share?
Distribute ML model files with model card metadata and version tracking over Pilot Protocol. Use this skill when: 1. You need to share PyTorch, ONNX, or Safe... It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.
How do I install Pilot Model Share?
Run "/install pilot-model-share" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Model Share free?
Yes, Pilot Model Share is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Model Share support?
Pilot Model Share is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Model Share?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills