主动监控系统状态。定期检查服务器健康,主动汇报,无需等待指令。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill auto-monitor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Auto Monitor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-auto-monitor)More formats (shields.io, HTML) on the badges page.
---
name: auto-monitor
description: 主动监控系统状态。定期检查服务器健康,主动汇报,无需等待指令。
---
# Auto Monitor
主动监控系统,主动发现问题。
## 能力轮廓
- **输入**:系统状态
- **输出**:健康报告 + 异常告警
- **核心**:主动检查 → 及时汇报
## 工作流
```
1. 定期检查(每 N 分钟)
2. 检查项:
- 磁盘使用率
- 内存使用率
- CPU 负载
- 网络状态
- 进程状态
3. 异常判断
- 超过阈值?→ 主动告警
4. 汇报
- 正常:简洁汇报
- 异常:详细说明 + 建议
```
## 告警阈值
- 磁盘 > 80%
- 内存 > 85%
- CPU Load > 核数 × 0.8
## 主动性
- 不等用户问"服务器怎么样"
- 发现问题主动说
- 可以自动修复的立刻处理
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!