← Back to Skills Marketplace
xueyetianya

Scada

by bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
195
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install scada
Description
Supervisory control and data acquisition manager
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install scada
  3. After installation, invoke the skill by name or use /scada
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug scada
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Scada?

Supervisory control and data acquisition manager. It is an AI Agent Skill for Claude Code / OpenClaw, with 195 downloads so far.

How do I install Scada?

Run "/install scada" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Scada free?

Yes, Scada is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Scada support?

Scada is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Scada?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v1.0.0.

💬 Comments