← 返回 Skills 市场
ckchzh

Relay

作者 BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
183
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install relay
功能描述
Relay logic and wiring diagram helper. Use when json relay tasks, csv relay tasks, checking relay status.
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install relay
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /relay 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug relay
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Relay 是什么?

Relay logic and wiring diagram helper. Use when json relay tasks, csv relay tasks, checking relay status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 183 次。

如何安装 Relay?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install relay」即可一键安装,无需额外配置。

Relay 是免费的吗?

是的,Relay 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Relay 支持哪些平台?

Relay 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Relay?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v1.0.0。

💬 留言讨论