← Back to Skills Marketplace
elandivar

Neomano VPS Monitoring (DigitalOcean)

by elandivar · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ Security Clean
180
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install neomano-vps-monitoring
Description
Monitor DigitalOcean VPS droplets by listing instances and fetching CPU, memory, disk, and bandwidth metrics with summaries using the DigitalOcean API.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install neomano-vps-monitoring
  3. After installation, invoke the skill by name or use /neomano-vps-monitoring
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug neomano-vps-monitoring
Version 0.1.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 180 downloads so far.

How do I install Neomano VPS Monitoring (DigitalOcean)?

Run "/install neomano-vps-monitoring" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Neomano VPS Monitoring (DigitalOcean) free?

Yes, Neomano VPS Monitoring (DigitalOcean) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Neomano VPS Monitoring (DigitalOcean) support?

Neomano VPS Monitoring (DigitalOcean) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Neomano VPS Monitoring (DigitalOcean)?

It is built and maintained by elandivar (@elandivar); the current version is v0.1.2.

💬 Comments