← 返回 Skills 市场
459
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install devops-ops-bot
功能描述
Server health monitoring with alerts and auto-recovery. Checks CPU, memory, disk, and uptime with configurable thresholds. Sends Slack/Discord alerts and can...
使用说明 (SKILL.md)
devops-ops-bot
Lightweight server health monitoring CLI.
Quick check
cd ~/.openclaw/workspace/skills/devops-ops-bot
npx @gruted/devops-ops-bot check
Or if installed globally:
devops-watch check
What it does
- Checks CPU load, memory usage, disk usage, uptime
- Returns ok/warn/crit with configurable thresholds
- Sends alerts to Slack or Discord webhooks
- Can auto-restart services on critical conditions
- JSON output for log aggregation
Usage examples
# Basic health check
devops-watch check
# Custom thresholds
devops-watch check --warn-cpu 80 --crit-cpu 95 --warn-mem 80 --crit-mem 95
# JSON output
devops-watch check --json
# With Slack alerts
devops-watch check --webhook-url "https://hooks.slack.com/services/..."
# Auto-restart on critical
devops-watch check --restart-cmd "systemctl restart nginx"
# Cron (every 5 min)
devops-watch cron-example --every-min 5
Install
# npm
npm install -g @gruted/devops-ops-bot
# or one-liner
curl -fsSL https://raw.githubusercontent.com/gruted/devops-ops-bot/main/install.sh | bash
# or Docker
docker run --rm ghcr.io/gruted/devops-ops-bot:latest check
Links
- GitHub: https://github.com/gruted/devops-ops-bot
- Landing page: https://gruted.github.io/devops-ops-bot/
安全使用建议
This skill is coherent with its stated purpose, but it asks you (in SKILL.md) to fetch and run remote code (npx and a curl|bash installer) and to possibly run arbitrary restart commands. Before installing or running it: 1) Inspect the upstream repository (https://github.com/gruted/devops-ops-bot) and the install.sh script to verify what will be executed. 2) Prefer running the official Docker image or a pinned npm package version over piping a script to bash. 3) Do not run it as root; run in a constrained account or container for testing. 4) Avoid passing sensitive webhook URLs or credentials to untrusted code. 5) If you plan to use --restart-cmd, ensure the restart command is safe and that the agent/process has only the minimal privileges needed. If you cannot review the upstream code, treat this skill as untrusted and test in an isolated environment first.
功能分析
Type: OpenClaw Skill
Name: devops-ops-bot
Version: 1.0.0
The skill bundle lacks implementation code and instead directs the OpenClaw agent to download and execute remote content via 'npx' and a 'curl | bash' one-liner from a GitHub repository (gruted/devops-ops-bot). While the stated purpose of server monitoring is plausible, the promotion of unverified remote script execution and the capability to run arbitrary system commands via '--restart-cmd' are high-risk behaviors that cannot be verified within the provided files.
能力评估
Purpose & Capability
Name/description (server health monitoring, Slack/Discord alerts, auto-restart) align with the instructions and required binary (node). The examples and install targets (npm package, npx, Docker image) are coherent for a Node-based CLI monitoring tool.
Instruction Scope
Instructions tell the agent/user to run npx/@gruted/devops-ops-bot and provide examples that accept a --restart-cmd (arbitrary shell command). Running npx or executing a user-provided restart command gives the tool (or whoever runs it) the ability to execute arbitrary code/commands on the host; the SKILL.md does not place constraints or safeguards on those actions.
Install Mechanism
Install examples include npm install -g, npx usage, a Docker image (ghcr.io) and a curl -fsSL raw.githubusercontent.com | bash one-liner. While GitHub raw and ghcr.io are common hosts, piping a remote script to bash is a high-risk pattern because it executes remote code without inspection.
Credentials
The skill declares no required environment variables or credentials. Its use of webhook URLs and restart commands is driven by CLI flags/examples rather than hidden env requests, which is proportionate to the stated functionality.
Persistence & Privilege
always is false and there is no install spec that modifies other skills. However, because the tool can be invoked autonomously (platform default) and can auto-restart services, autonomous runs could have significant impact if the tool or its upstream code is malicious or compromised.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install devops-ops-bot - 安装完成后,直接呼叫该 Skill 的名称或使用
/devops-ops-bot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Customer-ready: install script, pricing, Slack/Discord alerts, Docker support
元数据
常见问题
DevOps Ops Bot 是什么?
Server health monitoring with alerts and auto-recovery. Checks CPU, memory, disk, and uptime with configurable thresholds. Sends Slack/Discord alerts and can... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 459 次。
如何安装 DevOps Ops Bot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install devops-ops-bot」即可一键安装,无需额外配置。
DevOps Ops Bot 是免费的吗?
是的,DevOps Ops Bot 完全免费(开源免费),可自由下载、安装和使用。
DevOps Ops Bot 支持哪些平台?
DevOps Ops Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DevOps Ops Bot?
由 gruted(@gruted)开发并维护,当前版本 v1.0.0。
推荐 Skills