← 返回 Skills 市场
766
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vps-health-auditor
功能描述
Performs automated VPS health checks on CPU, memory, disk, network, and services, generating detailed Ollama-powered reports with recommendations.
安全使用建议
This skill is basically a simple SSH-based healthcheck script but has packaging and documentation gaps you should address before using it on real servers. Actions to consider before installing or running: 1) Ask the author for the missing report/template and for concrete instructions showing how Ollama is called and where reports are stored or transmitted. 2) Confirm required tooling (ssh, systemctl, top, df, free, ip/ifconfig) are declared. 3) Never provide your long-term private key to a third-party agent; prefer using a temporary key or running the script yourself locally and pasting non-sensitive output. 4) Remove or justify -o StrictHostKeyChecking=no to avoid MITM risk, and prefer verifying host keys. 5) Test on a non-production server first. 6) If you plan to let the agent run autonomously, be aware it could use any credentials you give it to access servers — only grant least privilege and short-lived credentials. If the author cannot explain the missing Ollama integration and the absent template, treat the package as incomplete and avoid handing over secrets.
功能分析
Type: OpenClaw Skill
Name: vps-health-auditor
Version: 1.0.0
The skill bundle's `scripts/healthcheck.sh` executes diagnostic commands on a remote server via SSH. It is classified as 'suspicious' due to two key vulnerabilities: 1) It uses `-o StrictHostKeyChecking=no`, which disables host key verification and makes the SSH connection vulnerable to Man-in-the-Middle attacks. 2) The script directly interpolates user-provided variables (`$HOST`, `$USER`, `$KEY`) into the `ssh` command without sanitization, creating a potential shell injection vulnerability if the OpenClaw agent does not adequately sanitize these inputs before passing them to the script. There is no evidence of intentional malicious behavior like data exfiltration or persistence.
能力评估
Purpose & Capability
The name/description claim Ollama-powered report generation, but there is no code, env var, or instructions that integrate with Ollama and the referenced reports/template.md is not included. The shipped artifact is only a simple SSH-based healthcheck script — report-generation claims are unfulfilled.
Instruction Scope
SKILL.md instructs running the script with a host, user, and private key path (e.g., ~/.ssh/id_rsa). The script itself performs SSH and runs system inspection commands only. There are no instructions for how the agent should call Ollama or where reports are generated. The explicit example encourages providing a private key path, which is sensitive; the skill does not warn about credential handling or the risks of StrictHostKeyChecking=no.
Install Mechanism
This is an instruction-only skill with no install spec and a single small script. That lowers installation risk because nothing is downloaded or written automatically.
Credentials
No environment variables, binaries, or credentials are declared, yet the script requires SSH to be present and expects a private key path. Asking users to supply private keys (or to run the agent with access to them) is sensitive and should be explicitly declared and justified. The skill also disables strict host key checking, which weakens SSH authenticity protections.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide changes. Autonomous invocation is allowed by platform default; nothing in the package requests elevated platform privileges or modifies other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vps-health-auditor - 安装完成后,直接呼叫该 Skill 的名称或使用
/vps-health-auditor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1 launch: VPS health checks + Ollama reports for OpenClaw.
元数据
常见问题
VPS Health Auditor 是什么?
Performs automated VPS health checks on CPU, memory, disk, network, and services, generating detailed Ollama-powered reports with recommendations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 766 次。
如何安装 VPS Health Auditor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vps-health-auditor」即可一键安装,无需额外配置。
VPS Health Auditor 是免费的吗?
是的,VPS Health Auditor 完全免费(开源免费),可自由下载、安装和使用。
VPS Health Auditor 支持哪些平台?
VPS Health Auditor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 VPS Health Auditor?
由 Goroni(@gblockchainnetwork)开发并维护,当前版本 v1.0.0。
推荐 Skills