Agent skill
server-status-push
检查 Linux 服务器健康状态并汇总发送给用户(支持一键文本报告)
Install this agent skill to your Project
npx add-skill https://github.com/Dwsy/agent/tree/main/skills/server-status-push
SKILL.md
server-status-push Skill
用于快速收集并汇报服务器运行状态(CPU/内存/磁盘/负载/网络/Docker)。
何时使用
当用户说:
- “看下服务器状态”
- “汇报机器健康情况”
- “发我当前服务器资源占用”
执行步骤
- 运行状态采集脚本:
bash /root/.pi/agent/skills/server-status-push/collect-status.sh
- 将结果直接回复用户。
- 如果当前环境可用
send_message工具,可额外调用send_message主动推送一次摘要。
输出要求
- 先给结论:正常/告警
- 再给关键指标:
- load average
- CPU 核心数
- 内存使用率
- 根分区使用率
- Docker 容器状态(如可用)
- 如发现异常(例如磁盘 > 85%、内存 > 90%),明确标注并给出建议。
快速诊断阈值(默认)
- 磁盘使用率 > 85%:告警
- 内存使用率 > 90%:告警
- 1 分钟 load > CPU 核心数 × 1.5:告警
示例
bash /root/.pi/agent/skills/server-status-push/collect-status.sh
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
undo-redo
Use the undo_redo tool to rewind or reapply buffered file changes or inspect diffs without UI navigation. Use when you need to adjust or verify changes in the current session history.
exa
使用 Exa.ai API 进行高质量的互联网搜索。需要 EXA_API_KEY 环境变量。
backend-unit-test
后端单元测试技能。触发场景: - 用户要求运行/创建单元测试 - 用户要求验证数据 - 用户要求用 Maven 运行测试 - 关键词:test, maven test, junit, springboot test, 单元测试, 测试验证 核心:不改 pom,用 reactor 模式运行。
mermaid-flow-image
将流程需求整理为可渲染的 Mermaid(简化版/详细版),并通过 Kroki 生成可发送的高分辨率 PNG 图片。适用于“把架构流程画出来并直接发图”的场景。
web-browser
Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.
ralph-loop-gen
任务管理系统模板生成器 - 根据用户输入或JSON配置生成完整的任务管理结构(模板生成器,非直接执行器)
Didn't find tool you were looking for?