← 返回 Skills 市场
180
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install neomano-vps-monitoring
功能描述
Monitor DigitalOcean VPS droplets by listing instances and fetching CPU, memory, disk, and bandwidth metrics with summaries using the DigitalOcean API.
安全使用建议
This skill appears to be what it says: a Python helper that queries DigitalOcean's official API. Before installing: (1) Confirm the registry metadata mismatch — the skill requires python3 and DIGITALOCEAN_TOKEN even though the top-level listing omits them. (2) Create a DigitalOcean token scoped as narrowly as possible (read/monitoring only) and avoid reusing a high-privilege token. (3) Review the full script locally (you already have it) and run it in a test environment or sandbox first. (4) Prefer supplying the token via a controlled environment file (e.g., ~/.openclaw/.env) or CI secret store rather than pasting it into chat. (5) Rotate the token if you stop using the skill or if you share it with others.
功能分析
Type: OpenClaw Skill
Name: neomano-vps-monitoring
Version: 0.1.2
The skill bundle is a legitimate tool for monitoring DigitalOcean VPS metrics. The script `scripts/do_metrics.py` interacts exclusively with the official DigitalOcean API (api.digitalocean.com) using a user-provided token to fetch droplet information and performance data (CPU, memory, disk, and bandwidth). No suspicious behaviors, external exfiltration, or malicious instructions were found in the code or documentation.
能力评估
Purpose & Capability
The SKILL.md and scripts implement DigitalOcean droplet listing and metric queries that match the skill description. However, the top-level registry 'Requirements' section listed no required env vars or binaries while the SKILL.md (and the script) require python3 and DIGITALOCEAN_TOKEN — an inconsistency to be aware of.
Instruction Scope
Runtime instructions only tell the agent to read DIGITALOCEAN_TOKEN and call the DigitalOcean API endpoints to list droplets and fetch metrics. The code does not read other files or env vars, nor does it send data to endpoints outside api.digitalocean.com.
Install Mechanism
There is no install spec (instruction-only style) and the included Python script runs in-place. No external binary downloads or archive extracts are used.
Credentials
The script requires a single credential (DIGITALOCEAN_TOKEN) which is appropriate for the stated purpose. The registry metadata failing to declare that requirement is an inconsistency; verify you provide a token with minimal necessary scope (read/monitoring-only) before use.
Persistence & Privilege
The skill is not always-enabled, does not request system-wide configuration changes, and does not modify other skills' configs. It runs only when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neomano-vps-monitoring - 安装完成后,直接呼叫该 Skill 的名称或使用
/neomano-vps-monitoring触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Fix ClawHub metadata: declare DIGITALOCEAN_TOKEN requirement. Docs: disk usage via filesystem_free/filesystem_size; bandwidth direction; memory usage computed from available/total.
v0.1.1
Fix: disk usage via filesystem_free/filesystem_size; Fix: bandwidth requires direction (inbound/outbound/both).
v0.1.0
Initial release: list droplets and fetch CPU/memory/disk/bandwidth metrics + per-droplet summary + all-droplets summary.
元数据
常见问题
Neomano VPS Monitoring (DigitalOcean) 是什么?
Monitor DigitalOcean VPS droplets by listing instances and fetching CPU, memory, disk, and bandwidth metrics with summaries using the DigitalOcean API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 180 次。
如何安装 Neomano VPS Monitoring (DigitalOcean)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neomano-vps-monitoring」即可一键安装,无需额外配置。
Neomano VPS Monitoring (DigitalOcean) 是免费的吗?
是的,Neomano VPS Monitoring (DigitalOcean) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Neomano VPS Monitoring (DigitalOcean) 支持哪些平台?
Neomano VPS Monitoring (DigitalOcean) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Neomano VPS Monitoring (DigitalOcean)?
由 elandivar(@elandivar)开发并维护,当前版本 v0.1.2。
推荐 Skills