server-monitor-collectorCollect server monitoring data (Zabbix / Prometheus / Alibaba / Tencent / Huawei Cloud), generate CSV/XLSX reports and send via email or Feishu.
Install via ClawdBot CLI:
clawdbot install freepengyang/server-monitor-collectorGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://iam.{region}.myhuaweicloud.com/v3.0/OS-CREDENTIAL/credentials`Calls external URL not in known-safe list
https://clawhub.ai/skillsAudited Apr 28, 2026 · audit v1.0
Generated May 23, 2026
An enterprise running workloads across Alibaba, Tencent, and Huawei clouds configures credentials in .env and schedules daily cron jobs. The collector auto-detects all cloud providers, gathers CPU/memory metrics, and generates an Excel report with alarms. Operations team receives it via Feishu or email, reducing manual monitoring overhead.
A medium-sized company uses Zabbix for on-premise monitoring. By setting ZABBIX_URL and credentials, the collector fetches host group data, sorts top memory+CPU consumers, and outputs a formatted CSV/XLSX. The daily report is emailed to the IT manager, ensuring prompt attention to underperforming hosts.
A platform team running Prometheus for Kubernetes monitoring adds PROMETHEUS_URL to the environment. The tool executes PromQL queries to retrieve node and pod metrics, then creates a consolidated report. The report is shared on Feishu, enabling cross-team visibility into cluster health.
A cloud consulting firm audits client Alibaba Cloud ECS instances. Using ALIBABA credentials and optional custom metrics list, the collector pulls metrics like CPUUtilization and MemoryUtilization. The generated Excel includes per-instance scores and a TOP50 summary, used for capacity planning recommendations.
A globally distributed organization uses a mix of Zabbix for legacy servers and Huawei Cloud for new workloads. The collector simultaneously queries both sources (auto-detected from .env) and merges data into a single report. The Feishu notification ensures regional teams receive status updates in their timezone.
A service provider offers a subscription where they set up and maintain the collector for client cloud environments. Clients get daily health reports via email or Feishu, with optional alerts for threshold breaches.
Package the skill as a premium plugin on platforms like Clawhub, with tiered pricing based on number of data sources (e.g., cloud only, Zabbix only, all-inclusive). Users pay for the convenience of auto-detection and multi-format output.
Large enterprises deploy the collector across multiple teams (e.g., infrastructure, cloud ops, compliance). A site license provides unlimited use within the organization, plus prioritized support for custom metric extensions.
💬 Integration Tip
Start by configuring only one data source (e.g., Zabbix or Alibaba) in ~/.hermes/.env, then run zabbix_cron.py manually to validate. To add notifications, set SMTP and/or FEISHU_CHAT_ID. For scheduling, use 'hermes cron create' once the script runs successfully.
Scored Jul 27, 2026
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Configure OpenClaw installations with optimized settings, channel setup, security hardening, and production recommendations.
Connect to remote desktops via RDP, VNC, and SSH X11 with secure tunneling and troubleshooting.
Essential curl commands for HTTP requests, API testing, and file transfers.
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.