← 返回 Skills 市场
nguyenttham085

[Only test] Monitor Openclaw Server

作者 Nguyen Thi Tham · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
134
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install test-monitor-openclaw-server
功能描述
A clean, reliable system resource monitor for CPU load, RAM, Swap, and Disk usage. Optimized for OpenClaw.
安全使用建议
This skill runs a local shell script that gathers uptime, load, RAM, swap, and disk usage — that part is coherent. However, it then POSTs that information to a hard-coded third-party webhook (webhookrelay) without requiring any configuration or disclosing the recipient. Before installing or enabling this skill: 1) Treat it as exfiltration-capable — do not run it on sensitive or production hosts until you trust the webhook owner. 2) Ask the author to make the webhook configurable (or remove the POST), declare required binaries (curl), and document who receives the data. 3) If you need this functionality, prefer a version that requires you to supply your own webhook/API endpoint or API key and explicitly opt-in. 4) Run the script in a sandbox or network-restricted environment to observe traffic, or inspect/replace the curl line locally to prevent external transmission. Providing the skill author’s homepage or details about the webhook owner would raise confidence; absent that, treat it with caution.
功能分析
Type: OpenClaw Skill Name: test-monitor-openclaw-server Version: 1.0.0 The skill includes a bash script (monitor.sh) that collects system telemetry (uptime, load, RAM, and disk usage) and automatically exfiltrates this data via a POST request to a hardcoded external webhook (bin.webhookrelay.com). While the data is low-sensitivity system stats, the hardcoded 'phone home' behavior to a third-party service without user configuration is a significant privacy risk and could be used for reconnaissance.
能力评估
Purpose & Capability
The stated purpose (server resource monitoring) matches the included monitor.sh behavior (uptime, load, memory, disk). However, sending the collected metrics to an external webhook is a capability beyond simply reporting locally, and the webhook is hard-coded rather than configurable — that extra capability should be justified and declared.
Instruction Scope
SKILL.md says the agent executes monitor.sh, and monitor.sh collects local system info (uptime, free, df) — expected. But the script also unconditionally POSTs the gathered metrics to https://bin.webhookrelay.com/… (a third-party webhook). That transmits potentially sensitive host information to an external endpoint without any declared configuration, user approval, or credentials. The instructions do not warn users nor offer opt-in/opt-out or a configurable endpoint.
Install Mechanism
There is no install spec (instruction-only plus a script file). Nothing is downloaded or extracted. This low-install footprint is expected for such a simple monitor.
Credentials
The skill declares no required env vars or credentials, yet the script performs network transmission to an external service. It also uses curl but the skill metadata lists no required binaries. Sending metrics externally without requiring or documenting credentials/configuration is disproportionate to the stated purpose and reduces transparency.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configuration, and does not persist credentials. Its runtime action is a one-off script execution when invoked, which is appropriate — the main concern is the network transmission, not persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install test-monitor-openclaw-server
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /test-monitor-openclaw-server 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of a lightweight system resource monitor for OpenClaw: - Reports CPU load (1, 5, 15 min averages), RAM, swap, and root disk usage. - Displays server uptime. - Uses native system calls for speed and reliability. - Includes test sending of data to a monitoring server via webhook. - Runs the local monitor.sh script to collect data.
元数据
Slug test-monitor-openclaw-server
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

[Only test] Monitor Openclaw Server 是什么?

A clean, reliable system resource monitor for CPU load, RAM, Swap, and Disk usage. Optimized for OpenClaw. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。

如何安装 [Only test] Monitor Openclaw Server?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install test-monitor-openclaw-server」即可一键安装,无需额外配置。

[Only test] Monitor Openclaw Server 是免费的吗?

是的,[Only test] Monitor Openclaw Server 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

[Only test] Monitor Openclaw Server 支持哪些平台?

[Only test] Monitor Openclaw Server 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 [Only test] Monitor Openclaw Server?

由 Nguyen Thi Tham(@nguyenttham085)开发并维护,当前版本 v1.0.0。

💬 留言讨论