Scada

v1.0.0

Supervisory control and data acquisition manager

0· 188·1 current·1 all-time
bybytesagain4@xueyetianya

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for xueyetianya/scada.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Scada" (xueyetianya/scada) from ClawHub.
Skill page: https://clawhub.ai/xueyetianya/scada
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install scada

ClawHub CLI

Package manager switcher

npx clawhub@latest install scada
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
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
188downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

scada

Supervisory control and data acquisition manager

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config <key> <value> to set preferences.

VariableRequiredDescription
SCADA_DIRNoData directory (default: ~/.scada/)

Data Storage

All data stored in ~/.scada/ using JSONL format (one JSON object per line).

Output

Structured output to stdout. Exit code 0 on success, 1 on error.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...