📦 Cmms — 智能维保系统

v1.0.0

一站式设备维护管理平台,自动生成工单、预测故障、追踪备件库存,让工厂/楼宇/车队等资产运维数字化、可视化,降低停机时间与维修成本。

0· 156·1 当前·1 累计
下载技能包
最后更新
2026/4/16
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
This is a small, self-contained bash-based CMMS that stores JSONL under ~/.cmms and does not request credentials, network access, or installs — its behavior matches its description.
评估建议
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 a...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/20

publish v1.0.0

无害

安装命令

点击复制
官方npx clawhub@latest install cmms
镜像加速npx clawhub@latest install cmms --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库