← 返回 Skills 市场
43
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sys-monitor-dhb
功能描述
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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sys-monitor-dhb - 安装完成后,直接呼叫该 Skill 的名称或使用
/sys-monitor-dhb触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。
如何安装 System Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sys-monitor-dhb」即可一键安装,无需额外配置。
System Monitor 是免费的吗?
是的,System Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
System Monitor 支持哪些平台?
System Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 System Monitor?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills