Relay

v1.0.0

Relay logic and wiring diagram helper. Use when json relay tasks, csv relay tasks, checking relay status.

0· 87·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description ('relay' helper) matches the included behavior: a shell script that adds, lists, searches, exports, and manages entries representing relay tasks. No unexpected external services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh for each command. The script's actions are limited to file operations in the DATA_DIR, basic text processing, and printing help/statistics. It does not read unrelated system state or call external endpoints.
Install Mechanism
No install spec is provided; this is an instruction-only skill with an included bash script. Nothing is downloaded or installed during runtime beyond executing the shipped script.
Credentials
No required environment variables, credentials, or config paths are declared. The script optionally respects RELAY_DIR to override the data directory; this is proportional to its purpose and not sensitive.
Persistence & Privilege
The script creates and writes files under the user's data directory (default ~/.relay). This is expected for a note/entry manager, but it does persist data on disk and will modify files in that directory (data.jsonl, config.txt).
Assessment
This skill is a small, local bash-based CLI that stores entries and config in a folder (default: ~/.relay). It does not request credentials or make network calls. If you plan to install/use it, be aware it will create and modify files in the chosen data directory; you can set RELAY_DIR to a different path if you prefer. If you have policies about running third-party scripts, review scripts/script.sh before use — the script is short and appears benign, but executing any shell script carries the usual risk if it came from an untrusted source.

Like a lobster shell, security has layers — review code before you run it.

latestvk9716qctkk1f5w7847z0rpp1s1839b1q

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments