← 返回 Skills 市场
333
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install system-load-monitor
功能描述
System load monitoring and task control skill. Monitors CPU and memory usage rates, automatically pauses tasks when the load exceeds the threshold, and resum...
安全使用建议
This skill appears to be a small, local monitoring helper that is safe to inspect and run on Linux servers. Before installing or automating: 1) confirm you run it on Linux (it reads /proc/meminfo and uses getloadavg), 2) note the script only recommends pausing/resuming — it does not kill or manage other processes automatically (you must implement task-control or use the provided example loop), 3) the SKILL.md mentions sending Feishu notifications but no code for that is included (implement securely if needed), and 4) the example command lines use '~' which may not expand in subprocess calls — update paths to absolute ones when embedding the script. If you need automatic remote notifications or actions, review and add those integrations explicitly and securely (do not add credentials you do not trust).
功能分析
Type: OpenClaw Skill
Name: system-load-monitor
Version: 1.0.0
The system-load-monitor skill is a legitimate utility designed to monitor CPU and memory usage to prevent server downtime. The primary script, scripts/check_load.py, uses standard system interfaces like /proc/meminfo and the ps command to gather performance metrics without any evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name/description (monitor and control tasks) aligns with the provided script and usage patterns. The bundled script reports CPU/memory and top processes and returns recommendations; it does not itself forcibly stop/kill other processes (task control is left to the caller or the example loop), and the SKILL.md mentions Feishu notifications that are not implemented in the code.
Instruction Scope
SKILL.md instructs the agent to run the included script and shows a safe example monitoring loop that queries the script and pauses via sleep. All referenced actions are local (reading /proc/meminfo, running ps). A minor practical issue: some examples use '~' in subprocess invocations which won't be shell-expanded when passed as an argv list.
Install Mechanism
No install spec — instruction-only with a small Python script. Nothing is downloaded or written to disk by an installer.
Credentials
The skill requests no environment variables or credentials and the code only reads local system state (/proc and ps). No network calls or secret access are present.
Persistence & Privilege
always is false and the skill is user-invocable. It does not modify agent/system configuration or claim permanent presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install system-load-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/system-load-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of system-load-monitor:
- Monitors server CPU and memory load in real time, automatically pausing tasks when load exceeds configured thresholds and resuming upon recovery.
- Provides command-line tools and Python code patterns for integrating load checks into workflows.
- Supports customizable thresholds and check intervals, suitable for low-configured servers.
- Includes structured JSON output and status codes for easy integration and alerting.
- Offers recommendations and usage notes tailored for servers prone to overload.
元数据
常见问题
System Load Monitor 是什么?
System load monitoring and task control skill. Monitors CPU and memory usage rates, automatically pauses tasks when the load exceeds the threshold, and resum... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 333 次。
如何安装 System Load Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install system-load-monitor」即可一键安装,无需额外配置。
System Load Monitor 是免费的吗?
是的,System Load Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
System Load Monitor 支持哪些平台?
System Load Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 System Load Monitor?
由 hifengzy(@hifengzy)开发并维护,当前版本 v1.0.0。
推荐 Skills