monitoring

Monitor system health, track errors, and manage configurable alerts.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/shreed27/DAIN --skill monitoring-shreed27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring
Source: https://github.com/shreed27/DAIN/tree/main/CloddsBot-main/src/skills/bundled/monitoring
Command: npx skills add https://github.com/shreed27/DAIN --skill monitoring-shreed27

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides comprehensive system health monitoring, tracks errors, and proactively alerts users when issues arise, ensuring system stability and performance.

Core Features & Use Cases

  • System Health Checks: Monitor CPU, memory, disk usage, and LLM provider status.
  • Alerting: Configure thresholds for alerts and set up email or webhook notifications.
  • Error Tracking: View recent critical errors and system events.
  • Use Case: Automatically detect when CPU usage exceeds 80% and send an alert to the operations team via Slack, preventing potential service degradation.

Quick Start

Check the current system health status using the monitor status command.

Frequently Asked Questions about monitoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor system health metrics like CPU and memory usage in real time?

System health monitoring tracks CPU, memory, and disk usage in real time. By running the monitor status command, you can check current system resources and view recent critical errors for operational awareness.

Can I set up alerts for high CPU usage and send notifications to a webhook?

Yes, alerting supports configurable thresholds for system metrics like CPU usage. When a threshold is exceeded, you can send automated alert notifications to multiple targets including email and webhooks.

How do I check the status of my LLM provider for operational awareness?

LLM status checks are integrated into system health monitoring. You can verify the operational status of LLM providers using the monitor status command to ensure your AI services are running normally.

What is the best way to track recent critical errors and system events?

Error tracking logs recent critical errors and system events for comprehensive diagnostics. It integrates with internal monitoring modules to help you identify and resolve operational issues proactively.

Does this system monitoring tool require any external dependencies to run diagnostic checks?

No external dependencies are required to run system monitoring and diagnostic checks. The Skill operates independently using internal scripts to monitor system resources and manage alerting configurations.

Why use configurable alert thresholds for system monitoring instead of static checks?

Configurable alert thresholds allow you to customize when notifications trigger based on specific operational needs. This prevents alert fatigue compared to static checks by only notifying teams when metrics exceed meaningful levels.