Relay

v1.0.0

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

0· 177·2 current·2 all-time
byBytesAgain2@ckchzh

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ckchzh/relay.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Relay" (ckchzh/relay) from ClawHub.
Skill page: https://clawhub.ai/ckchzh/relay
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install relay

ClawHub CLI

Package manager switcher

npx clawhub@latest install relay
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
177downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

relay

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

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config <key> <value> to set preferences.

VariableDescription
RELAY_DIRData directory (default: ~/.relay/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...