Scada
v1.0.0Supervisory control and data acquisition manager
⭐ 0· 100·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk9798pt6kprkhn31qpqcdtzmf1839s5t
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
