← Back to Skills Marketplace
Relay
by
BytesAgain2
· GitHub ↗
· v1.0.0
· MIT-0
183
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install relay
Description
Relay logic and wiring diagram helper. Use when json relay tasks, csv relay tasks, checking relay status.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: relay
Version: 1.0.0
The 'relay' skill is a straightforward CLI utility for managing electrical relay logic entries stored in a local JSONL file (~/.relay/data.jsonl). The script (scripts/script.sh) implements basic CRUD operations, searching, and exporting without any network activity, access to sensitive system files, or suspicious execution patterns.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install relay - After installation, invoke the skill by name or use
/relay - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Relay?
Relay logic and wiring diagram helper. Use when json relay tasks, csv relay tasks, checking relay status. It is an AI Agent Skill for Claude Code / OpenClaw, with 183 downloads so far.
How do I install Relay?
Run "/install relay" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Relay free?
Yes, Relay is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Relay support?
Relay is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Relay?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v1.0.0.
More Skills