← 返回 Skills 市场
Mes
作者
bytesagain4
· GitHub ↗
· v1.0.0
· MIT-0
151
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install mes
功能描述
Manufacturing execution system tracker
安全使用建议
This skill appears to do what it claims: a small local MES tracker implemented as a shell script that stores JSONL under ~/.mes. Before installing, consider: (1) data is stored in plaintext in your home directory — don't put secrets into entries; (2) the script does not escape user input when writing JSONL, so entries containing quotes/newlines may corrupt the data file or change output; (3) sed -i usage may behave differently on macOS (BSD sed) — test in your environment; (4) there are no network calls or credential requirements, so blast radius is limited to files under the chosen data directory. If you need strong guarantees, review the script source yourself or run it in an isolated environment; if you plan to store sensitive data, avoid using this tool or add input sanitization/encryption first.
功能分析
Type: OpenClaw Skill
Name: mes
Version: 1.0.0
The skill is a local Manufacturing Execution System (MES) tracker that manages data in a JSONL format within the user's home directory (~/.mes/). The core logic in `scripts/script.sh` provides standard CRUD operations (add, list, search, remove) and basic configuration management without any network activity, data exfiltration, or suspicious execution patterns. While the script's JSON parsing and configuration handling are somewhat fragile (e.g., using `grep` and `sed` on user input), these represent minor implementation flaws rather than intentional malicious behavior.
能力评估
Purpose & Capability
The name/description (MES tracker) matches the included script and SKILL.md commands. All required actions (add, list, search, remove, export, stats, config) are implemented in scripts/script.sh and operate on a local data dir (~/.mes by default). No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md simply invokes scripts/script.sh commands — the instructions stay within the stated purpose. The script creates and writes files under $MES_DIR (default $HOME/.mes), reads/writes data.jsonl and config.txt, and uses standard CLI utilities (grep, sed, tail, wc, du). Note: entries are appended as JSONL using printf without escaping user-provided content, so entries containing quotes/newlines could corrupt JSONL formatting or produce malformed output; also sed -i usage will edit files in-place (behaves differently on some platforms like macOS). These are implementation caveats rather than scope creep.
Install Mechanism
No install spec; the skill is instruction-only plus a small bundled shell script. Nothing is downloaded from the network or written outside the user's home directory (by default). This is low-risk from an install perspective.
Credentials
The skill declares no required environment variables or credentials. It optionally respects MES_DIR to change the data directory. No extraneous secrets or unrelated env vars are requested.
Persistence & Privilege
The skill does not request always:true, does not modify system-wide settings, and only writes to its own data directory (~/.mes) and config file. It does perform in-place edits of its data file (sed -i) and stores data in plaintext under the user's home directory, which is expected for this kind of tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mes - 安装完成后,直接呼叫该 Skill 的名称或使用
/mes触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Mes 是什么?
Manufacturing execution system tracker. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。
如何安装 Mes?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mes」即可一键安装,无需额外配置。
Mes 是免费的吗?
是的,Mes 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mes 支持哪些平台?
Mes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mes?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v1.0.0。
推荐 Skills