← Back to Skills Marketplace
333
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install system-load-monitor
Description
System load monitoring and task control skill. Monitors CPU and memory usage rates, automatically pauses tasks when the load exceeds the threshold, and resum...
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install system-load-monitor - After installation, invoke the skill by name or use
/system-load-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 333 downloads so far.
How do I install System Load Monitor?
Run "/install system-load-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is System Load Monitor free?
Yes, System Load Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does System Load Monitor support?
System Load Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created System Load Monitor?
It is built and maintained by hifengzy (@hifengzy); the current version is v1.0.0.
More Skills