← Back to Skills Marketplace
xueyetianya

Mes

by bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
151
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install mes
Description
Manufacturing execution system tracker
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mes
  3. After installation, invoke the skill by name or use /mes
  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 mes
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Mes?

Manufacturing execution system tracker. It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.

How do I install Mes?

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

Is Mes free?

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

Which platforms does Mes support?

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

Who created Mes?

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

💬 Comments