DevOps Ops Bot
FlaggedServer health monitoring with alerts and auto-recovery. Checks CPU, memory, disk, and uptime with configurable thresholds. Sends Slack/Discord alerts and can...
$ Add to .claude/skills/ About This Skill
# devops-ops-bot
Lightweight server health monitoring CLI.
Quick check
```bash cd ~/.openclaw/workspace/skills/devops-ops-bot npx @gruted/devops-ops-bot check ```
Or if installed globally:
```bash 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
```bash # 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
```bash # 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/
Use Cases
- Execute routine DevOps operations through an AI-driven operations bot
- Monitor system health and trigger automated remediation for common issues
- Run infrastructure maintenance tasks like log rotation and certificate renewal
- Respond to alerting events with predefined runbook procedures
- Generate operational status reports from system metrics and recent incidents
Pros & Cons
Pros
- +Automated operations reduce human on-call burden for routine tasks
- +Predefined runbooks ensure consistent response to recurring incidents
- +24/7 operation capability without human operator availability
Cons
- -Automated remediation carries risk of making production changes without human review
- -Only available on claude-code and openclaw platforms
- -Runbook coverage is limited to predefined scenarios — novel incidents still need humans
FAQ
What does DevOps Ops Bot do?
What platforms support DevOps Ops Bot?
What are the use cases for DevOps Ops Bot?
100+ free AI tools
Writing, PDF, image, and developer tools — all in your browser.
Next Step
Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.