← Back to Skills Marketplace
bytesagain3

Dcs

by bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
151
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install dcs
Description
Distributed control system manager
README (SKILL.md)

dcs

Distributed control system 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 \x3Ckey> \x3Cvalue> to set preferences.

Variable Required Description
DCS_DIR No Data directory (default: ~/.dcs/)

Data Storage

All data stored in ~/.dcs/ 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 | [email protected]

Usage Guidance
This skill appears to be a small local CLI that stores data in ~/.dcs and is consistent with its bundled script. Before installing, review the included scripts/script.sh (already provided) — it will create and modify files under your home directory (default ~/.dcs). Note: data is stored unencrypted in JSONL format; entries are appended verbatim (no JSON escaping), so malformed input may break the JSONL structure. The script uses sed -i which can behave differently on macOS (may require a backup extension). If you expect a tool that manages actual distributed/industrial controllers, this implementation does not perform network or device I/O — the name may overstate capability. If you are comfortable with local file storage and the simple CLI behavior, the skill is coherent; otherwise, do not install.
Capability Analysis
Type: OpenClaw Skill Name: dcs Version: 1.0.0 The skill bundle provides a simple CLI for managing local data entries, but it contains a shell-related vulnerability. Specifically, in `scripts/script.sh`, the `cmd_config` function uses unsanitized user input directly within a `sed -i` command, which could allow for `sed` command injection or unintended file modification. While the script lacks clear malicious intent like data exfiltration or remote code execution, this vulnerability warrants a suspicious classification under the provided guidelines.
Capability Assessment
Purpose & Capability
The declared purpose ('Distributed control system manager') is broader-sounding than the implementation. The included script is a simple local CLI for recording/listing/searching JSONL entries in ~/.dcs and does not interact with networks, devices, or industrial control systems. This is coherent but the name/description may overstate scope.
Instruction Scope
SKILL.md directs the agent to run the included scripts/script.sh with specific commands. The script only reads/writes files under $DATA_DIR (default ~/.dcs) and does not access other system paths, other credentials, or external endpoints.
Install Mechanism
No install spec or remote downloads. The skill is instruction-only with a bundled local script; nothing is fetched from external URLs during install.
Credentials
No required environment variables or credentials are declared. An optional DCS_DIR environment variable can change the data directory — this is reasonable and proportional to the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent or elevated system privileges. It only creates/uses its own data directory under the user home; autonomous invocation is allowed by default (normal).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dcs
  3. After installation, invoke the skill by name or use /dcs
  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 dcs
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Dcs?

Distributed control system manager. It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.

How do I install Dcs?

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

Is Dcs free?

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

Which platforms does Dcs support?

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

Who created Dcs?

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

💬 Comments