← 返回 Skills 市场
xueyetianya

Scada

作者 bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
195
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install scada
功能描述
Supervisory control and data acquisition manager
安全使用建议
This skill is a lightweight local CLI that stores entries in ~/.scada (or a path you set via SCADA_DIR). It does not require credentials or make network calls. Before enabling/installing, review the script if you want to confirm behavior. Be careful not to set SCADA_DIR to a sensitive system path (which would cause the script to read/write there). If you need stronger isolation, run the skill in a restricted environment or container so its file writes are confined.
功能分析
Type: OpenClaw Skill Name: scada Version: 1.0.0 The 'scada' skill is a simple local data logging utility that manages entries in a JSONL format within the user's home directory (~/.scada/). The shell script (scripts/script.sh) implements basic CRUD operations, search, and export functionality without any network access, credential harvesting, or suspicious execution patterns. While the naming is slightly hyperbolic for a text-based logger, the code logic is transparent and strictly follows the documented behavior.
能力评估
Purpose & Capability
The name/description (SCADA manager) align with a local data-entry and inspection tool. The script implements add/list/search/remove/export/stats/config operations on a data directory; nothing requested or installed appears unnecessary for that functionality. Note: the skill is a simple local datastore and does not actually integrate with industrial controllers or remote SCADA systems — it operates only on local files.
Instruction Scope
SKILL.md simply maps CLI commands to the included scripts/script.sh and documents the optional SCADA_DIR config. The script only reads/writes files under the data directory, uses standard Unix utilities (grep, sed, tail, wc, du), and does not access other system paths, environment secrets, or external endpoints.
Install Mechanism
There is no install spec and no remote download; the only code is the included shell script. Nothing is written to disk by an installer beyond the normal presence of the skill files, so install risk is minimal.
Credentials
The skill declares no required environment variables or credentials. It does respect an optional SCADA_DIR environment variable which controls where data is stored; this is reasonable, but be aware that if SCADA_DIR is pointed at a sensitive or system directory the script will read/write there. No secrets or third-party credentials are requested.
Persistence & Privilege
The skill is not marked always:true and is user-invocable. It only persists data under the user-specified (or default) data directory (~/.scada) and does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install scada
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /scada 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug scada
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Scada 是什么?

Supervisory control and data acquisition manager. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 195 次。

如何安装 Scada?

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

Scada 是免费的吗?

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

Scada 支持哪些平台?

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

谁开发了 Scada?

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

💬 留言讨论