/install event-monitor
Predictive Monitoring Skill
This skill monitors system resources and predicts future CPU spikes based on past data.
Commands
/collect-metrics
Triggers a collection of the top 10 CPU and Memory consuming processes.
The results are saved to a local SQLite database monitoring.db.
/predict-usage
Analyzes collected CPU metrics, trains a Random Forest model, and predicts CPU behavior for the next 24 hours. High CPU usage alerts (Amber, Red) are saved to the Alert table.
/generate-report
Generates an Excel report of the latest captured metrics.
Instructions for Agent
To collect metrics (without prediction), run python {baseDir}/monitoring.py.
To collect metrics and run predictive analysis, run python {baseDir}/monitoring.py --predict.
To verify the database, look for monitoring.db in the skill directory.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install event-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/event-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Monitoring Skill 是什么?
Predicts CPU spikes using Random Forest regressor, monitors system resources, saves metrics, and generates Excel reports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 354 次。
如何安装 Monitoring Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install event-monitor」即可一键安装,无需额外配置。
Monitoring Skill 是免费的吗?
是的,Monitoring Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Monitoring Skill 支持哪些平台?
Monitoring Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Monitoring Skill?
由 Ning(@ningtoba)开发并维护,当前版本 v1.0.4。