openclaw/auto-monitor/SKILL.md
主动监控系统状态。定期检查服务器健康,主动汇报,无需等待指令。
npx skillsauth add adminlove520/xiaoxi-skills auto-monitorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
主动监控系统,主动发现问题。
1. 定期检查(每 N 分钟)
2. 检查项:
- 磁盘使用率
- 内存使用率
- CPU 负载
- 网络状态
- 进程状态
3. 异常判断
- 超过阈值?→ 主动告警
4. 汇报
- 正常:简洁汇报
- 异常:详细说明 + 建议
data-ai
Spaced-repetition flashcard system. Create cards from facts or text, chat with flashcards using free-text answers graded by the agent, generate quizzes from YouTube transcripts, review due cards with adaptive scheduling, and export/import decks as CSV.
development
Canvas LMS integration — fetch enrolled courses and assignments using API token authentication.
development
Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.
devops
Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.