← 返回 Skills 市场
bytesagain-lab

Cmms

作者 bytesagain-lab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
180
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install cmms
功能描述
Computerized maintenance management system
使用说明 (SKILL.md)

cmms

Computerized maintenance management system

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
CMMS_DIR No Data directory (default: ~/.cmms/)

Data Storage

All data stored in ~/.cmms/ 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 is coherent and low-risk: it runs a bundled shell script that creates and modifies files in ~/.cmms (or $CMMS_DIR if set) and does not reach out over the network or ask for credentials. Before installing, be aware it will: (1) create and write data and a config file in your home directory (~/.cmms), (2) use standard shell tools (grep, sed, tail, wc, du, cp); those binaries are expected but not listed in the metadata, and (3) execute the provided scripts/script.sh when invoked by the agent. If you use a shared or sensitive account, review the script content and set CMMS_DIR to a safe location; avoid running as root. If you need networked/backed-up storage or stricter access controls, this local-only tool may be insufficient.
功能分析
Type: OpenClaw Skill Name: cmms Version: 1.0.0 The skill bundle provides a simple CLI-based maintenance management system that stores data locally in the user's home directory (~/.cmms/). The implementation in scripts/script.sh consists of standard bash operations for logging and retrieving entries in a JSONL format, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The skill name/description (Computerized maintenance management system) matches the provided script and commands: add/list/search/remove/export/stats/config operate on local JSONL data. There are no unrelated capabilities requested.
Instruction Scope
SKILL.md directs the agent to run scripts/script.sh for each command. The script only reads/writes files under DATA_DIR (default ~/.cmms), uses an optional CMMS_DIR env var, and prints structured output; it does not access network endpoints or other system configuration.
Install Mechanism
No install spec or external downloads are present (instruction-only with an included script), which is low risk. Note: the script will be executed as provided; its contents are plain shell and there are no hidden installers or external fetches.
Credentials
No required environment variables or credentials are declared; only an optional CMMS_DIR to override the data directory. That is proportionate for a local data-store tool.
Persistence & Privilege
always is false and the skill does not request to persist or modify other skills or system-wide settings. It only creates/updates files under the user's DATA_DIR.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cmms
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cmms 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug cmms
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Cmms 是什么?

Computerized maintenance management system. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 180 次。

如何安装 Cmms?

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

Cmms 是免费的吗?

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

Cmms 支持哪些平台?

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

谁开发了 Cmms?

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

💬 留言讨论