← Back to Skills Marketplace
Pilot Stream Data
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
151
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-stream-data
Description
Real-time NDJSON data streaming over persistent Pilot Protocol connections. Use this skill when: 1. You need to stream structured data in real-time between a...
Usage Guidance
This skill is coherent and low-risk as provided, but before installing consider: (1) Ensure pilotctl and the pilot-protocol implementation you use are from a trusted source and kept up-to-date; the skill assumes a running daemon and network connectivity. (2) Confirm destination addresses (DEST) and any metadata you send do not contain secrets or PII — streaming is continuous and may leak data if misconfigured. (3) The examples use shell pipelines and infinite loops; run them under supervision (or as managed services) to avoid runaway CPU/disk usage. (4) If you rely on encryption/authentication for Pilot Protocol connections, verify those are configured on the daemon; the SKILL.md does not describe secure transport details. (5) When adapting the examples, prefer safe shell practices (quote variables consistently) to avoid accidental word-splitting or unexpected globbing.
Capability Analysis
Type: OpenClaw Skill
Name: pilot-stream-data
Version: 1.0.0
The pilot-stream-data skill provides legitimate functionality for real-time NDJSON data streaming using the Pilot Protocol. The instructions and bash scripts in SKILL.md are consistent with the stated purpose, demonstrating how to use the pilotctl utility to send and receive simulated sensor data. There is no evidence of malicious intent, data exfiltration, or prompt injection designed to compromise the agent.
Capability Assessment
Purpose & Capability
Name, description, and required binaries (pilotctl) align with the provided bash examples and stated purpose (real-time NDJSON streaming). Declared ancillary dependencies (jq, bc, optional gzip) are appropriate for the sample commands.
Instruction Scope
SKILL.md only instructs running pilotctl and local unix utilities (jq, bc, gzip) and shows producer/consumer loops; it does not read unrelated system files, ask for credentials, or transmit data to unintended external endpoints. Operational cautions: examples use infinite loops (while true) and write to /tmp/pilot-stream.log; users should monitor resource usage and confirm destination addresses are correct.
Install Mechanism
This is instruction-only with no install spec or downloadable artifacts — minimal risk because nothing is written to disk by the skill itself. It expects the pilotctl binary to already exist on PATH.
Credentials
The skill declares no required environment variables or credentials. The commands in SKILL.md likewise do not access any sensitive environment variables or unrelated configuration paths. This is proportionate for a CLI-based streaming helper.
Persistence & Privilege
The skill does not request always:true or elevated persistence. It is user-invocable and allows autonomous invocation by default (platform normal), but the skill itself does not 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-stream-data - After installation, invoke the skill by name or use
/pilot-stream-data - 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 Stream Data?
Real-time NDJSON data streaming over persistent Pilot Protocol connections. Use this skill when: 1. You need to stream structured data in real-time between a... It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.
How do I install Pilot Stream Data?
Run "/install pilot-stream-data" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Stream Data free?
Yes, Pilot Stream Data is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Stream Data support?
Pilot Stream Data is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Stream Data?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills