技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.1
统计:⭐ 0 · 426 · 4 current installs · 4 all-time installs
⭐ 0
安装量(当前) 4
🛡 VirusTotal :良性 · OpenClaw :良性
Package:aprilox/clawstats
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
This is a simple, local system-monitoring script that aligns with its description, requires no credentials or network access, and contains no obvious incoherent or risky behaviors.
目的
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.
说明范围
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.
安装机制
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.
证书
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.
持久
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.
综合结论
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 th…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「System Monitor OpenClaw」。简介:Monitor CPU, RAM, disk space, temperature, load average, and top processes on O…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aprilox/clawstats/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: clawstats
description: Comprehensive system monitoring for OpenClaw: CPU, RAM, Disk, and Processes.
metadata: {"clawdbot":{"emoji":"📊","requires":{"bins":["free","df","top","ps"]},"install":[]}}
---
# 📊 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 `sensors` or `thermal_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)
1. Clone or copy this directory to `~/.openclaw/workspace/skills/clawstats`.
2. Ensure `monitor.sh` is executable: `chmod +x monitor.sh`.
3. (Optional) Install `lm-sensors` for 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*