← Back to Skills Marketplace
43
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sys-monitor-dhb
Description
Monitor system metrics like CPU, memory, disk, and network. Use when user needs to track server performance, set up alerts for high resource usage, monitor u...
README (SKILL.md)
System Monitor
Monitor system metrics like CPU, memory, disk, and network.
Quick Start
# Check current status
python scripts/monitor.py --status
# Monitor continuously
python scripts/monitor.py --watch
Usage
python scripts/monitor.py [OPTIONS]
Options:
--status Show current system status
--watch Monitor continuously
--interval SECS Check interval (default: 5)
--cpu Show CPU usage
--memory Show memory usage
--disk Show disk usage
--network Show network stats
--processes Show top processes
--alert VALUE Alert threshold (e.g., cpu:90)
--json Output as JSON
Examples
# Quick status check
python scripts/monitor.py --status
# Watch mode
python scripts/monitor.py --watch --interval 10
# Alert on high CPU
python scripts/monitor.py --watch --alert cpu:90
# Alert on low disk
python scripts/monitor.py --watch --alert disk:90
# JSON output for dashboards
python scripts/monitor.py --status --json
Alert Examples
# CPU above 90%
python scripts/monitor.py --watch --alert cpu:90
# Memory above 80%
python scripts/monitor.py --watch --alert memory:80
# Disk above 85%
python scripts/monitor.py --watch --alert disk:85
Metrics
- CPU usage per core
- Memory usage (used/free/total)
- Disk usage per partition
- Network I/O
- Top processes by CPU/memory
- Uptime
Usage Guidance
This skill looks safe for its stated purpose. Before installing or running it, remember that process listings can expose command-line details and watch mode runs until stopped; use it only on systems you are comfortable inspecting.
Capability Analysis
Type: OpenClaw Skill
Name: sys-monitor-dhb
Version: 1.0.0
The skill bundle is a standard system monitoring tool that retrieves CPU, memory, disk, and network metrics. The Python script `scripts/monitor.py` primarily reads from the Linux `/proc` filesystem and executes hardcoded system commands (`df`, `ps`) without risky input sanitization issues or external network calls. While there is a minor coding error (a typo `upload` instead of `uptime` in the `print_status` function), there is no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The code matches the stated purpose: it reads CPU, memory, disk, network, uptime, load, and process metrics. No credential use, outbound network endpoint, hidden installer, or file mutation is evident.
Instruction Scope
The documented commands are user-directed, but include process listing and continuous watch mode, so users should understand what local system information will be shown.
Install Mechanism
There is no install script or remote dependency, but the script assumes Linux-style /proc files and standard system tools such as df and ps despite no OS or binary requirements being declared.
Credentials
Reading local system telemetry is proportionate for a system monitor, but process command lines and host metrics may reveal operational details if copied into chats, logs, or dashboards.
Persistence & Privilege
The --watch mode is a foreground loop that continues until interrupted; there is no evidence of background persistence, privilege escalation, or autonomous startup.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sys-monitor-dhb - After installation, invoke the skill by name or use
/sys-monitor-dhb - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is System Monitor?
Monitor system metrics like CPU, memory, disk, and network. Use when user needs to track server performance, set up alerts for high resource usage, monitor u... It is an AI Agent Skill for Claude Code / OpenClaw, with 43 downloads so far.
How do I install System Monitor?
Run "/install sys-monitor-dhb" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is System Monitor free?
Yes, System Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does System Monitor support?
System Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created System Monitor?
It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.
More Skills