← Back to Skills Marketplace
bytesagain-lab

Cmms

by bytesagain-lab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
180
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install cmms
Description
Computerized maintenance management system
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cmms
  3. After installation, invoke the skill by name or use /cmms
  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 cmms
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Cmms?

Computerized maintenance management system. It is an AI Agent Skill for Claude Code / OpenClaw, with 180 downloads so far.

How do I install Cmms?

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

Is Cmms free?

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

Which platforms does Cmms support?

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

Who created Cmms?

It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v1.0.0.

💬 Comments