← 返回 Skills 市场
bytesagain3

Dcs

作者 bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
151
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install dcs
功能描述
Distributed control system manager
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dcs
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dcs 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug dcs
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Dcs 是什么?

Distributed control system manager. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。

如何安装 Dcs?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dcs」即可一键安装,无需额外配置。

Dcs 是免费的吗?

是的,Dcs 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Dcs 支持哪些平台?

Dcs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Dcs?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v1.0.0。

💬 留言讨论