Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bytesagain avatar

Scada

  • 1 installs
  • 12 repo stars
  • Updated April 26, 2026
  • bytesagain/ai-skills

scada is a Claude skill wrapping a command-line supervisory control and data acquisition manager that stores entries as JSONL.

About

This skill is a command-line supervisory control and data acquisition (SCADA) manager. It exposes commands to show status, add, list, search, remove, export data, and view statistics, storing entries as JSONL in ~/.scada/. A developer uses it to manage SCADA-style entries from the terminal.

  • A supervisory control and data acquisition (SCADA) manager CLI
  • Commands: status, add, list, search, remove, export, stats, config, help, version
  • Stores all data in ~/.scada/ as JSONL, configurable via SCADA_DIR

Scada by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #467 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
At a glance

scada capabilities & compatibility

Use cases
data analysis
Pricing
Free
From the docs

What scada says it does

Supervisory control and data acquisition manager
SKILL.md
All data stored in `~/.scada/` using JSONL format (one JSON object per line).
SKILL.md
Structured output to stdout. Exit code 0 on success, 1 on error.
SKILL.md
npx skills add https://github.com/bytesagain/ai-skills --skill scada

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars12
Last updatedApril 26, 2026
Repositorybytesagain/ai-skills

What it does

Manage supervisory control and data acquisition entries from the terminal with add, list, and export commands.

Who is it for?

add/list/search/export of SCADA entries via a CLI

Skip if: connecting to real industrial control hardware or PLCs

When should I use this skill?

managing SCADA-style entries from the terminal

What you get

Provides a CLI to add, list, search, export, and report on SCADA entries stored as JSONL.

By the numbers

  • 10 documented commands

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

CLI & Terminalmonitoringinfra

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.