← 返回 Skills 市场
600
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install clawstats
功能描述
Monitor CPU, RAM, disk space, temperature, load average, and top processes on OpenClaw systems using a single versatile script.
使用说明 (SKILL.md)
📊 ClawStat Skill
A comprehensive system monitoring skill for OpenClaw agents to track server health and performance.
🚀 Features
- CPU & RAM: Real-time usage statistics.
- Disk: Track available space on the root partition.
- Temperature: Monitor CPU temperature (via
sensorsorthermal_zone). - Top Processes: Identify resource-hungry applications.
- Load Average: Check system pressure over time.
🛠️ Tools
The skill provides a single versatile script:
monitor.sh [cpu|ram|disk|temp|top|all]: Get specific or full system stats.
📦 Installation (Manual)
- Clone or copy this directory to
~/.openclaw/workspace/skills/clawstats. - Ensure
monitor.shis executable:chmod +x monitor.sh. - (Optional) Install
lm-sensorsfor temperature tracking.
📖 Usage Examples
monitor.sh all: Get a complete health report.monitor.sh top: See which processes are slowing down the system.
Created by Chela 🫐 & Aprilox
安全使用建议
This skill appears to be a harmless local monitoring script. Before installing, verify the script content (monitor.sh) and confirm you are comfortable running it on your systems. Ensure the expected commands (free, df, top, ps) exist on target hosts and install lm-sensors only if you trust it and need temperature readings. Note the SKILL.md lists required binaries while the registry metadata did not — a minor documentation mismatch. Because the agent can invoke skills autonomously by default, consider whether you want the agent to run monitoring commands automatically; if not, disable autonomous invocation for this skill. If you need stronger guarantees, run the script in a limited environment (non-root user) and audit its behavior on a test machine first.
功能分析
Type: OpenClaw Skill
Name: clawstats
Version: 1.0.1
The 'clawstats' skill is a system monitoring tool that gathers CPU, RAM, disk, temperature, and process information. The `SKILL.md` clearly describes its purpose and lists standard required binaries (`free`, `df`, `top`, `ps`). The `monitor.sh` script uses only standard Unix/Linux commands for system statistics and does not exhibit any malicious behavior such as data exfiltration, persistence mechanisms, or unauthorized network activity. Input handling for script arguments is safe via a `case` statement, preventing shell injection. There are no prompt injection attempts in the `SKILL.md`.
能力评估
Purpose & Capability
The name/description (system CPU, RAM, disk, temp, top processes) matches the provided script and SKILL.md. The script uses standard system tools (top, free, df, ps, sensors/thermal_zone) consistent with a monitoring utility. Minor inconsistency: the registry metadata listed no required binaries, while SKILL.md metadata lists required bins (free, df, top, ps); this is a documentation mismatch but not a security issue.
Instruction Scope
SKILL.md instructs local installation and use of monitor.sh and documents optional lm-sensors for temperature — the runtime instructions are narrowly scoped to gathering local system metrics. The script reads only typical system locations (/proc via commands and /sys/class/thermal/thermal_zone0/temp) and runs local commands. It does not attempt to read unrelated files, transmit data over the network, or access secrets.
Install Mechanism
There is no automated install spec; this is an instruction-only skill with a single included script. No downloads or archive extraction are performed. Manual install steps are local (copy to workspace, chmod +x). Low install risk.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The tools it expects (top, free, df, ps, optionally sensors) are proportionate to a monitoring tool. Nothing requests unrelated secrets or elevated external access.
Persistence & Privilege
The skill is not forced-always (always:false). disable-model-invocation is false (normal), meaning the agent could invoke the skill autonomously — appropriate for a utility. The skill does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawstats - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawstats触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Renamed skill from "system-monitor" to "clawstats"
- Updated documentation and installation path to reflect new name
- No changes to features or functionality
v1.0.0
system-monitor 1.0.0
- Initial release of a comprehensive system monitoring skill for OpenClaw.
- Provides real-time CPU, RAM, disk usage, temperature, process stats, and load average.
- Includes `monitor.sh` script with options for targeted or full health checks.
- Manual installation and basic usage instructions provided.
元数据
常见问题
System Monitor OpenClaw 是什么?
Monitor CPU, RAM, disk space, temperature, load average, and top processes on OpenClaw systems using a single versatile script. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 600 次。
如何安装 System Monitor OpenClaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawstats」即可一键安装,无需额外配置。
System Monitor OpenClaw 是免费的吗?
是的,System Monitor OpenClaw 完全免费(开源免费),可自由下载、安装和使用。
System Monitor OpenClaw 支持哪些平台?
System Monitor OpenClaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 System Monitor OpenClaw?
由 Aprilox(@aprilox)开发并维护,当前版本 v1.0.1。
推荐 Skills